on 2013 Oct 03 7:08 PM
hi all,
i have a requirement where on the click of a button i have to open a dynamic url in a new window.
i have tried call_browser method and doing changes in html page such as adding iframe or using the on_client_click event yet the browser is not opening.
please let me know how can i achieve it?
thanks,
Saloni
Request clarification before answering.
Try to use any one of the below command and pass it tot the parameter GS_URL:
javascript:window.open( 'https:www.google.com' );window.parent.close() - this will close the parent iframe in the background. OR use,
javascript:window.open( 'https:www.google.com', '_parent') - this will replace the parent i-frame with the new window
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.