Jan 18, 2006 #1 Pichdude Programmer Joined Aug 24, 2005 Messages 66 Location SE Hi, Is it possible to use the button-tag to open the page in a new window instead of in the same window? Regards Pichdude
Hi, Is it possible to use the button-tag to open the page in a new window instead of in the same window? Regards Pichdude
Jan 18, 2006 #2 venur MIS Joined Aug 26, 2003 Messages 418 Location US Hi, On click of button call JavaScript function to open a new popup window. http://www.javascriptkit.com/jsref/window.shtml Hope this will help you, Cheers Venu Upvote 0 Downvote
Hi, On click of button call JavaScript function to open a new popup window. http://www.javascriptkit.com/jsref/window.shtml Hope this will help you, Cheers Venu