|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by eteran in VB Script, Windows Server 2008
Hi,
I update my hosting account from windows server 2003 to windows server 2008 and my vbscript don't run, the problem is to try open the internet explorer application to execute a .asp page using WScript.
In google read about window server 2008 not supported wscript. My question is how i executed a .asp page en 2008. The old code
1:
2:
3:
4:
5:
6:
7:
|
Dim ie, strURL, x
strURL = "https://www.pepe.com/pepe.asp"
Set ie = WScript.CreateObject("InternetExplorer.Application")
ie.Visible = True
ie.Navigate strURL
Do while ie.busy: x=x+1: loop
ie.Quit
|
20091111-EE-VQP-89 - Hierarchy / EE_QW_3_20080625