Forum Moderators: open

Message Too Old, No Replies

Javascript popup and googlebot

Rewriting a javascript for googlebot

         

yvesr

4:36 pm on Jul 17, 2008 (gmt 0)

10+ Year Member



Hi

Sorry for my poor english.

I've a javascript popup (i click on a red arrow) but googlebot don't like it. Could you please help me to rewrite this popup javascript so that googlebot follow the link ? I want to keep this popup of course.

<a href="javascript: void(0)" onclick="MM_openBrWindow('<?=$rec['id']?>_<?=replace_title($rec['title'])?>.html','','location=yes,status=yes,resizable=no,width=780,height=470')"><img src="images/arrow_red.png" title="en savoir plus" width="13" height="13" border="0" /></a></td>

Thank you very much for your help

Regards

Fotiman

6:18 pm on Jul 17, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



<a href="<?=$rec['id']?>_<?=replace_title($rec['title'])?>.html"
onclick="MM_openBrWindow('<?=$rec['id']?>_<?=replace_title($rec['title'])?>.html','','location=yes,status=yes,resizable=no,width=780,height=470'); return false;"><img src="images/arrow_red.png" title="en savoir plus" width="13" height="13" border="0" /></a>

yvesr

7:41 pm on Jul 17, 2008 (gmt 0)

10+ Year Member



!

It's perfect !

Thank you !