Els said:
<a href="page.html" title="please right-click and choose open in new
tab or page, unless you have a Mac, then you'll need to do something
else, but I don't know what exactly">link to page</a> ;-)
Why not like this
<a href="page.html" onClick="makeNewWindow1();return false"
title="Please right-click and choose open in new tab or page, if you
have javascript disabled. Unless you have a Mac, then use js.">link to
page</a>
The js goes
var newWindow
function makeNewWindow1() {
newWindow =
window.open("page.html","sub","toolbar=yes,location=yes,resizable=yes,status=yes,scrollbars=yes,menubar=yes,personalbar=yes,widht=800px,height=433px")
}
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Edwin's persoonlijke web site
Explicitly no permission given to Forum4Designers, onlinemarketingtoday,
24help.info and issociate.de to duplicate this post.