<SCRIPT LANGUAGE="Javascript"><!--
function banner() {} ; b = new banner() ; n = 0;
b[n++]= "<A HREF=' target='_PARENT'><IMG SRC=' BORDER='2'></A>"
b[n++]= "<A HREF=' target='_PARENT'><IMG SRC=' BORDER='2'></A>"
i=Math.floor(Math.random() * n) ;
document.write( b )
//--></SCRIPT>
I am trying to use the above code in a table cell. I recently switched my message board. This code worked fine on the old message board. For some reason, the banner is not showing up and I am getting a "done, but with errors" when the page loads. I feel pretty certain all my tags are closed correctly.
Those capital letters shouldn't matter should they? I mean in the anchor element.
Thanks.
function banner() {} ; b = new banner() ; n = 0;
b[n++]= "<A HREF=' target='_PARENT'><IMG SRC=' BORDER='2'></A>"
b[n++]= "<A HREF=' target='_PARENT'><IMG SRC=' BORDER='2'></A>"
i=Math.floor(Math.random() * n) ;
document.write( b )
//--></SCRIPT>
I am trying to use the above code in a table cell. I recently switched my message board. This code worked fine on the old message board. For some reason, the banner is not showing up and I am getting a "done, but with errors" when the page loads. I feel pretty certain all my tags are closed correctly.
Those capital letters shouldn't matter should they? I mean in the anchor element.
Thanks.