Forum Moderators: open
<center><form method="GET" action="http://www.google.com/search" target="_blank<input TYPE="text" name="q" size="25" maxlength="255" value><input type="submit" name="btnG" value="Google"</center>
In the custom code at the top of the page form. Now I cannot change any settings - whenever I hit apply it just opens up Google in a new window. Lol- Anyway is there some way this can be fixed? And why does it execute that submit when I try to apply any changes?
AAAHHH- I just tried to post the above on my username Teknorat and it opened a Google window. I think what I've done is cause any submit function to submit the Google code. Help!
The full Google search code for WebmasterWorld is:
<center>
<form target="_blank" method="GET" action="http://www.google.com/search">
<input type="hidden" name="domains" value="webmasterworld.com">
<input TYPE="text" name="q" size="25" maxlength="255" value>
<input type="submit" name="btnG" value="Google">
<input type="radio" name="sitesearch" value="webmasterworld.com" checked> webmasterworld.com <input type="radio" name="sitesearch" value>www</form>
</center> If you put this in your preferences and press the Submit button does that work?
<center><form method="GET" action="http://www.google.com/search" target="_blank<input TYPE="text" name="q" size="25" maxlength="255" value><input type="submit" name="btnG" value="Google"</center>
So now anything on the forum that require POST doesn't work instead it just pops up an empty Google search.
<center><form method="GET" action="http://www.google.com/search" target="_blank<input TYPE="text" name="q" size="25" maxlength="255" value><input type="submit" name="btnG" value="Google"</center>
<center><form method="GET" action="http://www.google.com/search" target="_blank<input TYPE="text" name="q" size="25" maxlength="255" value><input type="submit" name="btnG" value="Google"></form></center>