GIDForums  

Go Back   GIDForums > Computer Programming Forums > MySQL / PHP Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 02-Oct-2006, 17:47
mrjameer mrjameer is offline
New Member
 
Join Date: Aug 2006
Posts: 19
mrjameer is on a distinguished road

limiting characters in textarea without php/javascript


hi,

i want to create a textarea in which the user can input 100 characters only.he canot able to input more than 100.i want to do this with out using php/javascript.is it possible.your help will be appreciated

thanks

mrjameer
  #2  
Old 04-Oct-2006, 20:59
ubergeek ubergeek is offline
Regular Member
 
Join Date: Jan 2005
Posts: 775
ubergeek is a jewel in the roughubergeek is a jewel in the roughubergeek is a jewel in the rough

Re: limiting characters in textarea without php/javascript


for a single-line limited-length textbox, you can do
HTML Code:
<input type="text" value="type here (100 chars max)" maxlength=100 />
 
 

Recent GIDBlogA Week in Kuwait by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Things to Avoid in C/C++ -- gets() , Part 1 WaltP C Programming Language 5 21-Jun-2007 12:13
Hexadecimal Checksum Characters a3.charles C Programming Language 5 17-Aug-2006 23:17
fast characters in console svhb C Programming Language 10 22-Jun-2005 07:13
Limiting Input aaroncohn CPP / C++ Forum 8 25-May-2004 01:42
textarea width problem zuzupus Web Design Forum 2 23-Jul-2003 03:06

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 19:18.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.