how to use a variable declared in javascript in jsp
843838Sep 27 2005 — edited Oct 10 2006hi all
my problem is i have to use variable in jsp program, which is declared in javascript, but when compling jsp program, it is giving error as not declared.
what should i do, should i declare the same variable in jsp program. if not how to utilize the variable which is already declared in javascript in the same program
thanx in advance