G
Guest
I need to call some asp.net code on my Website to start some processing.
I use :
WSHShell.Run("http://nnn.nnn.nn.nnn/haldb.net/frmDocumentMailer.aspx", 1,
False)
Unfortunately, this method causes IE to pop up, causing lots of problems.
Is there another way to do it that suppresses calling up IE??
I use :
WSHShell.Run("http://nnn.nnn.nn.nnn/haldb.net/frmDocumentMailer.aspx", 1,
False)
Unfortunately, this method causes IE to pop up, causing lots of problems.
Is there another way to do it that suppresses calling up IE??