phoenix_r

2009 May 13 • 625
17 ₧
|
Poor wording above on my part. The real question was can HTML take input from five text boxes, validate them against a regex, and then parse the remaining valid values into a comma-separated list? Since I really didn't think it could I went ahead and implemented all of that in the aforementioned intermediate script, getting called by the HTML form onSubmit - the form will only call the PERL script if the intermediary doesn't return false.
I can GET/POST but I don't need to, having the perl script as the target of my <FORM> is just fine so long as I have valid values in their respective, properly named inputs when I submit the form, which my intermediary takes care of.
Thanks for the query string tips, they'll be useful elsewhere for sure!
|
|
|
|
|
(Edited 2011 May 4 at 08:49)
2011 May 4 at 08:42
|
|