+ Reply to Thread
Results 1 to 4 of 4

Thread: multiple submit buttons

  1. #1
    krofunk's Avatar
    krofunk is offline x10 Sophmore krofunk is an unknown quantity at this point
    Join Date
    Jul 2009
    Location
    In your socks
    Posts
    211

    Red face multiple submit buttons

    I started a project to make my own flavor of Google (like l33t google etc) its based on Google's own CSE.

    now on googles home page they have a search and an I'm feeling lucky button. I have made both buttons but cannot get them to work within the same form, I have however managed to get the buttons to send the form data to different pages. This is kind of hard to explain lol

    This is the code for my search form
    Code:
    <form name="f" action="results.html" id="cse-search-box" method="get">
      <div>
       <input type="hidden" name="cx" value="016374776113055568361:5xifn0wp6se" />
        <input type="hidden" name="cof" value="FORID:9" />
        <input type="hidden" name="ie" value="UTF-8" />
        <input type="text" name="q" id="q" autocomplete="off" size="51" class="txbx" />
        <br /><span style="font-size:2px;">_</span><br />
        <input type="submit" name="sa" value="Search" class="btn" onClick="document.f.action='results.html';" />
       <input name=btnI type=submit value="I'm Feeling Lucky" class="btn" onClick="document.f.action='http://www.google.com/search';" />
      </div>
    </form>
    as you can see the I'm feeling lucky button is
    Code:
    <input name=btnI type=submit value="I'm Feeling Lucky" class="btn"  onClick="document.f.action='http://www.google.com/search';" />
    the problem is that I need the cx=016374776113055568361:5xifn0wp6se...etc on the search button but I need it to not be there on the lucky button. Does that make sense?

    basically I need the lucky button to ignore these inputs and values
    Code:
    <input type="hidden" name="cx" value="016374776113055568361:5xifn0wp6se" />
        <input type="hidden" name="cof" value="FORID:9" />
        <input type="hidden" name="ie" value="UTF-8" />
    Is this possible?

    If I helped you out then don't forget to give me rep

  2. #2
    descalzo's Avatar
    descalzo is offline Grim Squeaker descalzo has a brilliant futuredescalzo has a brilliant futuredescalzo has a brilliant future
    Join Date
    Jul 2009
    Location
    Ankh-Morpork
    Posts
    7,636

    Re: multiple submit buttons

    Code:
    <form name="f" action="results.html" id="cse-search-box" method="get">
       <input type="hidden" name="cx" value="016374776113055568361:5xifn0wp6se" />
        <input type="hidden" name="cof" value="FORID:9" />
        <input type="hidden" name="ie" value="UTF-8" />
        <input type="text" name="q" id="q" autocomplete="off" size="51" class="txbx" />
        
        <input type="submit" name="sa" value="Search" class="btn"  />
    </form>
    <form name="g" action="GOOGLE.html"  method="get" >
       <input type="hidden" name="q" value="">
       <input name="btnI" type=submit value="I'm Feeling Lucky" class="btn" onClick="document.g.q.value=document.f.q.value;" />
    </form>
    Nothing is always absolutely so.

  3. #3
    krofunk's Avatar
    krofunk is offline x10 Sophmore krofunk is an unknown quantity at this point
    Join Date
    Jul 2009
    Location
    In your socks
    Posts
    211

    Thumbs up Re: multiple submit buttons

    gold star for you good sir!

    you can see the result here! http://www.chalkcreation.co.cc/google/
    Last edited by krofunk; 11-02-2010 at 04:30 PM.

    If I helped you out then don't forget to give me rep

  4. #4
    bhoncelboy12 is offline x10Hosting Member bhoncelboy12 is an unknown quantity at this point
    Join Date
    Aug 2010
    Posts
    4

    Smile Re: multiple submit buttons

    nice

+ Reply to Thread

Similar Threads

  1. buttons how?????????
    By marcos1975 in forum Free Hosting
    Replies: 1
    Last Post: 02-05-2010, 03:45 PM
  2. Javascript submit to form submit
    By e85andyou in forum Programming Help
    Replies: 2
    Last Post: 11-03-2008, 08:33 AM
  3. SMF Buttons
    By Amrod in forum Free Hosting
    Replies: 1
    Last Post: 11-11-2007, 08:13 PM
  4. Buttons...
    By taekwondokid42 in forum Scripts & 3rd Party Apps
    Replies: 5
    Last Post: 10-16-2007, 12:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers