Title: Re: [Active4d-dev] Submitting Form with Select Box
Try with a link Or if you need buttons
You need return false, otherwise after execute the _javascript_ the href will be loaded.
<button type="button" name="myNameIsNotImportant" value="" false">show</button><br />
<a href="" false">Save</a>
Gruss Oliver
Am 12.12.2002 0:47 Uhr schrieb "Jason Hect" unter <[EMAIL PROTECTED]>:
> Thanks, I'm getting close now. Your code works for select lists, but
> now how do I get the submit buttons to work on the form? I'm totally
> guessing, but I'm trying something like:
>
> <input type="Submit" name="bt_Test" value="Test Button"
> >
>
> This reloads the page, but no form variable is assigned to the button,
> so I can't determine which button was pressed on the form. Sorry if
> this is a bone head _javascript_ question.
>
> Thanks again for the help!
>
> Jason Hect
>
> _______________________________________________
> Active4d-dev mailing list
> [EMAIL PROTECTED]
> http://aparajitaworld.com/mailman/listinfo/active4d-dev
- [Active4d-dev] Submitting Form with Select Box Jason Hect
- Re: [Active4d-dev] Submitting Form with Select Box Oliver Brodwolf
- Re: [Active4d-dev] Submitting Form with Select Box Jason Hect
- Oliver Brodwolf
