Ok i have a site im editing via a HTML document and it has a search form to search the whole site but im having trouble making it work to search a particular thing.
here is the site
http://dl.getdropbox.com/u/1519368/The_Wrestling_Game_Moves_List.htm
i need that search form to search 1 particular move
the code i have for it is
<div id="menu2">
<div id="intestazione"><a href="#" class="leftnav1"><center>
Search wrestling move:
</center></a></div>
<div id="sezione" onMouseOver="select(this,'FFFF99')" onMouseOut="select(this,'')"><a href="index.php" class="leftnav1"><center></center></a></div>
<form name="mossa" action="tabella.php" method="get">
<center><input name="nome_mossa" /></center>
<input type="submit" align="right" value="Send" style="height:20px; width:50px;">
</form>
</div>
thats the original search form code, where do i edit to make it search my site
Please Help this is Urgent
THe THing is im not stealing it, Im REBUILDING the site,
The original crashed and im trying to rebuild
here is the site
http://dl.getdropbox.com/u/1519368/The_Wrestling_Game_Moves_List.htm
i need that search form to search 1 particular move
the code i have for it is
<div id="menu2">
<div id="intestazione"><a href="#" class="leftnav1"><center>
Search wrestling move:
</center></a></div>
<div id="sezione" onMouseOver="select(this,'FFFF99')" onMouseOut="select(this,'')"><a href="index.php" class="leftnav1"><center></center></a></div>
<form name="mossa" action="tabella.php" method="get">
<center><input name="nome_mossa" /></center>
<input type="submit" align="right" value="Send" style="height:20px; width:50px;">
</form>
</div>
thats the original search form code, where do i edit to make it search my site
Please Help this is Urgent
THe THing is im not stealing it, Im REBUILDING the site,
The original crashed and im trying to rebuild