Hi, I have been trying to add a Google search bar using a text/html module simply by plugging in the html code that Google provides for free. However, when a search is made, nothing happens, the current page just refreshes. I assume this is happening because of the <form>> </form> tags, because I had the same problem with Paypal 'Buy Now' button until I saw the solution posted on this site (thanks for that). Here's the google search bar html code: <form> method="get" action="http://www.google.ca/custom" target="google_window"> </form> If you have any solution for this, please let me know. Thanks! |