Posted by Martin Pφpping on 12/06/86 11:50
Jonathan N. Little schrieb:
> Martin PΓΆpping wrote:
>> Hi,
>>
>> somewhere I have seen that it is possible to create a formular
>> with a select box and without any submit button.
>>
>> if you select via the select box an item, then the new page is loaded.
>>
>> how can i do that?
>
> Requires JavaScript, you create a submit function that you must attach
> to the SELECT onchange event. You should provide and an alternate for
> folks who have JavaScript disabled.
Thanks,
I did it like this now:
<form name="form_genlist" method="get" action="index.asp">
<select name="genfile" OnChange ="document.form_genlist.submit()">
//...
but how to do the alternate without JS?
Bye,
Martin
[Back to original message]
|