Subj : setTimeout Function To : From : lonkar_amit@hotmail.com (Amit Lonkar) Date : Tue Apr 29 2003 07:10 am This is a multi-part message in MIME format. ------=_NextPart_000_0050_01C30E44.34A06E00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi All!! I am trying to run the following script :- print("This is a test message"); myfunction(); function myfunction() { print("Inside function"); setTimeout("my()",1000); =20 } function my() { print("Function My Called"); return ; } The above code throws the following exception:- Exception: "setTimeout" is not defined. Exception in thread "main"=20 Please let me know what could be the error Thanks Amit Lonkar ------=_NextPart_000_0050_01C30E44.34A06E00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi All!!
 
I am trying to run the following script = :-
 
print("This is a test = message");
 
myfunction();
 
function myfunction()
{
  = print("Inside=20 function");
  = setTimeout("my()",1000);     =20
}
 
function my()
{
  = print("Function My=20 Called");
 
  return ;
}
 
 
 
The above code throws the following=20 exception:-
 
Exception: "setTimeout" is not=20 defined.
Exception in thread "main"
 
Please let me know what could be the=20 error
 
Thanks
Amit Lonkar

 
------=_NextPart_000_0050_01C30E44.34A06E00-- .