cross browser date picker

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

    cross browser date picker

    how do i call a function stored in an applet,applet in turn within a
    div which in turn is in a div.
    the above is not working in netscape & mozilla.

    this is the particular thing not working
    lLay.document.a pplets.tL1.putD ate(D,M,Y);

    where
    lLay = document.getEle mentById('popCa l') ;
    popCal is the div id
    tL1 is the applet id

    <DIV id=formlayer>
    <DIV id=popCal>
    <applet id=tL1>


    somebody pls help me
    i need to make this netscape compatible

    manu
  • Jeff Thies

    #2
    Re: cross browser date picker

    > how do i call a function stored in an applet,applet in turn within a[color=blue]
    > div which in turn is in a div.[/color]

    comp.lang.java, or one of it's child groups.

    javascript != java

    Jeff



    Comment

    Working...