3
edits
Line 8: | Line 8: | ||
*This is just as bad as target="_blank". You should let the user decide if he/she wants the link to open in a new tab/window, not the author of the page.--[[User:Jero|Jero]] 17:15, 20 Jun 2005 (PDT) | *This is just as bad as target="_blank". You should let the user decide if he/she wants the link to open in a new tab/window, not the author of the page.--[[User:Jero|Jero]] 17:15, 20 Jun 2005 (PDT) | ||
*I think that if the user want to open url in new page can use the right button or the click+shift. The _tab target can be a useful thing in order to replace the _blank target. Considering that soon the tabbed browsing exists in all browser (reading the ms site IE7 will have the tabbed browsing too) --[[User:Dr.Tarr|Dr.Tarr]] 18:35, 08 Sep 2005 (PDT) | *I think that if the user want to open url in new page can use the right button or the click+shift. The _tab target can be a useful thing in order to replace the _blank target. Considering that soon the tabbed browsing exists in all browser (reading the ms site IE7 will have the tabbed browsing too) --[[User:Dr.Tarr|Dr.Tarr]] 18:35, 08 Sep 2005 (PDT) | ||
*Letting the user decide for standalone pages is fine, but for Rich Internet Applications, it would be very powerful to be able to leverage the browser's tabs in some way (ie, if application supports double click to open documents in a new window from a view page...why not allow the application to display a right-click "Open in New Tab" menu item? Some experimentation has found that IE 7 previews seem to support opening in a new tab (if tabbed browsing is enabled) if a named target or "_blank" is specified for an anchor or doing a window.open and specifying a named target or "_blank" and not specifying any options arg. | *Letting the user decide for standalone pages is fine, but for Rich Internet Applications, it would be very powerful to be able to leverage the browser's tabs in some way (ie, if application supports double click to open documents in a new window from a view page...why not allow the application to display a right-click "Open in New Tab" menu item? Some experimentation has found that IE 7 previews seem to support opening in a new tab (if tabbed browsing is enabled) if a named target or "_blank" is specified for an anchor or doing a window.open and specifying a named target or "_blank" and not specifying any options arg. --[[User:Vseraphin|Vseraphin]] 19:24, 14 Oct 2005 (PDT) | ||
== Per-tab close button == | == Per-tab close button == |
edits