I feel like this is a a stupidquestion because I had a search from angelfire on my site before but I cant find it again. Where is it? If theres no angelfire one anymore then how can I add a search to my site?
« | June 2005 | » | ||||
S | M | T | W | T | F | S |
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 |
Thursday, 23 June 2005 - 8:14 PM EDT
Name: dalleh
here is your link https://www.angelfire.com/theforce/24220/
can you explane your question
Thursday, 23 June 2005 - 8:36 PM EDT
Name: md/jdfaq
if you mean the cool bar that free mumbers get on the top of the page here is the code
<CENTER>
<form name="lycos_search" method="get" target="_new" action="http://r.hotbot.com/r/memberpgs_lycos_searchbox_af/https://www.angelfire.lycos.com/cgi-bin/search/pursuit">
<table cellpadding="0" cellspacing="0" border="0" style="border: 1px solid black;">
<tr style="background-color: #dcf7ff">
<td>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td> Search:</td>
<td><input type="radio" name="cat" value="lycos"></td>
<td nowrap="nowrap">Lycos</td>
<td><input type="radio" name="cat" value="angelfire" checked></td>
<td nowrap="nowrap">Angelfire</td>
</tr>
</table>
<td colspan="2"> </td>
<td><img src="http://af.lygo.com/d/toolbar/share.gif" alt="share this page" border="0" height="8" hspace="3" width="30"></td>
<td nowrap="nowrap"><a href="javascript:void share();" target="_top">Share This Page</a> </td>
<td><img src="http://af.lygo.com/d/toolbar/abuse.gif" alt="report abuse" border="0" height="8" hspace="3" width="8"></td>
<td nowrap="nowrap"><a href="http://help.lycos.com/watchdog/watchdog_form.asp" style="font-weight: bold; color: #666;" target="_top">Report Abuse</a> </td>
<td><img src="http://af.lygo.com/d/toolbar/build.gif" alt="build a page" border="0" height="10" hspace="3" width="9"></td>
<td nowrap="nowrap"><a href="http://lt.angelfire.com/af_toolbar/edit/_h_/" target="_top"><a href="http://lt.angelfire.com/af_toolbar/edit/_h_/www.angelfire.lycos.com/build/index.tmpl" target="_top">
<span id="build">Edit your Site</span></a> </td>
<td><img src="http://af.lygo.com/d/toolbar/dir.gif" alt="show site directory" border="0" height="10" hspace="3" width="8"></td>
<td nowrap="nowrap"><a href="http://lt.angelfire.com/af_toolbar/browse/_h_/www.angelfire.lycos.com/directory/index.tmpl" target="_top">Browse Sites</a> </td>
<td><a href="http://lt.angelfire.com/af_toolbar/angelfire/_h_/www.angelfire.lycos.com" target="_top"><img src="http://af.lygo.com/d/toolbar/aflogo_top.gif" alt="hosted by angelfire" border="0" height="26" width="143"></a></td>
</tr>
<tr style="background-color: #dcf7ff">
<td valign="middle"> <input size="30" style="font-size: 10px; background-color: #fff;" type="text" name="query"></td>
<td><input name="submit" class="buttons" type="image" value="image" style="border-width: 0" src="https://ly.lygo.net/ly/srch/hp/go_get_it_web_78x19.gif" /></td>
<td align="right"><img src="http://af.lygo.com/d/toolbar/angle.gif" border="0"></td>
<td style="background: #fff url(http://af.lygo.com/d/toolbar/bg.gif) repeat-x; text-align: center;" colspan="8">
<span style="font-size: 11px;">
<span style="color:#00f; font-weight:bold;">«</span>
<span id="top100">
<a href="javascript:void top100('prev')" target="_top">Previous</a> |
<a href="http://lt.angelfire.com/af_toolbar/top100/_h_/www.angelfire.lycos.com/cgi-bin/top100/pagelist?start=1" target="_top">Top 100</a> |
<a href="javascript:void top100('next')" target="_top">Next</a>
</span>
<span style="color: #00f; font-weight: bold;">»</span>
</span>
</td>
<td valign="top" style="background: #fff url(http://af.lygo.com/d/toolbar/bg.gif) repeat-x;"><a href="http://lt.angelfire.com/af_toolbar/angelfire/_h_/www.angelfire.lycos.com" target="_top"><img src="http://af.lygo.com/d/toolbar/aflogo_bot.gif" alt="hosted by angelfire" border="0" height="22" width="143"></a></td>
</tr>
</table>
</form>
</CENTER>
Friday, 24 June 2005 - 12:54 PM EDT
Name: TheLordOfBlahI want users to be able to search for any file on my site, but from the home page. I cant explain it any more then that.
Friday, 24 June 2005 - 3:04 PM EDT
Name: md/jdfaq
stolen from tripod script library see if it works here
<!--Place the script anywhere in the <BODY> tag.-->
<FORM ACTION="/bin/script_library/site_search/search" METHOD="GET">
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td colspan="2"><font face="verdana, helvetica, arial" size="2">Search term: <INPUT NAME="search_term"><br></font></td>
</tr>
<tr>
<!--The "Case-sensitive" and "Search-type" functions are optional - if you leave them out, the search will default to no case-sensitivity and exact search, (meaning a search for "TrIPod" will find "Tripod") and exact search (in which a search for "Tripod homepages" will only produce exact matches).-->
<td colspan="2" align="center"><font face="verdana, helvetica, arial" size="2">Case-sensitive?
<INPUT TYPE="checkbox" NAME="case_sensitive">yes<br></font></td>
</tr>
<tr>
<!--A 'Fuzzy' search will call up results with a matching prefix, so if you search for 'the,', your search will also find "then" and "thereabouts."-->
<td align="right"><font face="verdana, helvetica, arial" size="2"><INPUT TYPE="radio" NAME="search_type" VALUE="exact" CHECKED>exact</font></td>
<td><font face="verdana, helvetica, arial" size="2"><INPUT TYPE="radio" NAME="search_type" VALUE="fuzzy">fuzzy<br></font></td>
</tr>
<tr>
<!--The color value can be changed - your search terms will be returned in this color.-->
<td colspan="2" align="center"><font face="verdana, helvetica, arial" size="2"><INPUT TYPE="hidden" NAME="display" VALUE="#FF0000"><INPUT TYPE="submit"></font></td>
</tr>
</table>
</FORM>
Friday, 24 June 2005 - 11:26 PM EDT
Name: ThelordOfBlahNever mind everyone. My friend showed how I can do it using google. Thanks though