|
Posted by Travis Newbury on 12/01/09 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.
No you have to use Javascript. I would check for javascript. If they
have it on, then use the open window, otherwise just use
target="_blank"
You can point out to your client that there are a few people that dont
use javascript and in those cases they get "this window" but the people
that do have javascript turned on see "this window"
Navigation:
[Reply to this message]
|