A
ab
How do i have a hyperlink open a new browser window?ab
AB -
Right-click in page, choose Page Properties, set Default Target Frame to
New Window.
Right click each link and set the target of the individual link
- you can not individually target links of a std nav bar
From your code:
<a target="_self" href="#WebBased">CNC Resources on the web</a>
Change _self to _blank for a new page, and add a valid html page for the
bookmark
<a target="_blank" href="thepagename.htm#WebBased">CNC Resources on the web</a>
(you can't open a new page w/ just a bookmark w/i a page)
| I did that
| ("Right click each link and set the target of the individual linkyou
| can not individually target links of a std nav bar")
| and it was working, but now if I open the page in a browser and try
| it, I get a "page not found" error. The code is:
|
| .........
| .........
| <P> <a target="_self" href="#WebBased">CNC Resources on the
| web</a></P><FONT FACE="Arial" SIZE=2><U>
| .........
| .........
| <a name="WebBased"></a>
| .............
| ..........
| generated by Frontpage. I have tried removing everything and re-doing
| it, putting in the code manually according to examples, but nada.
| Even when it did work, it was slow, and did notput the correct line at
| the top of the screen.
| I would appreciate any help!
| -plh
|
|
| On Fri, 12 Dec 2003 04:14:17 -0500, "Stefan B Rusynko"
|
| >Right click each link and set the target of the individual link
| >- you can not individually target links of a std nav bar
|
| -
|
| _____________________________________________
| SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| "Warning - Using the F1 Key will not break anything!" (-;
| To find the best Newsgroup for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
| _____________________________________________
|
|
| | | I had the same qustion, but what if I want some of the hyperlinks on
| | the page to open new windows, and some not to? Is there a way to do
| | that? FOr example, I noticed thatwhane I did as you suggested, the
| | bookmark jump that I had on there also opened a new page. That is not
| | very convenient.
| | Thanx,
| | -plh
| | Remove "123" from email address to reply.
| | On Thu, 02 Oct 2003 16:40:18 GMT, Craig Schiller
| |
| | >AB -
| | >
| | >Right-click in page, choose Page Properties, set Default Target Frame to
| | >New Window.
| | >
| | >ab wrote:
| | >
| | >> How do i have a hyperlink open a new browser window?ab
| |
| | I keep hitting "Esc" -- but I'm still here!
|
|
| I keep hitting "Esc" -- but I'm still here!
| [if "123" is in email address, that is an anti-spam thing.]
And?
Does it go there?
Do you have a base ref tag in your head section
Provide a URL for the page
Remove the base ref tag
And the link in it shows File not found