<script language="VBScript">
Function validateForm()
dim origURL
origURL = Trim(document.frmURLinfo.txtSourceURL.value)
document.frmURLinfo.txtgeneratedURL.value = --> i want this field's value to be the url encoded value of origURL... how do i do that? "server.URLEncode(origURL)" does not work... help!
</script>
Function validateForm()
dim origURL
origURL = Trim(document.frmURLinfo.txtSourceURL.value)
document.frmURLinfo.txtgeneratedURL.value = --> i want this field's value to be the url encoded value of origURL... how do i do that? "server.URLEncode(origURL)" does not work... help!
</script>