Re: Using to submit a form...

2004-07-27 Thread Andrew Close
Wendy, Thanks for the reply. your solution is working for me. i guess hidden fields work out better than attempting to use the parameters in the actionmapping. thanks again. andy On Tue, 27 Jul 2004 10:18:24 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Andrew Close" <[EMAIL PROTECTED

Re: Using to submit a form...

2004-07-27 Thread Wendy Smoak
From: "Andrew Close" <[EMAIL PROTECTED]> > function sl_addMemberProdNbrs(frm) { > frm.action += "?prodType=Member"; > frm.submit(); > return; > } Instead of messing with the action of the form, actually add the attribute to the form. You might need prodType to be an existing, hidden form el

Using to submit a form...

2004-07-27 Thread Andrew Close
Hi all, i have an intermediary page that has two links and two hidden fields on it. when i click on a link i would like to be able to submit my form (hidden fields) to the appropriate page. i've tried using the links with forward and with action but they don't appear to 'submit' the form. they