| Author |
The DHTML Calendar-custom onclick
|
Duran Harris
Ranch Hand
Joined: Nov 09, 2008
Posts: 571
|
|
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???
|
===>SCJP 1.5(72%)<===
==>SCWCD1.5(76%)<===
|
 |
 |
|
|
subject: The DHTML Calendar-custom onclick
|
|
|