Skip to content
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.

Using http://google.com as source seems to return a blank page #120

Open
bkbonner opened this issue Feb 21, 2012 · 2 comments
Open

Using http://google.com as source seems to return a blank page #120

bkbonner opened this issue Feb 21, 2012 · 2 comments

Comments

@bkbonner
Copy link

Anyone find a workaround for this problem? I'm seeing it on yahoo.com as well. I'm wondering if there is a workaround.

@bkbonner
Copy link
Author

This was tested and happens in Firefox 10.0.1 and Chrome 17.0.963.56

@deslava
Copy link

deslava commented May 29, 2012

Hi, the solution to this issue is to use the ".content" instead of ".source" option. If you have a text area box or a text input, paste the full html code given by google and then pass it to a string variable and then assign that to the content.

var s:String = googleCodeTextBox.text;
IFrameWithLoadIndicator.content = s;

that will solve that issue if you were parsing like me the Iframe code from the content to only get the http: link. This solution works better since it seems google is requiring the full code.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants