How to show text box values in URL

Discussion in 'HTML & Website Design' started by sadeeqbao, Aug 21, 2011.

  1. #1
    Dear Friends,

    Please tell me how i can show text values in URL.

    For Example:

    www.indeed.com , if you enter any value in the search bars, these values show in the URL.
     
    sadeeqbao, Aug 21, 2011 IP
  2. Robotronic

    Robotronic Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Can you explain the problem a little more

    By search bars, you mean the 'what' and 'where' text boxes?

    Enter asp.net in what and Tampa in where

    The url text values look as follows
    jobs?q=asp.net&l=Tampa

    q stands for what
    l stands for location
     
    Robotronic, Jun 1, 2012 IP
  3. customautoblogs

    customautoblogs Member

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    What you need is a form that will send those parameters as a GET request. w3schools.com has pretty good tutorials about this kind of stuff.
     
    customautoblogs, Jun 1, 2012 IP