Quote:
|
Originally Posted by asharma
Hi -
....and niavely expected IE to obey the DOM standard!
|
Don't jump on the IE bashing band wagon to quick...
(
besides, I checked this with Firefox also and it does nothing but initially load an empty iframe without a source but nothing suggests that your script recognizes the source code of the iframe... It only recognizes it is there on the page)
There is nothing in your codes that suggest the use of the DOM to retrieve the iframes source... Where's the reference to any nodes? tags?
All I see is references to several elements (
division, iframe) and in the context you are using them you are referencing them as objects... Not what they contain....
.....Willy