It depends on the way you do it, for instance, something like
<a href="url" onclick="return open('url')">...
will, but if you use something like
<a href="javascript:open()">...
chances are it won't.Edward Kay wrote:
Can anyone say for sure whether window.open() links get spidered by search engines?From my experience they don't, but I use a custom Javascript function to open pop-ups.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

