Results 1 to 3 of 3

Thread: Search field
      
   

  1. #1
    mikegoalie is offline Private First Class
    Join Date
    Oct 2008
    Posts
    5

    Default Search field

    I read this thread: http://www.vodahost.com/vodatalk/add...rm-wizard.html to help me out and while it was helpful, it didn't quite do what I was looking for.

    I need to create a search field so that when people type a football player's name, it searches on NFL.com player's search, here: http://www.nfl.com/players/search?ca...erType=current

    I tried using the html commands mentioned in the thread mentioned above:

    <form method="get" action="http://www.google.com/search">
    <div style="border:1px solid black;padding:4px;width:20em;">
    <table border="0" cellpadding="0">
    <tr><td>
    <input type="text" name="q" size="25"
    maxlength="255" value="" />
    <input type="submit" value="Google Search" /></td></tr>
    <tr><td align="center" style="font-size:75%">
    <input type="checkbox" name="sitesearch"
    value="unionsinfronteras.com" checked /> only search union sin fronteras site<br />
    </td></tr></table>
    </div>
    </form>

    is there way to manipulate these commands to do what I want, or should I do something else? thanks!!

  2. #2
    mikegoalie is offline Private First Class
    Join Date
    Oct 2008
    Posts
    5

    Default Re: Search field

    please help

  3. #3
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Search field

    Google search has nothing to do with that site search. And, I doubt they allow you to address requests from outside their site.

    If they do (ask them) they will probably also have a piece of code that you simply add in your page to create the form, and also another one to retrieve and display the results.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49