how to generate new window in vbscript
hi. i am new to vbscript.
i have the code in vbscript as follows
_____________________________________________
Sub onsending ( Sender, Text )
EventManager.OnEvent "Sending", Array( Sender, Text )
End Sub
______________________________________________
in the above code i add two lines
MsgBox "Sender number " & Sender
MsgBox "MSG : " & Text
It shows the value of Sender and text.
But i want to get/post these values into the next page.
Plz give the code.
Thanks
|