Click to See Complete Forum and Search --> : Problems with forms maby Browser settings? :confused:


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:

muneepenee
09-07-2005, 02:08 PM
1. sum hav problems & sum dont? if so tri tu ask em wotz different...
the wons hu komplaen...tri tu find a kommon thred.
2. submit? wot du yu submit tu.
Me yuze drop tabels tu gotu a javaskript funkshun, then it du wotever.

Fang
09-07-2005, 02:49 PM
this should be wrapped in a form and a block element:<select name="mailcentre" id="mailcentre" onchange="document.forms['formName'].submit();return false;" class="webforms">
<option>- Mail Centre -</option>
<option value="mc1">Edit Mail Campaigns</option>
<option value="mc2">Delete Mails</option>
</select>
<input type="submit" value="Select" class="webforms">

reverentx
09-07-2005, 03:24 PM
thats not a question about intilligence, but a question about you reading!
Post mortum! I know how to make a form
i just took some of the script to make an eksample.....
I am just asking generaly if other people have experince the same problem.....

Fang
09-07-2005, 03:50 PM
Post mortum! I know how to make a formCheck your form (http://validator.w3.org/)