Hrm...
Now I look at the source for the Quote-o-matic frame.
code:
< script language="JavaScript" type="text/javascript" SRC="../../extern.js">< /script>
< script language="JavaScript" type="text/javascript" SRC="../sci_fi.js">< /script>
< script language="JavaScript" type="text/javascript" SRC="../../general_functions.js">< /script>
Why the double ../ thing? It seems to work, though, while the direct reference does not...
Edit:
Another possibility is that body tag containing an 'onload' statement. Could you move the 'onload' statement to a seperate tag, maybe even after the script references?
[ May 28, 2004, 15:38: Message edited by: Baron Munchausen ]