Cross-Domain

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Joshua Alvarez
    New Member
    • Jan 2012
    • 2

    Cross-Domain

    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.
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    please explain a bit more what you need exactly ... there might be different ways to achieve that depending on the special needs

    Comment

    • Joshua Alvarez
      New Member
      • Jan 2012
      • 2

      #3
      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

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5390

        #4
        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

        Working...