O.P. creating a simple Msgbox?
Hi,
normally in WSH you can use WSH.echo for displaying message boxes. this does not work under plus!, because the object WSH does not exist. i also dont know how to instantiate it, because in
WSH = new ActiveXObject("...");
i would not know what to put between the brackets.
any ideas on how to be able to display a message box? thanks a lot!
rh
|