quote:
Originally posted by Absorbation
In firefox it's perfect but in IE some of it does not display please help me
Try adding </script> after "<script language="JavaScript" src="/cgi-bin/online/online.cgi?output=javascript">"
Haven't tried, but my guess is that IE is interpreting the whole HTML code after the opening script tag as Javascript. You forgot to close that tag, so it looks for javascript there apart from the remote cgi that you call.