Grant
06-18-2002, 07:44 AM
I am using themes in Frontpage an am trying to use a button to open a new window that will load a gif file.
glenngv
06-18-2002, 10:33 AM
<input type="button" value="Open Picture" onclick="window.open('picture.gif')">
if you want the new window to have no toolbars and menubars and the like:
<input type="button" value="Open Picture" onclick="window.open('picture.gif','','location=0,toolbars=0,menubars=0,resizable=1,status=1,width=800,height =400')">
Originally posted by Grant
I am using themes in Frontpage an am trying to use a button to open a new window that will load a gif file.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.