Deanna475
05-01-2003, 04:09 AM
Hi all. I am trying to use a script from JavaScript Source entitled "Limit Textarea" and found here (http://javascript.internet.com/forms/limit-textarea.html) In the <FORM> part of the script, there is a reference to
<form name=myform action="YOUR-SCRIPT.CGI">
What is this YOUR-SCRIPT.CGI ?? I can't get the script to work and maybe this has something to do with it? My form tag looks like this:
<FORM name="feedback" method="post" action="mailto:administrator@zzz.com" enctype="text/plain">
so how would I incorporate this YOUR-SCRIPT.CGI if it is even required?
Any and all assistance is appreciated. Thank you.
<form name=myform action="YOUR-SCRIPT.CGI">
What is this YOUR-SCRIPT.CGI ?? I can't get the script to work and maybe this has something to do with it? My form tag looks like this:
<FORM name="feedback" method="post" action="mailto:administrator@zzz.com" enctype="text/plain">
so how would I incorporate this YOUR-SCRIPT.CGI if it is even required?
Any and all assistance is appreciated. Thank you.