How can i make a script that can load content from a domain like google.com, or yahoo.com, that will not leave the page when clicking on a link.
Cross-Domain
Collapse
X
-
Tags: None
-
Well, I am trying to make a mobile app using HTML, CSS, and Javascript for memverse.com, because they said they needed volunteers to work on a mobile app.
But when I sign in from the web app, it goes to the main page. How can I make a script that can communicate with memverse.com, and sign in while staying on the web app?Comment
-
in case you load the original content then that content behaves as it was intended to behave - for your purpose you will need your own sign-in page that calls the sign-in service. you can do that with a traditional form-submit or an AJAX-call.Comment
Comment