You can create your own site's Search Menu in quick search panel of Internet Explorer or in Firefox.
Actually there will be a XML file named "OpenSearch.xml". See Here
Lets See...
I have a page and "OpenSearch.xml" file in my solution explorer.
And add "LINK" tag in head tag of "aspx" page.
head runat="server"
title saAction title
link rel="search" type="application/opensearchdescription+xml" href="OpenSearch.xml" title="saAction"
/head
Now run the page...
See the result in Internet Explorer...
See the result in Firefox...
But this is not enough, there is some other requirement see here.
Actually there will be a XML file named "OpenSearch.xml". See Here
Lets See...
I have a page and "OpenSearch.xml" file in my solution explorer.
And add "LINK" tag in head tag of "aspx" page.
head runat="server"
title saAction title
link rel="search" type="application/opensearchdescription+xml" href="OpenSearch.xml" title="saAction"
/head
Now run the page...
See the result in Internet Explorer...
See the result in Firefox...
But this is not enough, there is some other requirement see here.
0 comments :
Post a Comment