PDA

View Full Version : Trouble getting the script to run


john8662
04-18-2002, 01:32 PM
Hi

I moved all my stuff to another server yesterday, but I can't get the bignosebird card cgi script running anymore. It worked perfectly on the other server, now all I get is the message "Sorry, cant run it from here....". And after that I have to replace a piece of my script because that piece is changed after one try. This is what he makes of it:

<SCRIPT LANGUAGE="JavaScript">
<!--
if(navigator.userAgent.indexOf(&quot;MSIE&quot;) != -1)
document.writeln ('');
else
document.writeln ('<EMBED SRC=&quot;$BASEURL/$fields{'midifile'}&quot; AUTOSTART=&quot;true&quot; HIDDEN=&quot;true&quot; VOLUME=&quot;80%&quot;>');
//-->
</SCRIPT>

And this is what it was:

<SCRIPT LANGUAGE="JavaScript">
<!--
if(navigator.userAgent.indexOf("MSIE") != -1)
document.writeln ('');
else
document.writeln ('<EMBED SRC="$BASEURL/$fields{'midifile'}" AUTOSTART="true" HIDDEN="true" VOLUME="80%">');
//-->
</SCRIPT>

Can anybody help me with that error message or in any other way.

Thanks John