|
Posted by Andy Dingley on 11/27/62 11:42
John wrote:
> Is there a way to open a new window via <a href="asdf.html" target="_blank">
> without menus, toolbar, status, etc..?
>
> I realize I can do this with window.open(), but would prefer not to use js
> if possible.
Use JS from the <a>'s event, return false and have a backup for non-JS
users through the href. You can't mess with user chrome from a simple
pure-HTML link.
Don't mess with user chrome unless it really is better that way.
Don't pop-up unless it really is better that way.
Be creatively devious in bending bad specs to good implementations.
Customers are not always right.
Navigation:
[Reply to this message]
|