Troy Spiral
07-02-2003, 06:00 PM
Hello,
This code:
<script language="JavaScript">
<!--
if (parent.frames.length)
parent.location.href= self.location;
// -->
if ( self.location == "http://pub86.ezboard.com/btroyspiral" ) {
document.write(' <center>');
document.write(' <img border="0" src="http://www.troyspiral.com/dgheadwreck.jpg"height="60">');
}
{
document.write(' </center>');
document.write(' <br></br>');
document.write(' 4th of July DGN Picnic Info<a href='http://pub86.ezboard.com/ftroyspiralfrm13.showMessage?topicID=293.topic'>Here</a>
')
}
</script>
Should, display a banner at the top of the website:
http://DetroitGothic.net
and then below that, have a line of text that says:
4th of July DGN Picnic Info HERE <-- with the "here" being clickable link.
But what happens is, nothing. No banner, no text, no link.. nothing. If i take the second "text and link" element out, the banner shows up just fine (the way it is on the site right now)
Could someone tell me what im doing wrong?
Thanks in advance.
This code:
<script language="JavaScript">
<!--
if (parent.frames.length)
parent.location.href= self.location;
// -->
if ( self.location == "http://pub86.ezboard.com/btroyspiral" ) {
document.write(' <center>');
document.write(' <img border="0" src="http://www.troyspiral.com/dgheadwreck.jpg"height="60">');
}
{
document.write(' </center>');
document.write(' <br></br>');
document.write(' 4th of July DGN Picnic Info<a href='http://pub86.ezboard.com/ftroyspiralfrm13.showMessage?topicID=293.topic'>Here</a>
')
}
</script>
Should, display a banner at the top of the website:
http://DetroitGothic.net
and then below that, have a line of text that says:
4th of July DGN Picnic Info HERE <-- with the "here" being clickable link.
But what happens is, nothing. No banner, no text, no link.. nothing. If i take the second "text and link" element out, the banner shows up just fine (the way it is on the site right now)
Could someone tell me what im doing wrong?
Thanks in advance.