Click to See Complete Forum and Search --> : Sending and opening the serach's results in frame simultaneously


p_rvictor
04-03-2007, 06:00 AM
How with search buton from a place to send to other place and to open the results in the frame and all these to be simultaneously?

With that send me, but I want to open the serch results
<a href="#1" onClick="jumpto('4/framesearch.html')">.............<a NAME="1">

<!-- ************************ BEGIN of search box code ************************ -->
<FORM name="formSear" action="search.html" method="GET" onSubmit="return qs();">
<script> function qs(){var f=document.formSear;var qe=f.searWords.value;if(window.encodeURIComponent)qe=encodeURIComponent(qe);if(f.area)if(f.area.valu e==2){document.location="http://www.google.com/search?q="+qe;return false;}var pt=document.location.href;var iq=pt.indexOf('?');if(iq!=-1)pt=pt.substring(0, iq);if(f.action)if(f.action!="")pt=f.action;var ue=pt+"?searWords="+qe;if(f.search)ue+="&search="+f.search.value;if(f.match)ue+="&match="+f.match.value;document.location=ue;return false;}
</script>
<p align="center"><img src="" width="0" height="27">
<INPUT name="searWords">&nbsp; <INPUT name="Send" type="submit" value="Търси">
<p align="left">
</FORM>
<!-- ************************ END of search box code ************************** -->

Will be greatly if somebody help me. Thank you!:rolleyes: