Click here to Skip to main content
15,879,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Javascript calender not working niether update or insert operation accurs.
I put the the code on page laod. The formview is inside a malitview.

Even i put the code inside view1 load event still not showing after update operation.
Posted

1 solution

try using this peace of code where you wanna call th calender from
<a href="javascript:popupCalendar('frmConsultant.edate', 'document.frmConsultant.edate.value','');" onmouseover="window.status='Popup Calendar';return true;" onmouseout="window.status='';return true;"><img name='calimg' src='images/calender.gif' width=100 height=20 border=0></a><input type='text' name=edate size='6' maxlength='10' >
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900