|
Search tenon.com
Thanks to:
|
|
WebTen
>
>No, on my knowledge. I use a simple javascrit to do this task; It looks like:
>
>
>// count the available char before a max number of char
>//usage: onKeyup="calcCharLeft(this,###)" onFocus="calcCharLeft(this,###)"
>function calcCharLeft(Target,maxChar) {
> StrLen = Target.value.length;
>
> if (StrLen > maxChar ) {
> Target.value = Target.value.substring(0,maxChar)
> CharsLeft = 0
> window.alert("Lunghezza stringa eccessiva di: " +
>(StrLen-maxChar) + " carattere/i");
> } else {
> CharsLeft = maxChar - StrLen
> }
>
> document.forms[0].charsleft.value = maxChar - Target.value.length
>
Hi again,
Many thanks for the reply. I had a major hard drive crash last
Sunday & have only just recovered all the data. Major bummer.
Bye for now, Terry Allen
___________________________________________________________________
hEARd
Postal Address:
hEARd
c/o 128 The Entrance Rd
The Entrance
NSW 2261
Australia
Internet -
WWW:
http://heard.com.au or http://www.ozemail.com.au/~hmag
Interactive Message Board - http://www.educate.net.au/~hmag/mboard
EMAIL: (checked every Thursday & Sunday, sometimes more often)
hmag@xxxxxxxxxxxxxx
----------------------------------
Non profit promotion for new music
----------------------------------
Also, check out the Educate site - http://www.educate.net.au
----
Tenon Intersystems' WebTen Mailing List
To unsubscribe: send mail to webten-request@xxxxxxxxx
with the subject: unsubscribe
Find searchable Mailing List archives at
http://listsearch.blueworld.com/webtensearch.lasso
|
| Tenon Home |
Products |
Order |
Contact Us |
About Tenon |
Register |
Tech Support |
Resources |
Press Room |
Mailing Lists |
|
Copyright©2003 Tenon Intersystems, 232 Anacapa Street, Suite 2A, Santa Barbara,
CA 93101. All rights reserved.
Questions about our website - Contact:
webmaster@tenon.com.
|
|