| | |
Getting a value into HTML form.
![]() |
•
•
•
•
Originally Posted by shiq
Hello,
I've a question: is it possible to pass a variable from perl script to HTML form.
I want this variable $ztable value to be send to this form.
<input name="dirname" size=15> its post method form.
Thank you in advance.
Perl Syntax (Toggle Plain Text)
print "<input name=\"dirname\" size=15 value=\"$ztable\">"
(Assuming you've already replaced <, >, &, and " in $ztable with <, >, &, and ")
![]() |
Similar Threads
- [urgent] HTML form => XML file (JSP)
- HTML form action="env.cgi" question (HTML and CSS)
- HTML Form post to PHP? (PHP)
- HTML Form not working with IE when lots of select/option boxes included. (HTML and CSS)
- HTML Form not working with IE when lots of select/option boxes included. (Web Browsers)
- changing the color of a HTML form selection (HTML and CSS)
Other Threads in the Perl Forum
- Previous Thread: Remote Execution
- Next Thread: Download links script
| Thread Tools | Search this Thread |






