|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|