[Weberp-svn] SF.net SVN: weberp:[9251] trunk/NoSalesItems.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2012-06-29 19:54:39
|
Revision: 9251 http://weberp.svn.sourceforge.net/weberp/?rev=9251&view=rev Author: tim_schofield Date: 2012-06-29 19:54:33 +0000 (Fri, 29 Jun 2012) Log Message: ----------- Provide event handler for new Ajax functionality Modified Paths: -------------- trunk/NoSalesItems.php Modified: trunk/NoSalesItems.php =================================================================== --- trunk/NoSalesItems.php 2012-06-29 19:54:24 UTC (rev 9250) +++ trunk/NoSalesItems.php 2012-06-29 19:54:33 UTC (rev 9251) @@ -14,7 +14,7 @@ //check if input already echo '<br />'; - echo '<form action="' . htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8') . '?name="SelectCustomer" method="post">'; + echo '<form onsubmit="return SubmitForm(this)" action="' . htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8') . '?name="SelectCustomer" method="post">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; echo '<table class="selection">'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |