View Full Version : Easily spidered mini-window


dilligaf
07-25-2004, 02:32 PM
I'm using js to open a centered pop-up. I know that the destination will eventually get spidered but it's taking forever. Does anyone have, handy, something similar that Google reads easily?

Pyrrhonist
07-25-2004, 02:38 PM
Hey Dilli - is is possible to use a target=_blank for the new window, but wrap it in an onclick so that it centers itself?

I've never tried doing it, but a target=_blank should get spidered just like a normal link.

dilligaf
07-25-2004, 02:49 PM
I'll give it a shot. Not as concerned about centering than I am about the window size.

dilligaf
07-25-2004, 03:41 PM
[QUOTE=SEO Bob]Hey Dilli - is is possible to use a target=_blank for the new window, but wrap it in an onclick so that it centers itself?
[/QUOTE]
SEO Bob: You da Man! or Is you da bear? Regardless, thanks.