Hi all, I am pretty new to VBscript. Can anyone help me convert the following JavaScript to VBScript:
<SCRIPT LANGUAGE="JavaScript">
function checkRequired_onsubmit() {
var returnValue = false;
var newValue;
if (document.theForm.textbox.value == "") {...
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.