Search:

Type: Posts; User: billy124; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    7,304

    delete single record from database

    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...
  2. Changing a field in a database using a drop down menu..

    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>"...
  3. Replies
    1
    Views
    2,833

    sorry 2 bother u guys, the code is working nw!!!...

    sorry 2 bother u guys, the code is working nw!!!
    How can i send the value of that drop down to the basket page
  4. Replies
    1
    Views
    2,833

    drop down menu in ASP and HTML

    response.write "<select name=""qunt"" style=""width: 40px; height: 21px"">" & vbcrlf & _
    "<option selected=""selected"" value=""1"">1</option>" & vbcrlf & _
    "<option value=""2"">2</option>" &...
  5. Replies
    2
    Views
    3,363

    thanks alot dude.. worked like a charm :)

    thanks alot dude.. worked like a charm :)
  6. Replies
    21
    Views
    10,714

    Happy New Year Too All Of U Guys>..brap Brap

    Happy New Year Too All Of U Guys>..brap Brap
  7. Replies
    2
    Views
    4,591

    apne bap ke bund mare harame...

    apne bap ke bund mare harame...
  8. Replies
    2
    Views
    3,363

    query string - with a image as a button?

    <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
Results 1 to 8 of 8