Thomas
Fri Aug 18 07:40:48 CDT 2006
Yes, this can be done, but will require the use of server-side scripting (ASP, ASP.net, PHP, etc.)
to accomplish, since the order details will need to be stored while the user is making payment, but
you will also need to account for users that do not make payment or that make payment but do not
return to your site (for whatever reason) to complete the order.
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
"jake-jake" <jakejake@discussions.microsoft.com> wrote in message
news:4AE648B4-0A50-4B19-94EB-4C7F39F0D9FD@microsoft.com...
> Here is my problem. I need to have two form pages identical except for
> buttons. If I have two buttons it is only be confusing, one is a pay button
> and the other is a submit button. Once a payment is made the visitors are
> sent back to my site to submit order, so I need a different page with all
> their information on it already. If this can be done, how?
> Thanks