I need this script to display the results on the same window, not a new one. Anyone? Please? Thank you, Raul Nunes
Try this: <script> function RechGoogle(form) { if (document.getElementById("ch1").checked) url="http://search.blogger.com/?q="+form.q.value +"+zip|rar|exe|ace|avi"; else if (document.getElementById("ch2").checked) url="http://search.blogger.com/?q="+form.q.value +"+mpg|mpeg|wmv|rmvb"; else { return false; } window.location = url; } </script> Code (markup):