[thelist] [Javascript] opening 2 links maintaining accesability

Benjer futureweb at macmail.com
Fri Nov 8 05:57:03 CST 2002


After implementing .jeff's great article, i now need to use 2 links.

i.e open up pop-up window and change the page that was clicked.

the javascript isn't a problem.

How would this be possible if the user has javascript disabled...

[CODE]
<a href="somedoc.html" target="newWindow" onclick="window.open(this.href,
this.target); return false">click here</a>
[/CODE]

Benjer





More information about the thelist mailing list