Dan,
I am able to open pop up with
EventClickJavaScript="javascript:window.open('MonthDayView.aspx');"
But,When I write it as
EventClickJavaScript="javascript:window.open('MonthDayView.aspx?Date='+e.value());"
I also tried EventClickJavaScript="javascript:alert(e.value());". This did not popup the value either.
It does not open pop up.Can't understand why?