|
|
|
|
|
| | |
| |
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|