[thelist] Frustrating problem

Peter Small peter at genps.demon.co.uk
Fri Apr 5 15:09:00 CST 2002


Thanks Ken. I've changed the code as you have suggested,

Does this work now on your m/c?

http://www.avatarnets.com/ctwd/

regards

peter




peter
>Not sure, but in your code you have this:
>=========================================
><script language="Javascript" src="jsagentcontrolspv.js">
>
>function checkArrivals() {
>if (typeof srcv == "undefined") {
>setTimeout("location.reload()",4000);
>}
>}
></Script>
>=========================================
>
>Try replacing that with this:
>
>=========================================
><script language="Javascript" src="jsagentcontrolspv.js"></script>
><script language="javascript">
>function checkArrivals() {
>if (typeof srcv == "undefined") {
>setTimeout("location.reload()",4000);
>}
>}
></Script>
>=========================================
>
>It may be that it doesn't like the external reference and the local
>functions within the same <script></script> tags.
>
>-Ken (IE6/XP)
>
>> Buttons work on my Mac with IE 5, but my client on a PC can't
>> get them to work.
>
>--
>For unsubscribe and other options, including
>the Tip Harvester and archive of thelist go to:
>http://lists.evolt.org Workers of the Web, evolt !






More information about the thelist mailing list