i have this cos on my page to redirect users. I have used a virtual spider to test this page and the redirection doesnt show up as a link. Would this code affect SE's. Seeing that google, yahoo, msn and hotbot are the only SE's that for some reason havent listed my site.
this is the code that I have on my page.
<SCRIPT LANGUAGE="JavaScript">
<!--
if ((self.location!= 'http://example.com/') && (top.location == location)) {
self.location = 'http://example.com/';
}
//-->
</SCRIPT>