M
Mike John
I am trying to send key to the browser to launch the send
page command
Systax:
<script langauage = "Javascript">
function Sendmy()
{
var wshell = Server.CreateObject("WScript.Shell")
wshell.sendkeys("Atl+T+M+P")
}
</script>
I am receiving an error: 'WScript' is undefined'
any reason why
Or is there any other to send keys
Sincerely yours
Mike John
page command
Systax:
<script langauage = "Javascript">
function Sendmy()
{
var wshell = Server.CreateObject("WScript.Shell")
wshell.sendkeys("Atl+T+M+P")
}
</script>
I am receiving an error: 'WScript' is undefined'
any reason why
Or is there any other to send keys
Sincerely yours
Mike John