Jump to content

Calender Not Opening


Xtremer360

Recommended Posts

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

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.