I was joined today and I am not sure this is a correct thread for my question. But...
First I created the following iframe code in my HTML.
<iframe id="AWSTable" allowtransparency="true" src="about:blank" marginheight="0" marginwidth="0" frameborder="1" scrolling="auto" width="512" height="200"></iframe>
Then created Amazon REST string to get its AWS result only from their site and My JavaScript put it into above src tag instead of "about:blank."
But I could not see any visible response as the iframe contents. The other sites I know returned the response exactly.
Are there some experiences among you? And please give me a hint to solve this problem.
Thanks in advance.
- zymic55