Thanks Scott.
That was the issue. Someone had stuffed with server settings.
As well now I seem to be having a problem using a javascript calendar for start and end date fields in my form. Have tried everything I could think of but simply cant get the javascript popup to appear.
The lines I need to insert are:
Code:
<script type="text/javascript" src="_js/cal2.js"></script>
<script type="text/javascript" src="_js/cal_conf2.js"></script>
and next to the fields that the calendar is supposed to fill in are
Code:
<input type="text" name="startdate" class="textbox" /><a href="javascript:showCal('calendar1')" class="copyright">Select Date</a>
<input type="text" name="enddate" class="textbox" /><a href="javascript:showCal('calendar2')" class="copyright">Select Date</a>
Any help or advice would be very much appreciated.
Regards,
Steve |