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

  • Thread starter Thread starter wsc
  • Start date Start date
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?
 
Right click the hyperlink.
Select hyperlink properties.
Select Target Frame
Select New window
Click OK or Apply.
 
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
 
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
*****************
 
On the hyperlink properties page change the target to new page.

Mike'
 
<A href='javascript:void(0);' onclick='javascript:window.open("my.html",)'></A>
 
....and when I am doing exactly this - and it doesn't change the html code... What am I then doing wrong??
 
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??
 
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??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top