Following my code:
Code:
iframe = document.createElement('iframe');
iframe.name='iframe';
iframe.id = "iframe";
document.getElementsByTagName('body')[0].appendChild(iframe);
document.getElementById('iframe').src= "http://nominatim.openstreetmap.org/search?q=135+pilkington+avenue,+birmingham&format=json&polygon=1&addressdetails=1";
It's works with Firefox,Chrome, Safari, but with...