sg552
10-11-2010, 06:26 PM
Hello everyone,
I have a problem with submit button. I have succesfully make a search function which I need to hit enter button every time I type into the textfield.
My question is how to make image clickable so it can submit variable to other page. I'm using template from node33. You can see example here:
http://smkhutankampong.co.cc/terrafirma/
You can type into the search box but the submit button is not clickable?
This the form html code:
<div id="search">
<form method="get" action="">
<fieldset>
<input type="text" name="query" value="" class="input-text" />
<input type="submit" value="Search" class="input-submit" />
</fieldset>
</form>
</div>
I hope I can get help here. I want to make like facebook clickable image button.
http://img99.imageshack.us/img99/2991/37276568.jpg
thank you :)
Problem solved. Thanks to this 2 guys from http://codingforums.com/showthread.php?&p=1002929#post1002929
I have a problem with submit button. I have succesfully make a search function which I need to hit enter button every time I type into the textfield.
My question is how to make image clickable so it can submit variable to other page. I'm using template from node33. You can see example here:
http://smkhutankampong.co.cc/terrafirma/
You can type into the search box but the submit button is not clickable?
This the form html code:
<div id="search">
<form method="get" action="">
<fieldset>
<input type="text" name="query" value="" class="input-text" />
<input type="submit" value="Search" class="input-submit" />
</fieldset>
</form>
</div>
I hope I can get help here. I want to make like facebook clickable image button.
http://img99.imageshack.us/img99/2991/37276568.jpg
thank you :)
Problem solved. Thanks to this 2 guys from http://codingforums.com/showthread.php?&p=1002929#post1002929