Is it possible to dynamically change the HTML form action, based on a series of events in the form? ie - Seven checkboxes, when clicked, make seven different input boxes appear(through layers). When, say, the first two are clicked, I need the action to change to \\"FirstTwo.php3\\". Likewise if the 3rd and 7th are clicked, the action should be \\"ThirdSevth.php3\\". And so on. Basically, these fields that appear have certain info that go to certain PHP3 scripts that query a mySQL database.
I suppose there\\'s an easier way of doing this, but I\\'d like to stick with this dynamic form for the ease of the user (a non-technical administrator of mine). To query the database, she would only have to click which criteria she wanted to use, and then enter the info.
Thanks for your help.