is it possible to have a action button with a query string init..
i have a basket page..which is linked to a database..
to add stuff i have a """""<a href="basket.asp?ID=01001&Model=Sony...
Type: Posts; User: billy124; Keyword(s):
is it possible to have a action button with a query string init..
i have a basket page..which is linked to a database..
to add stuff i have a """""<a href="basket.asp?ID=01001&Model=Sony...
response.write "<TD><select name=""qunt"" style=""width: 40px; height: 21px"">" & vbcrlf & _
"<option selected=""selected"" value=""1"">1</option>" & vbcrlf & _
"<option value=""2"">2</option>"...
sorry 2 bother u guys, the code is working nw!!!
How can i send the value of that drop down to the basket page
response.write "<select name=""qunt"" style=""width: 40px; height: 21px"">" & vbcrlf & _
"<option selected=""selected"" value=""1"">1</option>" & vbcrlf & _
"<option value=""2"">2</option>" &...
thanks alot dude.. worked like a charm :)
Happy New Year Too All Of U Guys>..brap Brap
apne bap ke bund mare harame...
<a href="basket.asp?ID=01001&Model=Samsung LE23R88BD&price=499.99">buy</a>
Insted of the word buy, can i place a image there, if yes can u please tell me how