View Single Post
Old 08-22-2006, 06:06 AM   #7 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,503
sde is on a distinguished road
i can see that a lot of lines in your code do not end with a semi-colon. here are just a few. you may want to go through and clean that up, maybe it will help.

HTML Code:
var dir = "images/"
HTML Code:
window.status='Done'
var text = ''; // this one is ok
text +='<table border="0">'
__________________
Mike
sde is offline   Reply With Quote