HI All,
I am currently using external URL in request button (like service now URL). But it is loading in same page .But i want to open a new tab to display the link instead of same tab,is there any way possible to do that ?
HI All,
I am currently using external URL in request button (like service now URL). But it is loading in same page .But i want to open a new tab to display the link instead of same tab,is there any way possible to do that ?
Hi
I am not sure if this will help you, however:
I have a form which uses a JavaScript to launch a separate tab to call a new URL.
Thinking off the top of my head:
CODE:
window.open("URL","DISPLAY NAME,'width=1200,height=1000')
Example: