Search Form

sean.ferguson

OSNN Veteran Addict
Joined
4 Jul 2003
Messages
1,693
i am in the process of re-designing my website, one of the functions is a form the searches google, i have it working but there is one bug that i can't get fixed.

this is the code i have for the form
Code:
    <form id="search" action="http://www.google.com/search" method="get"> 
      <input name="q" type="text" size="10"> 
      <a href="">search</a> 
    </form>

now, if you type something into the text box and press enter, it searches google fine with no problems whatso ever, but the..
Code:
<a href="">Search</a>
i dont know what i am supposed to have in the link?

any help will be greatly apprieciated :)
 
Code:
<input type="submit" value="Search" />
You can change the button to an image too (Wouldn't recommend that, tis just annoying :p) I'm pretty sure to submit a form with a text link would require some form of JavaScript.
 
Apparently this works
Code:
<a href="javascript:this.form.submit()">submit this form</a>
 
the first bit of code SPeedY_B said works fine when i try it
Code:
<input type="submit" value="Search" >
 
do'h my bad, im sorry speedy it does work, thanks Khayman for drawing my attention to it again :D i missed />
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back