Feedback: irt.org FAQ Knowledge Base Q1642
Feedback on: irt.org FAQ Knowledge Base Q1642
Sent by John Ruff on May 14, 2001 at 16:41:24: - feedback #2729
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.
Sent by Jeff on August 13, 2001 at 11:38:05: - feedback #3083
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.
Sent by Dave K on October 17, 2002 at 15:14:53: - feedback #4226
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
|