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

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top