I run a simple html file with an iframe and javascript working fine in IE Browser, but it is not working in other browsers like safari,firefox.
In safari the Iframe box is only displayed, but the content in that is not shown.
Please clarify why safari doesn't support it? what are the alternatives for iframe?
You can use
<embed>
tag ,which behaves like iframeHere is example
While you can also use iframes on all browser
Here is example
Are you trying to do any different for iframe ?