I trying to lunch the send page function the explore
browser.
I want to send the page in the body of the email

I tried using the send keys (to launch the send page
function), but I am receiving the follow error

"WScript is undefined"
Syntax start:

<SCRIPT Language=VBScript>

Sub cmdReadMec()

Dim WshShell

Set WshShell = Server.CreateObject("WScript.Shell")

WshShell.SendKeys("~")


End Sub

</SCRIPT>

syntax End:

I have installed the windows scripting, but it still not
working.

Is there any reason or setup that I have to make.

Is there another way of sending the page in the body of
the email..

sincerely yours

Mike John