VBScript wont work on www.meteor.ie

Posted by Davey Flavin on Stack Overflow See other posts from Stack Overflow or by Davey Flavin
Published on 2010-04-13T10:14:34Z Indexed on 2010/04/13 11:22 UTC
Read the original article Hit count: 330

The .Focus() function will not work in Windows Server 2003. Is there any thing i can do to make it work?

WScript.Sleep 1000 
.getElementByID("quickSearchMsisdn").value = "085729916" 
WScript.Sleep 1000 
.getElementByID("quickSearchMsisdn").value = "0857299167" 
WScript.Sleep 1000 
.getElementByID("quickSearchMsisdn").value = "0857299167"
.getElementByID("quickSearchMsisdn").Focus 
WScript.Sleep 10000
.getElementByID("doSendSMS").click 

It is to log into my online mobile account and send me an automated text. What ever way the page is designed the number field needs to be clicked into.

© Stack Overflow or respective owner

Related posts about vbscript

Related posts about windows-server-2003