sogo/UI/Scheduler/SchedulerUI.js

10 lines
286 B
JavaScript
Raw Normal View History

function newEvent(sender) {
var urlstr;
urlstr = "new";
window.open(urlstr, "SOGo_compose",
"width=680,height=520,resizable=1,scrollbars=1,toolbar=0," +
"location=0,directories=0,status=0,menubar=0,copyhistory=0");
return false; /* stop following the link */
}