Hey guys hopefully a quick fix here. take a look at the following code:
$this->pagelayout .= '<td nowrap class="calday" style="background-color: #'.$tempconf->calendar_today_background_color.'" onmouseover="tdmv(this)" onmouseout="tdtmo(this)" onclick="javascript: window.open(\'current_day.php?day='.$curday.'&month='.$this->activemonth.'&year='.$this->activeyear.'\',\'width=800\')">
This basically opens up a new window with a few parameters.
This works perfec tin Firefox but in IE I am told a runtime error has occured and "Error: Invalid Argument"
Any thoughts anyone???
Thanks in advance