Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-18-2002, 07:44 AM   PM User | #1
Grant
New to the CF scene

 
Join Date: Jun 2002
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Grant is an unknown quantity at this point
FP Theme button to load new window

I am using themes in Frontpage an am trying to use a button to open a new window that will load a gif file.
Grant is offline   Reply With Quote
Old 06-18-2002, 10:33 AM   PM User | #2
glenngv
Supreme Master coder!


 
glenngv's Avatar
 
Join Date: Jun 2002
Location: Los Angeles, CA Original Location: Philippines
Posts: 10,241
Thanks: 0
Thanked 112 Times in 111 Posts
glenngv will become famous soon enough
Re: FP Theme button to load new window

<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=8 00,height=400')">


Quote:
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.
__________________
Glenn
_____________________________________________
Play Tower of Hanoi Android app (Ad-FREE!)
Play Tower of Hanoi Android app (FREE!)
Go to Tower of Hanoi Leaderboard
Play Tower of Hanoi Facebook app
glenngv is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:13 PM.


Advertisement
Log in to turn off these ads.