I have a problem. I'm programming a homepage in asp with VBScript and databases. And i also have a shopping basket on it. And now to my problem, i have a file, AddToBasket.asp, that puts the merchant in the basket and i call it with:
AddToBasket.asp?BasketID=...&MerchantID=...&Quantity=...
And my problem is: I want the value of a <input type="text">
to be the number that will be passed on with Quantity=...
but i can't solve this on my own... i want help!!! pls help me...
AddToBasket.asp?BasketID=...&MerchantID=...&Quantity=...
And my problem is: I want the value of a <input type="text">
to be the number that will be passed on with Quantity=...
but i can't solve this on my own... i want help!!! pls help me...