[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: Multiple Forms...
Hi Jason --
Multiple, embedded forms like you've described definately blow up on almost
all browsers. In Minivend, the work-around is to have one form, then set
the appropriate name/value pairs in a [set][/set], and use mv_click to
determine the parameters. This works unless the user does something funky
with forward/back buttons - in which case Minibend can become confused.
The only other way to do what you want (that I am aware of) is to use
JavaScript and buttons with a custom "onclick" handler that submits the
appropriate form. Of course, this opens another can of worms entirely.
Nick
At 09:58 AM 8/22/99 +0000, you wrote:
>****** message to minivend-users from Jason Korkin
<jkorkin@korksoft.com> ******
>
>Hello all,
> This is not really regarded to the Minivend list, however, here is a
>quick question that I have in regards to using multiple forms on a
>site...
>
> Can I embed a form within a form within a form, and then when going to
>post to these forms, will the browser remember which embeded form to
>post to?
>
> ie.:
>
> <FORM ACTION=post1>
> do stuff here
> <FORM ACTION=post2>
> other stuff here
>
> </FORM>
> </FORM>
>
> and if I click on the submit button in post2, will it post to post2
>correctly with only the form data from the post2 area?
>
> Thanks in advance,
>
> Jason Korkin.
>
>PS> I know this is basic HTML 101, but for the life of me, I cant
>remember!!!
>--
>
>Jason Korkin - jkorkin@korksoft.com
>KORKSOFT
>
>+1 (603) 472-8262
>http://www.korksoft.com
>Design, Hosting, Custom Programming, Database Mgt., E-Commerce
>-
>To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
>email with 'UNSUBSCRIBE minivend-users' in the body to
Majordomo@minivend.com.
>Archive of past messages: http://www.minivend.com/minivend/minivend-list
>
>