You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2005/02/23 21:24:16 UTC

svn commit: r155065 - incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DisableSecondClick.xml

Author: rich
Date: Wed Feb 23 12:24:15 2005
New Revision: 155065

URL: http://svn.apache.org/viewcvs?view=rev&rev=155065
Log:
Missed this file in my last checkin (revision 155064).


Modified:
    incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DisableSecondClick.xml

Modified: incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DisableSecondClick.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DisableSecondClick.xml?view=diff&r1=155064&r2=155065
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DisableSecondClick.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DisableSecondClick.xml Wed Feb 23 12:24:15 2005
@@ -89,17 +89,17 @@
             <br/>
             <a href="/coreWeb/tags/disableSecondClick/someAction.do" onclick="anchor_submit_form('Netui_Form_0','/coreWeb/tags/disableSecondClick/someAction.do');return false;">submit</a>
             <br/>
-            <a href="/coreWeb/tags/disableSecondClick/someAction.do" onclick="if (this.clicked) return false; anchor_submit_form('Netui_Form_0','/coreWeb/tags/disableSecondClick/someAction.do'); this.clicked=true; return false;">submit (disableSecondClick)</a>
+            <a href="/coreWeb/tags/disableSecondClick/someAction.do" onclick="if (this.netui_clicked) return false; anchor_submit_form('Netui_Form_0','/coreWeb/tags/disableSecondClick/someAction.do'); this.netui_clicked=true; return false;">submit (disableSecondClick)</a>
         </form>
 
         <a href="/coreWeb/tags/disableSecondClick/someAction.do">non-submit</a>
         <br/>
-        <a href="/coreWeb/tags/disableSecondClick/someAction.do" onclick="if (this.clicked) return false; this.clicked=true;">non-submit (disableSecondClick)</a>
+        <a href="/coreWeb/tags/disableSecondClick/someAction.do" onclick="if (this.netui_clicked) return false; this.netui_clicked=true;">non-submit (disableSecondClick)</a>
         <br/>
         <br/>
         non-submit: <a href="/coreWeb/tags/disableSecondClick/someAction.do"><img src="/coreWeb/tags/disableSecondClick/cool.gif"></a>
         <br/>
-        non-submit (disableSecondClick): <a href="/coreWeb/tags/disableSecondClick/someAction.do" onclick="if (this.clicked) return false; this.clicked=true;"><img src="/coreWeb/tags/disableSecondClick/cool.gif"></a>
+        non-submit (disableSecondClick): <a href="/coreWeb/tags/disableSecondClick/someAction.do" onclick="if (this.netui_clicked) return false; this.netui_clicked=true;"><img src="/coreWeb/tags/disableSecondClick/cool.gif"></a>
     <script language="JavaScript" type="text/JavaScript">
 <!--