Feedback on: irt.org FAQ Knowledge Base Q1642
Length:
Too short
Technical:
Not technical enough
Comments:
Try passing a VBScript variable using the <INPUT TYPE=hidden NAME=jack VALUE=<%=vbvar%>>. Then retrieve it through Javascript using the document.formname.inputname.value
Formname being the NAME= in the <FORM> tag and inputname being "jack" in the above example.
Technical:
Not technical enough
Comments:
Confusing. The subject is passing variables between javascript and vbscript yet the example has both functions as javascript. Also, trying to reproduce the example fails.
Comments:
I tried running this code and I wasn't able to get it to work. I noticed there is a typo (jsar instead of jsvar) but it still didn't run. I was wondering if you had any suggestions on getting this code to work.....Thanks