Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hi i am getting "Object doesn't sup

Status
Not open for further replies.

RamaKommineni

Programmer
Sep 12, 2003
13
0
0
US
hi i am getting "Object doesn't support method or property" error msg when i load page.

following is line of code

timer= window.SetTimeout("MyTimeOut", 1000)

I am testing on IE6. is this browser compatability prob? Any help on this? I am new to VBScript

thanks,
Rama Kommineni

 
works for me...

sub foo
msgbox "foo"
end sub

dim i
i = window.settimeout("foo", 5000)



=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); }
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top