Re: perform Post on external link

2006-05-17 Thread Aleksej
You can probably create a simple form with POST method and put single SUBMIT button in it. The only possible problem here is that submit will be a button, not a link, so you will need to play with some slyles ( it really belongs on your design ). Or you can make normal link with javascript whic

Re: perform Post on external link

2006-05-17 Thread Konstantin Ignatyev
Sent: Wednesday, May 17, 2006 8:56:00 AM Subject: RE: perform Post on external link I am not sure. Let me give some more information, and hopefully that will clarify. I have a cart page in which users can add/remove products at the bottom of that page I present them with two buttons, Pay with

RE: perform Post on external link

2006-05-17 Thread Craig Hamilton
I am not sure. Let me give some more information, and hopefully that will clarify. I have a cart page in which users can add/remove products at the bottom of that page I present them with two buttons, Pay with PayPal, Pay with Credit Card. If they click Pay by Credit Card, I just want to go on t

RE: perform Post on external link

2006-05-17 Thread Schulte Marcus
Would work? The input's in the form would then also have to be @Any's ... > -Original Message- > From: Craig Hamilton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 17, 2006 3:15 AM > To: 'Tapestry users' > Subject: perform Post on external link > > > I have a shopping cart, and on