perl.javascript...Re: Rewamp of JavaScript.pm by Issac Goldstand- April 30, 2004 I don&39;t have any specific requests, but...I&39;ve been working on JavaScript::SpiderMonkey to add some features (I washaving trouble installing JavaScript.pm when I was new to it, and I just gotstuck).Anyways, I&39;d love to assist with JavaScript.pm if I can be of any help. I&39;min a bit of a rush now and only just noticed this list, so I don&39;t have timeto look closely at what JavaScript does now and what you&39;re planning ondoing, but the most important thing that I needed was better.http://www.nntp.perl.org/group/perl.javascript/2004/04/msg32.html validate loop generated 'textfields' by red dragon- April 29, 2004 I have textfields which are generated by for loop like--------------------------------------------------------print "<form method="post" action="test.pl">n";my list = get_from_sub();for $i (0 .. $list) print "<input type="text" name="qty$i">nprint "<form>---------------------------------------------------------Basically I want to use javascript to validate all textfields,but how can I achieve this I know normally we.http://www.nntp.perl.org/group/perl.javascript/2004/04/msg31.html |