PDA

View Full Version : Search box


enoc
08-01-2006, 08:50 AM
is it possible to put esyndicat-based website's search box to other site? Just like google or yahoo, we can put their search box into our site. :rolleyes:

Dave Baker
08-01-2006, 09:23 AM
Hello enoc,
Add the following code in a necessary place:

<form action="http://www.esyndicat.com/demo/search.php" method="get">
<table cellpadding="0" cellspacing="0" align="center" style="margin-top: 20px;">
<tr>
<td style="color: #FFF; size:14px; text-transform: uppercase;">Search</td>
<td colspan="2" valign="middle" style="padding: 0 5px 1px 7px;"><input type="text" class="what" name="what" size="40" /></td>
<td colspan="2"><input type="submit" name="search_top" value="GO"/></td>
</tr>
</table>
</form>

Replace the text of red color with the address of your directory.

WTM
08-01-2006, 09:27 AM
This is very easy solution.

All you need is insert in your external site a simple search form with statement something like this:

<form action="http://www.your_directory_site.com/your_directory_folder/search.php" method="get">

where "www.your_directory_site.com/your_directory_folder/" is your actual site and folder with eSyndicat directory installed.

WTM
08-01-2006, 09:28 AM
Dave beat me again!

Dave Baker
08-01-2006, 09:34 AM
:D
I not specially,.... Professor:sorry: