How do you get a hyperlink to open in a new window?

W

wsc

FP2002
I am not a programmer just a user of this program.

I want to make a button with a hyperlink open to a new IE
window not in the same one.

any thoughts?
 
S

Steve Easton

Right click the hyperlink.
Select hyperlink properties.
Select Target Frame
Select New window
Click OK or Apply.
 
T

Teresa F

Try this: right-click on the hyperlink, go to "hyperlink properties", then "target frame" -->"new window


----- wsc wrote: ----

FP200
I am not a programmer just a user of this program

I want to make a button with a hyperlink open to a new IE
window not in the same one

any thoughts
 
J

JDR

You don't need to be a programmer for this :)

Open FP > Go to your Link > Right Click > Edit Hyperlink > Target Frame > New Windo

Save > Got File > Preview in Browser

You should be set

JD
*****************
 
S

Shimail Ahmed Gillani

<A href='javascript:void(0);' onclick='javascript:window.open("my.html",)'></A>
 
A

Anne

....and when I am doing exactly this - and it doesn't change the html code... What am I then doing wrong??
 
T

Tom Pepper Willett

Hard to say, since you haven't provided any of the previous message. Many
of us don't know what you're talking about.
--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
----------------------------------------------------------------------------
-------------------
Microsoft FrontPage:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/

=====================================================
| ...and when I am doing exactly this - and it doesn't change the html
code... What am I then doing wrong??
 
A

Andrew Murray

in the hyperlinks dialgogue box, choose the button labelled "Target" then choose
Open in..."New Window".


Anne said:
...and when I am doing exactly this - and it doesn't change the html code...
What am I then doing wrong??
 
Top