anyone know any workaround of using uframe to load external uri ? currently when i tried i get access denied on firefox
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use a server-side proxy page to grab external URLs and pull that in using ajax/XHR, then populate that.
( assuming the .get invocation I have is in the correct form and you have jQuery loaded ).
And all proxy.php would do is check for $_GET[‘url’] and just echo the result of file_get_contents ( $_GET[‘url’] );