Hi Everybody
I have an Access database that passes a Parameter to a web page
something like this.
http://localhost/index.htm?paramName=1234-54321
I want to be able to retrieve the parameter (In this example
1234-54321) and pass it to a hidden text box on a form. Something like
the one below...where it says <IN HERE>
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr"
method="post">
<input type="hidden" name="item_number" value="<IN HERE> Upgrade from
Free Version to Standard Version">
</form>
I am a VBscript Virgin so please be gentle with me.
Any help gratefully received
Bob