Morning,
Is there a way to tell the script if there is no value stop processing otherwise go ahead and use the form value?
This is what I have:
If SENDEMAIL Then
Set MailObject = Server.CreateObject("CDO.Message")
MailObject.From = FROMEMAILADDRESS
if MailObject.To = "" then ...
Good morning,
I have a VBScript function:
<script language="VBScript" type="text/vbscript">
Function Main()
set wshshell = createobject("wscript.shell")
struser = wshShell.ExpandEnvironmentStrings("%USERNAME%")
strdomain = wshShell.ExpandEnvironmentStrings("%USERDOMAIN%")
msgbox struser &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.