I don't know what my problem is. I couldn't get any help in HTML forum, so I'm trying here now.
I have a javascript popup calendar (Epoch). When you click on the date field, the two appt time fields below it appear on top of the popup. Can anyone suggest a fix? This only happens in IE!
Here is the codeCode:var bas_cal,dp_cal,ms_cal; window.onload = function () { dp_cal = new Epoch('epoch_popup','popup',document.getElementById('popup_container')); };






Bookmarks