[ad_1]
[ad_2]
I have an idea, I'm just not sure how to execute it.
But you can think of it as a multiple Widgets in one WordPress page.
I basically want multiple pages of websites open in one WordPress page. like 5-6 Airlines webpages showing up in one page, 5-6 search engines output, 5-6 e-learning websites, etc.
if possible, I would also like to give input to all of them through one single text input, overall this will prevent me
- spending time opening multiple web pages and
- also entering info manually into each one and
- trying to recollect all the relevant web pages for a particular task at hand.
any ideas? are there solutions available? what needs to be done?

Not saying if this a good idea or not, but to execute this you can use a tabbed approach, in each tab have an iframe that loads the respective page. If you’re trying to submit something to each page you can try to post a value to the iframe (like a search parameter).
If you’re trying to do search results I would leverage the API for the search engine. Google of course has a decent search API that can be leveraged to build custom searches.