Forum Moderators: open

Message Too Old, No Replies

in continuation of maxlength on text area

started to supply a code sample

         

silkencoder

7:54 pm on Sep 28, 2003 (gmt 0)

10+ Year Member



code to take care of maxlength programicaly

onkeyup="javascript:if (this.value.length > 389){ alert('Input To Long');this.value=this.value.substring(0,388); this.focus} ;

hope this help people searching for it

tedster

3:47 am on Sep 30, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, silkencoder. Thanks for the nice tip, and on your first post, too!

Have you got a way to workaround maxwidth on IE? That would be pure gold for me.

silkencoder

8:49 am on Sep 30, 2003 (gmt 0)

10+ Year Member



hi thanks for that , could you discribe this issue with maxwidth? im not aware of it if you could give me more detail i will script a solution.