Here are the codes:
Search box code
Code:
<!-- Google CSE Search Box Begins -->
<style type="text/css">
@import url(http://www.google.com/cse/api/branding.css);
</style>
<div class="cse-branding-right" style="background-color:#FFFFFF;color:#000000">
<div class="cse-branding-form">
<form action="http://" id="searchbox_010063189954226367883:hoawtj4uc1k">
<input type="hidden" name="cx" value="010063189954226367883:hoawtj4uc1k" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="text" name="q" size="25" />
<input type="submit" name="sa" value="Search" />
</form>
</div>
<div class="cse-branding-logo">
<img src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif" alt="Google" />
</div>
<div class="cse-branding-text">
Búsqueda personalizada
</div>
</div>
<!-- Google CSE Search Box Ends -->
Search results code
Code:
<!-- Google Search Result Snippet Begins -->
<div id="results_010063189954226367883:hoawtj4uc1k"></div>
<script type="text/javascript">
var googleSearchIframeName = "results_010063189954226367883:hoawtj4uc1k";
var googleSearchFormName = "searchbox_010063189954226367883:hoawtj4uc1k";
var googleSearchFrameWidth = 600;
var googleSearchFrameborder = 0;
var googleSearchDomain = "www.google.com";
var googleSearchPath = "/cse";
</script>
<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script>
<!-- Google Search Result Snippet Ends -->
These is only one code of the search engine, there are 4 still more.
I repeat it again, it should not refresh the web, Im looking something like ajax, >I dont know exactly, im new on this.
thnaks, greetings from argentine
|