Update of /cvsroot/phpwebapp/web_app/session
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2634/session
Modified Files:
wbSession.html
Log Message:
Index: wbSession.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/session/wbSession.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** wbSession.html 15 Jul 2004 14:46:04 -0000 1.6
--- wbSession.html 21 Jul 2004 17:04:31 -0000 1.7
***************
*** 1,8 ****
! <WebBox ID="wbSession">
<!--#
the form that transmits to the server the session vars,
the event (and event args), the php vars etc.
#-->
! <form name="WebAppForm" id="WebAppForm" method="{{method}}" onSubmit="return false;">
<input type="hidden" name="sourcePage" id="sourcePage" value="{{sourcePage}}"/>
<input type="hidden" name="targetPage" id="targetPage" value=""/>
--- 1,8 ----
! <webbox id="wbSession">
<!--#
the form that transmits to the server the session vars,
the event (and event args), the php vars etc.
#-->
! <form name="WebAppForm" id="WebAppForm" method="{{method}}" onsubmit="return false;">
<input type="hidden" name="sourcePage" id="sourcePage" value="{{sourcePage}}"/>
<input type="hidden" name="targetPage" id="targetPage" value=""/>
***************
*** 15,17 ****
<script type="text/javascript" language="javascript" src="{{./}}class.Session.js"></script>
{{SESSION_VARS}}
! </WebBox>
--- 15,17 ----
<script type="text/javascript" language="javascript" src="{{./}}class.Session.js"></script>
{{SESSION_VARS}}
! </webbox>
|