View Single Post
  #207  
Old May 28th, 2004, 04:29 PM

Baron Munchausen Baron Munchausen is offline
General
 
Join Date: Aug 2000
Location: Ohio, USA
Posts: 4,323
Thanks: 0
Thanked 0 Times in 0 Posts
Baron Munchausen is on a distinguished road
Default Re: Othaglot and Cane - Story Thread

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 ]
Reply With Quote