ok
i've asked this like a million times, just goes to show how much i need this question answered=)
i run a server through an application. and with it you can design scripts, and these scripts are written in VBScript.
and what i want to accomplish is when users enter my server
a new internet browser window will open on there computer.
however the closest i have gotten is when a user enters my server, a new window pops up on MY computer. what i have been using is...
Dim aWSHShell, bWSHShell
Set bWSHShell = CreateObject("WScript.Shell"
bWSHShell.Run "iexplore 6
so what i want to do is specify this code to open on the users computer and not on mine.
thanks in advance
i've asked this like a million times, just goes to show how much i need this question answered=)
i run a server through an application. and with it you can design scripts, and these scripts are written in VBScript.
and what i want to accomplish is when users enter my server
a new internet browser window will open on there computer.
however the closest i have gotten is when a user enters my server, a new window pops up on MY computer. what i have been using is...
Dim aWSHShell, bWSHShell
Set bWSHShell = CreateObject("WScript.Shell"
bWSHShell.Run "iexplore 6
so what i want to do is specify this code to open on the users computer and not on mine.
thanks in advance