iframe onfocus firing problem in mozilla browser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • swathi

    iframe onfocus firing problem in mozilla browser

    -----------------------------------------------------------------------
    A poll associated with this post was created, to vote and see th
    results, please visit http://www.forum4designers.com/message103437.htm
    -----------------------------------------------------------------------
    Question: iframe onfocus problem in mozilla browse

    - attached zip fil
    - multi.html in attached zi
    -----------------------------------------------------------------------
    I have developed one multiple text editor, its working fine with IE6 bu
    not in mozilla browser.In mozilla browser iframe onfocus is no
    working,
    could you help me out in solving this problem
    +----------------------------------------------------------------
    | Attachment filename: richtext.zip
    |Download attachment: http://www.forum4designers.com/attac...?postid=389294
    +----------------------------------------------------------------
    -
    swath

  • Randy Webb

    #2
    Re: iframe onfocus firing problem in mozilla browser

    swathi wrote:[color=blue]
    > ------------------------------------------------------------------------
    > A poll associated with this post was created, to vote and see the
    > results, please visit http://www.forum4designers.com/message103437.html
    > ------------------------------------------------------------------------[/color]

    Not sure what you think I need to vote in a poll for.....
    [color=blue]
    > Question: iframe onfocus problem in mozilla browser
    >
    > - attached zip file
    > - multi.html in attached zip[/color]

    First, you need to read the comp.lang.javas cript FAQ, the FAQ for the
    USENET group where you are actually posting. The poll page even advises
    you of that. Had you done that, you would have realized that it is a
    text-only group, where attached files are frowned upon. It would have
    been simpler, and more productive, to have uploaded the files to a
    server and given a URL to the page in question.



    [color=blue]
    > ------------------------------------------------------------------------
    > I have developed one multiple text editor, its working fine with IE6 but
    > not in mozilla browser.In mozilla browser iframe onfocus is not
    > working, could you help me out in solving this problem.[/color]

    That depends on your un-seen code.
    [color=blue]
    > +----------------------------------------------------------------+
    > | Attachment filename: richtext.zip |
    > |Download attachment: http://www.forum4designers.com/attac...?postid=389294 |
    > +----------------------------------------------------------------+[/color]

    --
    Randy

    Comment

    • DU

      #3
      Re: iframe onfocus firing problem in mozilla browser

      swathi wrote:[color=blue]
      > ------------------------------------------------------------------------
      > A poll associated with this post was created, to vote and see the
      > results, please visit http://www.forum4designers.com/message103437.html
      > ------------------------------------------------------------------------[/color]

      Already here, I'm confused. You want readers of your post to go to
      another BBS? Then why post here?
      [color=blue]
      > Question: iframe onfocus problem in mozilla browser
      >
      > - attached zip file[/color]

      Are there any worms, trojans, viruses attached to your zip file?
      [color=blue]
      > - multi.html in attached zip[/color]

      Are there any worms, trojans, viruses, spywares attached to that zip file?
      [color=blue]
      > ------------------------------------------------------------------------
      > I have developed one multiple text editor, its working fine with IE6 but
      > not in mozilla browser.In mozilla browser iframe onfocus is not
      > working,
      > could you help me out in solving this problem.
      > +----------------------------------------------------------------+
      > | Attachment filename: richtext.zip |
      > |Download attachment: http://www.forum4designers.com/attac...?postid=389294 |
      > +----------------------------------------------------------------+
      > --
      > swathi
      >[/color]

      Can you read the comp.lang.javas cript FAQ first as requested by Randy
      too? Then can you post back in here a clear, concise description of what
      you are trying to do (webpage requirements, analysis) and then an url
      where we can examine your code.

      Also, are you aware that onfocus does not apply to iframe?
      "This [onfocus] attribute may be used with the following elements: A,
      AREA, LABEL, INPUT, SELECT, TEXTAREA, and BUTTON."

      So, your page rendering may rely here on browsers' internal error
      handling mechanisms and they can change at any time (browser versions)
      since they are not part of W3C web standards to begin with. IE 6 may
      render onfocus for iframe while an IE 6.1 release might not, while an IE
      7 release might not.

      You may register a focus event listener on the window object of the
      iframed document. In any case, you still need to untangle and to clarify
      several issues before we can reach that point.
      What is important to first know and understand is what you're trying to
      do and to not assume a particular web design or some particular code or
      code design which *should* work.

      DU

      Comment

      Working...