PDA

View Full Version : Order Status Page?



RxRob
January 10th, 2004, 07:56 PM
Does IHC havea generic order status page that I can put on my sites?

Laura
January 12th, 2004, 08:47 AM
workn' on it..........

Anni
January 12th, 2004, 10:05 AM
Try


1 for myprivaterx.net


<form method='get' action='https://www.my-apps.com/servlet/viewOrder'>
<input type='text' name='id' size="10">
<br>
<input type='text' name='email' size="20">
<br> <input type='submit' value="Track">
</form>


2 for myprivaterx.com


<form method='get' action='https://secure.ipssoftware.net/viewOrder'>
<input type='text' name='id' size="10">
<br>
<input type='text' name='email' size="20">
<br>
<input type='submit' value="Track">
</form>