Does anyone know how to create a page like this ?

Discussion in 'HTML & Website Design' started by khai373, Jun 27, 2012.

  1. #1
    khai373, Jun 27, 2012 IP
  2. amprewave

    amprewave Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The page is automatically performing a search for "security jobs" against the database and returning the results without the user having to specify the search parameters. You can create a page that returns results for a specific query by creating a SQL query that might look something like: SELECT * FROM tblJobs WHERE JobID = 1 (where "1" is the ID for "Security Jobs" in the table). The query is just built into the page code.

    Is that what you were looking for?
     
    amprewave, Jun 28, 2012 IP
  3. burlesk

    burlesk Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    No, the results are actually pulled from a third party service http://www.indeed.com/ and embedded in the page using iframes. Check their website, they probably have some manuals on that.
     
    burlesk, Jun 28, 2012 IP
  4. xifos

    xifos Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    thanks to the two people that replied as they have taught me something new today (even though it wasn't my question)
     
    xifos, Jun 28, 2012 IP
  5. santoshr25

    santoshr25 Greenhorn

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #5
    Hey, its a search functionality implemented on the site. When you enter the page the first time the search for the keywords "Security Guard" is provided. Try changing the keywords and hit the find jobs button, it will give you a different result.
     
    santoshr25, Jun 28, 2012 IP
  6. khai373

    khai373 Active Member

    Messages:
    364
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    71
    #6
    I checked on "indeed" site but I couldn't find a function like this for you to implement into your page, is there any tutorial on how to implement this into my page ?
     
    khai373, Jun 28, 2012 IP