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:
I hope I can get help here. I want to make like facebook clickable image button.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>
thank you
Problem solved. Thanks to this 2 guys from http://codingforums.com/showthread.p...29#post1002929





Reply With Quote
Bookmarks