View Single Post
Old 2004-12-01, 12:29 PM   #3
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Blank screen here

You have this in the head
<script language="JavaScript">

<!--

function SymError()
{
return true;
}

window.onerror = SymError;

-->


You are missing the closing tag.

It should be
<script language="JavaScript">

<!--

function SymError()
{
return true;
}

window.onerror = SymError;

-->
</script>
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote