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.
|
||||
FP Theme button to load new windowGrant 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. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum