Hi Everybody I'm New Here
I've been working on one of those rotor scripts and it works but I'm Having trouble with one part:
<script language="JavaScript">
<!--
document.write ("<a href=?action=report&url='+parent.main.location.href+' target=_blank ><FONT face=Arial Black color=000000 >[Report Abuse]</FONT></a>")
document.write ("spacers")
document.write ("<a href='+parent.main.location.href+' target=_blank><FONT face=Arial Black color=000000 >[Open in a new window]</FONT></a>")
// -->
</script>
This +parent.main.location.href+ is suppose to write the url of the site in the main frame but it doesn't could any body help me

I've been working on one of those rotor scripts and it works but I'm Having trouble with one part:
<script language="JavaScript">
<!--
document.write ("<a href=?action=report&url='+parent.main.location.href+' target=_blank ><FONT face=Arial Black color=000000 >[Report Abuse]</FONT></a>")
document.write ("spacers")
document.write ("<a href='+parent.main.location.href+' target=_blank><FONT face=Arial Black color=000000 >[Open in a new window]</FONT></a>")
// -->
</script>
This +parent.main.location.href+ is suppose to write the url of the site in the main frame but it doesn't could any body help me

Comment