View Full Version : Search box
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.
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.
Dave Baker
08-01-2006, 09:34 AM
:D
I not specially,.... Professor:sorry:
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.