[Weberp-svn] SF.net SVN: weberp:[9307] trunk/DailySalesInquiry.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2012-06-30 10:52:10
|
Revision: 9307 http://weberp.svn.sourceforge.net/weberp/?rev=9307&view=rev Author: tim_schofield Date: 2012-06-30 10:52:04 +0000 (Sat, 30 Jun 2012) Log Message: ----------- Provide event handler for new Ajax functionality Modified Paths: -------------- trunk/DailySalesInquiry.php Modified: trunk/DailySalesInquiry.php =================================================================== --- trunk/DailySalesInquiry.php 2012-06-30 10:51:49 UTC (rev 9306) +++ trunk/DailySalesInquiry.php 2012-06-30 10:52:04 UTC (rev 9307) @@ -10,7 +10,7 @@ echo '<div class="page_help_text">' . _('Select the month to show daily sales for') . '</div> <br />'; -echo '<form action="' . htmlspecialchars($_SERVER['PHP_SELF'], ENT_QUOTES, 'UTF-8') . '" method="post">'; +echo '<form onsubmit="return SubmitForm(this)" action="' . htmlspecialchars($_SERVER['PHP_SELF'], ENT_QUOTES, 'UTF-8') . '" method="post">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; if (!isset($_POST['MonthToShow'])){ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |