Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
LPRSearchHead = "<script language=""JavaScript"" type=""text/javascript"">" & VBCRLF
LPRSearchHead = LPRSearchHead & "function onChangeCombo() {" & VBCRLF
LPRSearchHead = LPRSearchHead & "var Current = document.form1.LicType.selectedIndex;" & VBCRLF
LPRSearchHead = LPRSearchHead & "document.form1.LicType.options[Current].text;" & VBCRLF
LPRSearchHead = LPRSearchHead & "document.form1.txtLicType.value = document.form1.LicType.options[Current].text;"
LPRSearchHead = LPRSearchHead & "}</script>" & VBCRLF