• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

The DHTML Calendar-custom onclick

 
Ranch Hand
Posts: 608
Eclipse IDE Spring Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I was trying to use the 'Ex-Coolest DHTML Calendar' but was having trouble with using my own onclick function when the button to display the calendar is clicked.Then I realised that I needed to have my function execute after the calendar's own onclick otherwise the calendar wouldn't display.I need something equivalent to:

<input type="button" id="calBtn" onclick="eval(this.onclick);myFunc();"/>

But that doesn't work...can someone show me how it's done???
 
reply
    Bookmark Topic Watch Topic
  • New Topic