User Profile

Collapse

Profile Sidebar

Collapse
sosuko
sosuko
Last Activity: Mar 23 '09, 06:07 AM
Joined: Feb 12 '09
Location: India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sosuko
    replied to Problem with javascript code on FireFox
    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.
    See more | Go to post

    Leave a comment:


  • sosuko
    started a topic Problem with javascript code on FireFox

    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...
    See more | Go to post

  • 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.
    See more | Go to post

    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....
    See more | Go to post

    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>';
    }
    This is the function I am calling from child...
    See more | Go to post
    Last edited by acoder; Feb 13 '09, 08:06 AM. Reason: Added [code] tags

    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
    See more | Go to post
No activity results to display
Show More
Working...