Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 18th, 2005, 07:01 AM
Friend of Wrox
 
Join Date: Jan 2005
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to crmpicco Send a message via AIM to crmpicco Send a message via MSN to crmpicco Send a message via Yahoo to crmpicco
Default dynamically create table rows onChange of select

I have this form setup, is there a way that i can have
a drop down menu with values 1-15 that will change the value of
a when changed and create the correct number of table rows?

Code:
<form name="form">
<table>
<tr><td>Mini Rules Administration</td></tr>
</table>
<table>
<% for a = 1 to 6 %>
<tr>
<td>Rule Heading</td>
<td><input type="text" name="mini_heading" size="10" maxlength="1000"></td>
<td>Rule Content</td>
<td><input type="text" name="mini_content" size="10" maxlength="1000"></td>
</tr>
<% next %>
</table>
</form>

www.crmpicco.co.uk
www.crmpicco.co.uk.tt
www.milklemonadechocolate.uk.tt
www.griswolds.uk.tt
www.piccosmini.co.uk.tt
www.morton.uk.tt
__________________
_______________________
Ayrshire Minis - a Mini E-Community
http://www.ayrshireminis.com
http://www.crmpicco.co.uk





Similar Threads
Thread Thread Starter Forum Replies Last Post
Select Option's onclick,onchange events issue manishk73 Javascript 7 August 29th, 2008 01:20 PM
select option and update more rows in table . sanjeev jha Classic ASP Basics 3 November 6th, 2007 07:37 AM
Setting onChange Event w/Dynamically Created Form rvanandel Javascript How-To 4 June 28th, 2007 08:10 AM
Onchange event with select box athanatos ASP.NET 1.0 and 1.1 Basics 1 April 16th, 2006 11:29 PM
Building table rows dynamically nikotromus General .NET 2 January 21st, 2006 11:10 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.