terraling
05-23-2005, 07:50 AM
I have simple pages for older browsers and fancier versions for more modern browsers (with JS enabled), and I know the SEs can't see the content in the fancy pages and I want to make sure they (the SEs) go to the simple pages.
If I use this trick:
<a href="URL:simple page" onClick="window.location='URL:fancy page'; return false">Enter site here...<\a>
will the SEs follow the <a> link or the onClick link?
I've been surprised how 'clever' the SEs are so far (if JS browser display for oldLinks = 'none', display newLinks instead, SEs follow the newLinks...)
Thanks for any help...
If I use this trick:
<a href="URL:simple page" onClick="window.location='URL:fancy page'; return false">Enter site here...<\a>
will the SEs follow the <a> link or the onClick link?
I've been surprised how 'clever' the SEs are so far (if JS browser display for oldLinks = 'none', display newLinks instead, SEs follow the newLinks...)
Thanks for any help...