Quantcast
Viewing all articles
Browse latest Browse all 7775

Re: Opening a long URL on click of button in CRM Web UI

Hi Poonam,

 

Yes I am able to open URL independently in the browser.

 

I am using not using any class to generate url, I am concatenating few values to create url and in the .htm, I am trying to open the url in a seperate window as given below:

 

<script type="text/javascript" language="javascript">
window.open("<%=controller->zv_url%>").focus();
</script>

 

~ Nitin.


Viewing all articles
Browse latest Browse all 7775

Trending Articles