Re: window.open() and search engines

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



	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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux