|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Pass an input value to a function |
From: |
dzzie |
Date: |
1/21/2001 2:54:56 PM |
IP: |
216.163.114.26 |
since I am way more familiar with client side js than client side vbs and you can call vbs functions from js this should still work
<script language=vbscript>
function fname(it)
msgbox it
end function
</script>
<input type=text onblur="fName(this.value)">
rember if you use vbscript client side you are only supporting IE |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|