Welcome Visitor, Please Login or Register Now Friday, March 29, 2024 12:14 AM 
Forums Index > Mewsoft Products > Searchawy > Placing search box on other sites
New Topic   New Reply
Search for:
Author Message
hamfind hamfind's personal page
Registered Member
Posts: 1 Display member's posts
Joined: 03-29-24 12:14 AM
Location: Sycamore, Ga
Member Offline
View Member's Profile Visit member's website http://www.hamfind.com Send private message
 
Back to top
Placing search box on other sites Edit Delete Reply with quote Quote
First Post Posted on: 07-01-10 11:55 AM next post first post
What html would I use to place a search box on other sites for my search engine
mewsoft mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 03-29-24 12:14 AM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: Placing search box on other sites Edit Delete Reply with quote Quote
Reply #: 1 Posted on: 07-01-10 12:21 PM next post previous post
Just view the source code in your browser and copy it.

Mewsoft Support
www.mewsoft.com

carrzkiss carrzkiss's personal page
Registered Member
Posts: 51 Display member's posts
Joined: 03-29-24 12:14 AM
Member Offline
View Member's Profile Send private message
 
Back to top
Re: Placing search box on other sites Edit Delete Reply with quote Quote
Reply #: 2 Posted on: 07-04-10 09:33 AM next post previous post

What html would I use to place a search box on other sites for my search engine



Easy:
Replace the comment ADD-URL with your own.


<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<FORM name=Search_Main action=http://ADD-URL/cgi-bin/dir/search.cgi
method=post><INPUT type=hidden value=0 name=Cat_ID> <INPUT type=hidden
value=English name=Lang> <INPUT type=hidden value=Browse name=action> <INPUT
type=hidden value=All_Categories name=Search>
<TD><INPUT size=40 name=Terms> </TD>
<TD><A onclick="document.Search_Main.submit(); return false;" href="#"><IMG
src="http://ADD-URL/dirs/images/go.gif"
border=0></A></TD></FORM></TR></TBODY></TABLE>



Hope this helps.

Wayne
mewsoft mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 03-29-24 12:14 AM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: Placing search box on other sites Edit Delete Reply with quote Quote
Reply #: 3 Posted on: 07-04-10 08:04 PM last post previous post
You may be also better replace the submit JS link with normal image link:

Replace this

<A onclick="document.Search_Main.submit(); return false;" href="#"><IMG
src="http://ADD-URL/dirs/images/go.gif"
border=0></A>



With this:

<input type="image" src="http://ADD-URL/dirs/images/go.gif" border="0">



This submits the search from when user press "ENTER" key while typing in the box or if the focus inside that search form.

Mewsoft Support
www.mewsoft.com

Page 1 of 1
Go to page:

New Topic   New Reply Mark Unread
Jump to:  
Delete   Move     Lock   +Favorits   +Notify   Print