badmix
01-08-2003, 11:03 AM
help!!!!! i've got it showing the calendar with the next/prev buttons in MSIE - but when you click the next/prev buttons it takes the page you're on back to the index.php page. can this be fixed?
in NS6 the calendar doesn't show at all. is there a way to have it shown in MSIE but not in NS? or do i just need to use the form button like below?
i've tried using both an image and a form button to open the calendar in a popup window. using this to get the image:
<form><input type="image" src="images/calicon.gif" onClick="window.open('themes/default/escalendar.php','calendar',
'toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=no,copyhistory=n o,width=200,
height=200')"></form>
once again in MSIE it opens the calendar popup window but takes you from the page you were on to the index.php page.
in NS6 it opens the popup window and takes the browser page to the index of the directory where it lists all the directories/files.
using a regular gray form button like this:
<form><input type="button" value="popup calendar" height=15 width=120 onClick="window.open('themes/default/escalendar.php','calendar',
'toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=no,copyhistory=n o,
width=200,height=200')"></form>
this works perfectly in MSIE and in NS6 but i want to get rid of the ugly gray form button. any suggestions?
in NS6 the calendar doesn't show at all. is there a way to have it shown in MSIE but not in NS? or do i just need to use the form button like below?
i've tried using both an image and a form button to open the calendar in a popup window. using this to get the image:
<form><input type="image" src="images/calicon.gif" onClick="window.open('themes/default/escalendar.php','calendar',
'toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=no,copyhistory=n o,width=200,
height=200')"></form>
once again in MSIE it opens the calendar popup window but takes you from the page you were on to the index.php page.
in NS6 it opens the popup window and takes the browser page to the index of the directory where it lists all the directories/files.
using a regular gray form button like this:
<form><input type="button" value="popup calendar" height=15 width=120 onClick="window.open('themes/default/escalendar.php','calendar',
'toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=no,copyhistory=n o,
width=200,height=200')"></form>
this works perfectly in MSIE and in NS6 but i want to get rid of the ugly gray form button. any suggestions?