I need this script to display the results on the same window, not a new one: Anyone? Please? Thank you, Raul Nunes
Try this: window.open(url,'_top','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes'); Code (markup):
Ya possible. First thing first, Replace window.open(url,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes'); HTML: With return url; HTML: Then <div align="left" id="results">Results showup here</div> HTML: when calling function document.getElementById('results').innerHTML = RechGoogle(blahblah); HTML: I hope it helps. regards