Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17095/functions
Modified Files:
todo.js
Log Message:
Added todo.js and charset. Needs testing.
Index: todo.js
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/todo.js,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** todo.js 8 Feb 2003 04:47:57 -0000 1.7
--- todo.js 12 Aug 2004 19:20:49 -0000 1.8
***************
*** 1,3 ****
-
<script language="JavaScript" type="text/javascript">
<!--
--- 1,2 ----
***************
*** 6,16 ****
var windowW = 460;
var windowH = 275;
-
var url = "includes/todo.php?vtodo_array="+vtodo_array;
-
options = "scrollbars=yes,width="+windowW+",height="+windowH;
-
info = window.open(url, "Popup", options);
-
info.focus();
}
--- 5,11 ----
|