|
|
|
|
|
| | |
|
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Dynamically create command buttons |
From: |
Pete |
Date: |
2/15/1999 11:53:20 AM |
IP: |
193.133.140.50 |
You could use a loop like the one below to create your buttons.
<% for i=1 to NoOfButtons %>
<input type="button" value="<%= "Button " & i%>" name="<%= "Button" & i%>"><br>
<%Next%>
This gives the buttons different names and could be chance no probs.
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|