Let's say I have a text <input>
.
Is there any way to:
- send the text in the input to a separate website with a login screen
- fill in the login details
OR
- fill in a search box on the site
- submit the search
- get search results
Assuming this is possible, can I retrieve the result? Can I display the results somehow in an <iframe>
or something like that?