What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Search 5 online libary catalogs at once

AgedTea

New member
I would like to search five libraries at one time. Is there a way I could create a simple webpage or whatnot so that I could type in my search word once and then have five different libraries' search engines running at the same time with the same search word?

They are in this sort of syntax:
https://www.LibraryA.com/search?query=%s
https://www.LibraryB.com/search?query=%s
https://www.LibraryC.com/search?query=%s
https://www.LibraryD.com/search?query=%s
https://www.LibraryE.com/search?query=%s
where ”%s” is all the same keyword/phrase.


I use Firefox and have created a keyboard shortcut for each. For example, "libraryA foo". But that means I have to also do "libraryB foo" and "libraryC foo" and "libraryC foo" and so on.

Please help. thanks.
 
Back
Top