Click to See Complete Forum and Search --> : Redirecting full a shopping basket


SAnick
01-15-2007, 08:59 AM
I am new to developing and need some help. how do I set up a page which the user does not see, which i can link to and which then redircts to my account page taking with it the following code for my shopping basket


form method="post" action="https://www.vcs.co.za/vvb/login.asp">
<b>
<font face="Arial" size="4">

<input type="image" src="images/voucher.gif" align="right" />
<!--<a href="http://www.foundit.co.za/">

<img border="0" src="images/voucher.gif" alt="Click Here To Buy Now" align="right">
</a> -->
</font>
</b>
</p>

<input type="hidden" name="uid" value="2844">
<input type="hidden" name="pc" value="special">
<input type="hidden" name="pd" value="Service">
<input type="hidden" name="up" value="99.00">
<input type="hidden" name="ud" value="0">
<input type="hidden" name="v" value="14">
<input type="hidden" name="c" value="ZAR">
<input type="hidden" name="u" value="http://www.">
<!-- <input type="submit" value="Click Here To Buy Now" ID="Submit1" NAME="Submit1"> -->
</form>



Thanks for any help