perl.javascript...How to assign value of a javascript variable to a perl variable by Reshma- March 29, 2006 I&39;m new to CGI and javascript.I have a javascript variable which has a value assigned.my var = getHTML();I want to use this value in perl script.$input_string = "var"; - is this possibleI know a way we can do - using form and submit action to pass thejavascript variable to the perl script. Is there a way I can avoidusing a click of button as an intermediate step. Passing the value as aquery string has a restriction of 1024 characters. I have content whichcould be 3000 characters...http://www.nntp.perl.org/group/perl.javascript/2006/03/msg46.html |