This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > FrontPage Programming > March 2007 > Open a Hyperlink in a New Window
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Open a Hyperlink in a New Window
|
|
| LouieLouie 2007-02-26, 3:16 am |
| How does one specify that the Hyperlink is to open in a new window??
| |
| Trevor L. 2007-02-26, 3:16 am |
| LouieLouie wrote:
> How does one specify that the Hyperlink is to open in a new window??
In FP2003, open the page in Design View.
Right click the link
Select Hyperlink Properties
Click on Target Frame
Select New Window
Or in Code view ,
<a href="page2.html" target="_blank" title="Page 2">
Page 2 </a>
--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
----------------------------------------
| |
| Henry Hicks 2007-03-01, 3:15 am |
| Of course
<a href="page2.html" target="_blank">Page 2</a>
works just as well, don't really need the "title" string as the page will
most likely have that in the code.
Henry
"Trevor L." wrote:
> LouieLouie wrote:
>
> In FP2003, open the page in Design View.
> Right click the link
> Select Hyperlink Properties
> Click on Target Frame
> Select New Window
>
> Or in Code view ,
> <a href="page2.html" target="_blank" title="Page 2">
> Page 2 </a>
>
>
> --
> Cheers,
> Trevor L.
> [ Microsoft MVP - FrontPage ]
> MVPS Website: http://trevorl.mvps.org/
> ----------------------------------------
>
| |
| Stefan B Rusynko 2007-03-01, 6:15 am |
| FYI
The title in the a tag has nothing to do w/ the linked page title
- it is the attribute in a link that displays a screen tip when moused over
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________
"Henry Hicks" <HenryHicks@discussions.microsoft.com> wrote in message news:5A241EBB-482A-4ECF-AFFC-1DE1140B1F2F@microsoft.com...
| Of course
|
| <a href="page2.html" target="_blank">Page 2</a>
|
| works just as well, don't really need the "title" string as the page will
| most likely have that in the code.
|
| Henry
|
| "Trevor L." wrote:
|
| > LouieLouie wrote:
| > > How does one specify that the Hyperlink is to open in a new window??
| >
| > In FP2003, open the page in Design View.
| > Right click the link
| > Select Hyperlink Properties
| > Click on Target Frame
| > Select New Window
| >
| > Or in Code view ,
| > <a href="page2.html" target="_blank" title="Page 2">
| > Page 2 </a>
| >
| >
| > --
| > Cheers,
| > Trevor L.
| > [ Microsoft MVP - FrontPage ]
| > MVPS Website: http://trevorl.mvps.org/
| > ----------------------------------------
| >
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|