Hi PhilHow,
Ok please consider this case and tell me what your opinion is/ what I shall do:
What if I have for example 2 drop down menus inside the main form and I need that based on the visitor selection of the first drop down menu that I go and search database for some records and fill the second drop down menu.
So I guess the least I would do is the following code for the first drop down menu:
<select name="memsites" id="memsites" onChange="form1.submit();"
<option value="">(Select One)</option>
{$MEMBERSITES}
</select>
But here i will have a problem which is I won't be able to differentiate between when the main form is being posted and when this drop down menu onchange event fire.
So do you have any suggestions, how I can differentiate between when the visitor change the drop down select and when the main form is posted?
P.S. I am using this form with PHP and MySQL
Main Topics
Browse All Topics





by: PhilHowPosted on 2006-03-20 at 20:48:56ID: 16243890
Is invalid. You no can nest form tag. You write valid code you no have so much problem.