NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Manuel on February 18, 2013, 09:45:06 AM
-
Hi
Have a memory form with same buttons to open urls to external server. Is it possible open that in new browser tabs?
NT 6.49 - C8
Thanks
Regards
Manuel
-
Found Alan Cochran post.
"You need to change the Target from '_self' to '_blank'. That will launch the PDF file in another browser window or tab.".
Before ask havenĀ“t found that field.
-
so on the "onClick" tab of your button add your URL and then you can add '_blank' in the target frame (you need to add the URL first).