Cannot be done using HTML. How pop-up windows and/or new windows are
handled is a setting on the browser.
To use a new window, set the hyperlink target to _blank.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
That will open a new window, but not a tab.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support: http://www.frontpagemvps.com/
===
| You need something like this:
|
| <a target="_blank" href="http://www.bbc.co.uk">http://www.bbc.co.uk</a>
|
| This is achieved by selecting Insert, Hyperlink,
|
| Now select Target Frame (this is a tab on the right) as New Window.
|
| hth
|
|
| Ruben Molina wrote:
| >
| > I am building a web page and I want any link to open in a different tab
in IE
| > 7. Could anyone tells me how to do that using FP?