Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [HyperTherm] URGENT: LinkSQL 3.0 suggestions

Quote Reply
Re: [HyperTherm] URGENT: LinkSQL 3.0 suggestions In reply to
Here's a javascript example:

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function textCounter(field, countfield, maxlimit) {
if (field.value.length > maxlimit)
field.value = field.value.substring(0, maxlimit);
else
countfield.value = maxlimit - field.value.length;
}
// End -->
</script>

Description:(Limited to 150 characters)
<textarea wrap="virtual" name="Description" cols=40 rows=4 onKeyDown="textCounter(this.form.Description,this.form.remLen,150);" onKeyUp="textCounter(this.form.message,this.form.remLen,125);"><%if Description%><%Description%><%endif%></textarea>
<input readonly type=text name=remLen size=3 maxlength=3 value="150"> characters left
Subject Author Views Date
Thread URGENT: LinkSQL 3.0 suggestions jasy007 4383 Apr 2, 2005, 12:30 PM
Thread Re: [jasy007] URGENT: LinkSQL 3.0 suggestions
brewt 4359 Apr 2, 2005, 2:48 PM
Thread Re: [brewt] URGENT: LinkSQL 3.0 suggestions
jasy007 4276 Apr 3, 2005, 10:11 AM
Thread Re: [jasy007] URGENT: LinkSQL 3.0 suggestions
pugdog 4235 Apr 3, 2005, 5:21 PM
Thread Re: [pugdog] URGENT: LinkSQL 3.0 suggestions
loxly 4244 Apr 3, 2005, 5:59 PM
Thread Re: [loxly] URGENT: LinkSQL 3.0 suggestions
jasy007 4192 Apr 4, 2005, 5:18 PM
Thread Re: [jasy007] URGENT: LinkSQL 3.0 suggestions
HyperTherm 4185 Apr 4, 2005, 5:26 PM
Thread Re: [HyperTherm] URGENT: LinkSQL 3.0 suggestions
afinlr 4200 Apr 4, 2005, 8:01 PM
Post Re: [afinlr] URGENT: LinkSQL 3.0 suggestions
jasy007 4140 Apr 5, 2005, 3:57 PM
Post Re: [brewt] URGENT: LinkSQL 3.0 suggestions
HyperTherm 4243 Apr 3, 2005, 2:20 PM