English 中文(简体)
google opensearch plugin ajax drop down
原标题:

I am making an opensearch plugin to be used as a search engine provider in the browser. http://library.curtin.edu.au/services/toolbar/#searchPlugin

As there is no way to specify any ajax call in the xml file,

How do I make a drop down box populated with search suggestions?

Many thanks

问题回答

Firefox supports extensions on the OpenSearch Search Engine Plugin format including the ability to indicating a type of application/x-suggestions+json which is used to specify the URL to use for fetching search suggestions.

See https://developer.mozilla.org/en/creating_opensearch_plugins_for_firefox.

For lots of examples see http://mycroft.mozdev.org/index.html.





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...

热门标签