Xtremer360 Posted December 25, 2009 Share Posted December 25, 2009 The following code is not loading the javascript calender in another window. It's not doing anything. <td class="row3"><input type="text" name="bookingdate" class="fieldtext80" value=""><a href="javascript:show_calendar(document.showbooker.bookingdate, document.showbooker.bookingdate.value);"><img src="http://www.defiantwrestling.net/backstage/images/cal.gif" width="16" height="16" border="0" alt="Click Here to Pick the date"></a></td> Link to comment https://forums.phpfreaks.com/topic/186320-calender-not-opening/ Share on other sites More sharing options...
oni-kun Posted December 25, 2009 Share Posted December 25, 2009 Try using this: <td class="row3"><input type="text" name="bookingdate" class="fieldtext80" value=""><a href="#" onClick="show_calendar(document.showbooker.bookingdate, document.showbooker.bookingdate.value);"><img src="http://www.defiantwrestling.net/backstage/images/cal.gif" width="16" height="16" border="0" alt="Click Here to Pick the date"></a></td> But this isn't a JS forum! Link to comment https://forums.phpfreaks.com/topic/186320-calender-not-opening/#findComment-983938 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.