show pop up calendar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lyne_asp
    New Member
    • Aug 2006
    • 20

    show pop up calendar

    Hello Everybody,

    I already have a javascript for popup calendar, but I dont know how to show the calendar, please help how to insert the code in html..

    Thanks
  • mzmishra
    Recognized Expert Contributor
    • Aug 2007
    • 390

    #2
    Do you want to popup that calendar on click of any button or something.

    on the onclick event call window.open("yo ur calendar file name")

    Comment

    Working...