The link that you show provides the source code that you need, along with clear and simple instructions. What else do you need, or what difficulty are you having with those instructions?
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?' Drive a Steam Roller
As you're posting in the web designers forum, rather than the javascript forum I assumed you wanted some code to put on your page to do the google search. If you are looking for a JS hand written solution, then use GUJUm0deL's FAQ, or ask further in forum216
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?' Drive a Steam Roller
one solution was javascript...
that I can do but i was wondering if there were another way to solove this problem.
------------code-----------------
well here it is, its not perfect or CLEAN but it works (to an extent)
just copy it into a file ending with .htm
<html>
<title></title>
<head>
<script>
var Indexed_Webpage = new Array();
Index=0; Indexed_Webpage[Index]=new Array(0, "Cat_Webpage", "all about cats", " There are dozens of breeds of cat, some hairless or tailless as a result of mutations, and they exist in a variety of different colors. They are skilled predators and have been known to hunt over one thousand different species for food. They are also intelligent animals, and some can be trained or learn by themselves to manipulate simple mechanisms such as lever-handled doors and flush toilets ");
Index++; Indexed_Webpage[Index]=new Array(0, "Cat2", "Cat relation", " Much like some other domesticated animals (such as the horse), cats may also still live effectively in the wild as a feral cat. Contrary to the popular conception of the cat as a solitary animal, cats often form small colonies in the wild. ");
</script>
<table dir="ltr" cellSpacing="0" cellPadding="0" width="100%" border="0" id="table1">
<tr>
<td vAlign="top" align="center"><p>You may search our
web site for all
documents containing matching words or patterns.</p>
<p>try cat<br>
then skilled<br>
than cat skilled<br>
then c<br>
then apple</p>
<form id="Search_Form" name="Search_Form" method=get action="javascript:void(0)" onsubmit="Run_Search(document.Search_Form.Search_Form_Text.value)">
<p>
<input id="Search_Form_Text" name="Search_Form_Text" type="text" size="20">
<input type="submit" value="Submit" name="B4">
<input type="reset" value="Reset" name="B2"></p>
</form>
<div id="Search_Display">
</div>
</td>
</tr>
</table>
</body>
</html>
<script>
var Show_Size = 150;
var Page_ID = 0;
var Found_Color = "#0000FF"
var Found = "";
var Display = "";
var Content = "";
var Temp_Content = "";
var Heading_Frag = "";
var Content_Frag = "";
var Global_Temp;
var zxc = "";
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.