214-564-5316
Thursday, March 11, 2010
•
Portfolio
•
FAQ's
•
Pricing
•
Request Info
•
Code Examples
•
Demos
•
Marketing
•
Tutorials
•
Downloads
•
Maintain a form entry using ASP
(Maximum characters: 10)
You have
characters left.
Here is the code for the whole page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>TexasWebDevelopers--A Dallas Texas Web Design and Development Company.</title> <meta name="MSSmartTagsPreventParsing" content="TRUE"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="javascript" type="text/javascript"> function limitText(limitField, limitCount, limitNum) { if (limitField.value.length > limitNum) { limitField.value = limitField.value.substring(0, limitNum); } else { limitCount.value = limitNum - limitField.value.length; } } </script> </head> <body> <% dim xcomments xcomments=Request.Form("xcomments") %> <form action="maintain-form-entry.asp" method="post"> <textarea name="xcomments" onKeyDown="limitText(this.form.xcomments,this.form.countdown,10);" onKeyUp="limitText(this.form.xcomments,this.form.countdown,10);"> <%=xcomments%></textarea><br> (Maximum characters: 10)<br> You have <input readonly type="text" name="countdown" size="3" value="10"> characters left. <input type="submit" value="Submit" /> </form> <% If xcomments<>"" Then Response.write("You typed this: <font color=red><strong>" & xcomments & "</strong></font> into the text area.") End If %> </body> </html>
•
Home
•
Contact Us
•
Terms of Service
•
Privacy Policy
•
Email Policy
•
Hosting
•
Links
•
Site Search
•
Blog
•
Texas Web Developers is a premiere website designer in the Dallas, Texas Web Designers community on BodyModified.com.