You would have to use javascript (or any other client side code) to create a script that would either show/hide or create the textarea document when clicking on the button. The chaps at forum216 would be better to advise you on the script.
___________________________________________________________
[small]Do something about world cancer today: PACT[/small]
You could use a Perl script. Set the form containing the button action to the perl script (i.e. textarea.pl). And the perl just prints a text area. To have it come up below you would want to use an iframe, so you would also have to set the buttons target to the iframe.
The perl script would look something like this... Save this file as textarea.pl and set permissions to chmod 755.
Yes probably, just perl is very compatible with HTML. The only issue I see is the perl script must be placed in a separate document. The option of removing the iframe is quite simple, by completing all processes in one script, including printing the HTML template using the script
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.