Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Javascript and Calender

448382Jul 31 2006 — edited Sep 7 2006
Hi all.

I am trying to implement a datepicker in javascript.

if(document.calendar.style.display=="none")
ShowCalendar(elem_name);
else
HideCalendar(elem_name);

document.calendar.style.display=="none" is displaying the error. Anybody any idea how can i write this line in htmldb javascript.

Thanks

prashant.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 5 2006
Added on Jul 31 2006
4 comments
304 views