Forums
This topic is locked
form questions
Posted 21 Dec 2004 02:29:40
1
has voted
21 Dec 2004 02:29:40 Matt Millican posted:
Hi all,Hopefully someone can help me with this and hopefully I can explain it well enough.<img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>
I am trying to make an administration page for a website (specific part of it). Here's how it's set up so far:
>List of States (select box)
>List of Sports (select box, dependent on what value is in State box)
>List of Events (select box, dependent on State AND sports box)
After you select each (in the above order), the page refreshes to show information in a form to the right of the screen. In this form there is a field for the Event Name and 3 fields for the date (select boxes, Month, Day, and Year). Below this there will be another set of fields(Team Name[text], Ball Type[select], Image[file field]), however the number of rows may vary. How can I change the number through JS so that I don't have to reload the whole page and lose all other information that was entered? In other words, either add another row or take away a row?
This information will then also have to be inserted into a DB table, the event into the events table and the individual balls from the events into the ball table.
If you have any quesitons, you can directly email me at Thanks for any help in advanced.
Matt
Matt Millican
InternetMill.com
www.internetmill.com
(Win XP Pro / DWMX / Access XP / ASP / VBscript / PHP / MySQL)
Edited by - InternetMill on 21 Dec 2004 02:32:41