|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Determine size of input of text field |
From: |
Giovanni Zomer |
Date: |
8/4/2000 9:15:12 AM |
IP: |
213.213.26.166 |
from the first form, requesting the length, you go to another asp, which will get the value of the input, i.e. ch=request.form("howManyChar");
building the html code do the text-field with ->
<input type="text" name="yourVariable" length="<%=ch%>"> |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|