[phpwebapp-commits] CVS: web_app/session func.GoTo.js,1.4,1.4.2.1
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-10-12 09:17:14
|
Update of /cvsroot/phpwebapp/web_app/session In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11107/session Modified Files: Tag: phpwebapp-1_0 func.GoTo.js Log Message: Index: func.GoTo.js =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/func.GoTo.js,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** func.GoTo.js 25 Aug 2003 13:18:31 -0000 1.4 --- func.GoTo.js 12 Oct 2004 09:17:03 -0000 1.4.2.1 *************** *** 82,85 **** --- 82,88 ---- * Submits the form of the page to the 'target' specified as parameter * by taking care to serialize and transmit the session vars as well. + * The 'target' parameter is something like this: + * "page1.html?event=list.add(event_args)" + * target_page and event are separated by '?' */ function GoTo(target) |