1

I wish to create a mobile optimized web app by loading a website from a domain( that i do not own) and then running some java script code onto it to modify the layout. How would this be possible as I've read that javascript does not allow cross domain requests.

Would using an iframe and then somehow modify the content of the iframe be possible?

3
  • 1
    You have read truth. It is not. Commented Oct 29, 2011 at 16:18
  • 1
    You could make an app with PhoneGap or something like that. Commented Oct 29, 2011 at 16:33
  • How would I go around to doing that? I would still need to load the external website and somehow modify it as I do not have access to the data Commented Oct 30, 2011 at 21:28

1 Answer 1

3

Not possible without hacks, and barely possible with hacks.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.