mozilla focus function problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saritbhatta
    New Member
    • Aug 2007
    • 5

    #1

    mozilla focus function problem

    to set focus in a text box i have written
    [CODE=javascript]document.formna me.elementname. focus();[/CODE]
    I have also tried
    [CODE=javascript]document.formna me.elementname. select();[/CODE]
    and
    [CODE=javascript]document.getEle mentById('eleme ntname').focus( )[/CODE]

    but all are working in IE but not in MOZILLA.

    please send me if anyone have any idea regarding this.
    Last edited by acoder; Sep 7 '07, 09:21 AM. Reason: Added code tags
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Post your text box code and remember to use code tags when posting code.

    Comment

    Working...