hi..
in iframe the url not loading in chrome and safari browsers.
how to handle this..
is it any other alternate for iframe in order to load URL tat should support all browsers.
it is working only in IE.
need ur suggetsions..
my page is like below:
<html>
<head runat="server">
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<body>
<form id="form1" runat="server">
<iframe id="ifrmEBOOK" runat="server" width="100%" height="700px"></iframe>
</form>
</body>
</html>
regards
gopal.s


Reply With Quote
. Also you don't really need to run the iframe on server side

Bookmarks