Update of /cvsroot/phpwebapp/web_app/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16923/doc
Modified Files:
changes.txt
Log Message:
Added function WebApp::popup_window($name, $url, $features ='nil')
Index: changes.txt
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/doc/changes.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** changes.txt 7 Oct 2004 09:41:17 -0000 1.13
--- changes.txt 8 Oct 2004 10:01:56 -0000 1.14
***************
*** 35,38 ****
--- 35,43 ----
like debug information, session variables, etc.
-------------------------------------------------------------------
+ * Function WebApp::popup_window($name, $url, $features ='nil')
+ can be used to open a pop-up window (in a new browser).
+ Parameters $name, $url, and $features will be used in a
+ javascript statement like this:
+ $name = window.open($url, $name, $features);
-------------------------------------------------------------------
-------------------------------------------------------------------
|