in reply to Retrieving Data

Unless I'm misunderstanding your question (which could be a little clearer:), instead of adding the tx code as a hidden field in the form that invokes the final html form, add the code directly to the url as below.

<form method="get" name="f1" action="finalorderpage.shtml?VendorTxCode +=$VendorTxCode"> <INPUT TYPE="image" SRC="proceed3.gif" VALUE="Submit the Order details +" ALIGN="left" width="75" height="27"> </form>

Of course, once you have removed the hidden field, then there is no reason (from your snippet) to use a form anymore, you could generate an anchor as

<a href="finalorderpage.shtml?VendorTxCode=$VendorTxCode"> <img SRC="proceed3.gif" width="75" height="27"/></a>

Re-reading this, I am really not sure I am answering your question, but then I'm not really sure what your question is. If I got it way wrong, just kick me!


Okay you lot, get your wings on the left, halos on the right. It's one size fits all, and "No!", you can't have a different color.
Pick up your cloud down the end and "Yes" if you get allocated a grey one they are a bit damp under foot, but someone has to get them.
Get used to the wings fast cos its an 8 hour day...unless the Govenor calls for a cyclone or hurricane, in which case 16 hour shifts are mandatory.
Just be grateful that you arrived just as the tornado season finished. Them buggers are real work.

Replies are listed 'Best First'.
Re: Re: Retrieving Data
by Anonymous Monk on Nov 20, 2002 at 02:32 UTC
    On the HTML page, I need to use the hidden field again to put into an e-mail and send the transaction code to admin staff,
      I don't see what you are trying to do, the static html file that you are trying to drop the hidden field on cant "do" anything with it.. Can you please try to reword your question with an example outcome.

      -Waswas