Helo,
My problem is solved, I changed some 2-3 lines of code in html, and now my site is working on all browsers.
Sorry for disturbing to any one, who spent their valuable time figuring out my problem.
User Profile
Collapse
-
Problem with javascript code on FireFox
Hi once again,
I have default.html which loads 2 html files in 2 separate iframes, the 2 html file names are as follows :-
(a). home_left.html -- swf file is embedded in this html.
(b). home_right.html -- this html has 3 drop downs.
On selecting any dropdown values, flash plays an animation, done with Actionscript's ExternalInterfa ce class.
The 'home_right.htm l' code is attached... -
Hi Acoder,
THANK you so much for your help, now my code is working fine on all browsers.
I am relieved as the project on which I am working is a big one.Leave a comment:
-
HI Acoder, sorry for replying so late.
I used an iFrame tag still its the same problem.
I have attached the two html files, please give me some solution....Leave a comment:
-
Thanks acorder :)
I mean to say I have used Object tag, instead of IFrame tag.
Code:function helpClicked() { this.document.getElementById('leftContent_div').innerHTML = '<'+'object id="homeComp" name="homeComp" type="text/html" data="help_left.html" width="604" height="690"><\/object>'; }
Leave a comment:
-
Problem with path between parent and child html pages
HI. I have a html page 'parent'. I have loaded an html page as 'child' through Object tag from parent html page.
Parent html page has a function callF()
I am trying to call callF() from child html page.
So, the code in the child html page would be:
parent.callF();
While Google Chrome, Mozilla Firefox process the above code smoothly, Internet Explorer 6 & 7 gives error
No activity results to display
Show More
Leave a comment: