How do I set the target frame to New Tab for IE7?

G

Guest

Sorry I should have gone into further detail. When you create a hyperlink, in
the Edit Hyperlink dialog, you can click the "Target Frame..." button on the
right, which opens the "Target Frame" dialog box. In there it gives you a GUI
representation of choices to which you can use to direct where the hyperlink
will load (especially if you have a page with 2 or more frames.) Now this
obviously effects the HTML code giving you an easy way to implement code into
your page through the GUI using plain english. So, because IE 7 came out
after FP'03, there is no option in the Target Frame Dialog that takes
advantage of the New Tab feature in IE7. I don't know and am having a hard
time locating the apropriate HTML code to use to open a link in a new tab as
opposed to a new window or specified frame.
For example for:

Link Destination HTML Code
"Same Frame" = "_self"
"Whole Page" = "_top"
"New Window" = "_blank"
"Parent Frame" = "_parent"

"New Tab" = What?

If someone knows, that would be great! If it hasn't been written in to the
browser's command codes, that would be a really good idea to add! Either way,
please let me know! Thanks
 
S

Stefan B Rusynko

There is no tab target in Html for tabbed browsers
- it is a user choice where to open new windows

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Sorry I should have gone into further detail. When you create a hyperlink, in
| the Edit Hyperlink dialog, you can click the "Target Frame..." button on the
| right, which opens the "Target Frame" dialog box. In there it gives you a GUI
| representation of choices to which you can use to direct where the hyperlink
| will load (especially if you have a page with 2 or more frames.) Now this
| obviously effects the HTML code giving you an easy way to implement code into
| your page through the GUI using plain english. So, because IE 7 came out
| after FP'03, there is no option in the Target Frame Dialog that takes
| advantage of the New Tab feature in IE7. I don't know and am having a hard
| time locating the apropriate HTML code to use to open a link in a new tab as
| opposed to a new window or specified frame.
| For example for:
|
| Link Destination HTML Code
| "Same Frame" = "_self"
| "Whole Page" = "_top"
| "New Window" = "_blank"
| "Parent Frame" = "_parent"
|
| "New Tab" = What?
|
| If someone knows, that would be great! If it hasn't been written in to the
| browser's command codes, that would be a really good idea to add! Either way,
| please let me know! Thanks
 

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

Similar Threads

Target Frame 3
Target Frame New Window 3
Target Frame 1
Target Frame Problem 3
Problem with target frame 1
Using Inline Frame Question 3
changing target frame for nav buttons 2
Hyperlinks for both XP and Vista 5

Top