JWCC
Newbie
Posts: 1
Registered: 8/18/2008
Member Is Offline
|
| posted on 8/18/2008 at 07:07 PM |
|
|
Only days of week show in my popup window...
Hi all...
I'm only getting Sun - Sat showing up in my pop-ups. I'm not seeing year, months, buttons, etc. in the pop-up window...
Any thoughts...
form code:
<div class="row">
<span class="label"><label for="classRoom">Expires On Date:</label><br />
<font size="1"> (i.e.: 12/10/2008)</font></span>
<span class="formw"><input type="text" size="50" name="expireOn" id="expireOn" value="<%=rsConn("expireOn")%>"
/><a href="javascript:cal4.popup();"><img src="../../img/cal.gif" width="16" height="16" border="0" alt="Click Here to Pick up
the date"></a></span>
</div>
javascript code:
var cal4 = new calendar2(document.forms['editCancels'].elements['expireOn']);
cal4.year_scroll = true;
cal4.time_comp = false;
thanks in advance!
Jill
|
|
|
|