
04-11-2012, 08:53 PM
|
|
Freshman
|
|
Join Date: Nov 2009
Posts: 29
|
|
Re: Iframe URL not loading in chrome
There was someone named "gopal krish" that asked a similar question
(with somewhat similar html code) in an EggHead Cafe page.
You can read the answer he got here.
Don't know about Safari, but Chrome is a little funny about iframes.
If you read here you'll find:
Quote:
|
...If you're using frames or iframes, specify the encoding at the top of the source of those frames, as well. Some browsers (including Google Chrome) won't recognize encoding declarations that appear deep in a document (such as after CSS or script in your document's head section)....Also make sure that your web server is not sending conflicting HTTP headers. Headers sent by the web server will override any charset declarations in your page.
|
..a small code snippet showing "Example of good encoding placement" follows the above quoted text on the linked-to page..
As regards to debugging for Safari you have not shown any CSS code that may be tied to:
id="ifrmEBOOK",
So all I could do is offer a few tentative links ( 1, 2) to explore..
I myself have fallen prey to this little javascript generated iframe onLoad "gotcha".
|
Last edited by dotnetguy37; 04-11-2012 at 09:08 PM.
|