Error: 'WScript' is undefined'

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top