Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to load a webpage with limited contact to a server. I have a cross-application link but safari just will not open the data: uri. Is there anyway to begin that with http://? What about javascript in a url, http://javascript:window.location="data:"? I do not want to have to contact a server (offline stuff).

If not, could I use a simple php page to redirect it? Ex:

http://someserver/index.php?input="data:text/html;charset=UTF-8,htmlhere"

and in the php script: ... < meta http-equiv="refresh" content="0;url=< ?php echo($GET_['input']); ?>" /> ...

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.