reverentx
09-07-2005, 01:53 PM
This is a ordenary dropdown:
<select NAME="mailcentre" ID="mailcentre" onChange="this.form.submit();" class=webforms>
<option>- Mail Centre -</option>
<option value="mc1">Edit Mail Campaigns</option>
<option value="mc2">Delete Mails</option>
</select class=webforms>
<noscript>
<input type="submit" value="Select" class=webforms>
</noscript>
I had a milion buttons on my page but change them to a dropdown
now I have 5 people complaining over they cant use the dropdowns?
can anyone give me an explanation on this problem?
and is there a solutions there can solve this problem?
I used this solution becaurse I thought it was better than buttons.
a confused webmaster and progger :confused:
<select NAME="mailcentre" ID="mailcentre" onChange="this.form.submit();" class=webforms>
<option>- Mail Centre -</option>
<option value="mc1">Edit Mail Campaigns</option>
<option value="mc2">Delete Mails</option>
</select class=webforms>
<noscript>
<input type="submit" value="Select" class=webforms>
</noscript>
I had a milion buttons on my page but change them to a dropdown
now I have 5 people complaining over they cant use the dropdowns?
can anyone give me an explanation on this problem?
and is there a solutions there can solve this problem?
I used this solution becaurse I thought it was better than buttons.
a confused webmaster and progger :confused: