[Weberp-svn] SF.net SVN: weberp:[9339] trunk/BankAccounts.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2012-06-30 10:57:02
|
Revision: 9339 http://weberp.svn.sourceforge.net/weberp/?rev=9339&view=rev Author: tim_schofield Date: 2012-06-30 10:56:56 +0000 (Sat, 30 Jun 2012) Log Message: ----------- Provide event handler for new Ajax functionality Modified Paths: -------------- trunk/BankAccounts.php Modified: trunk/BankAccounts.php =================================================================== --- trunk/BankAccounts.php 2012-06-30 10:56:47 UTC (rev 9338) +++ trunk/BankAccounts.php 2012-06-30 10:56:56 UTC (rev 9339) @@ -250,7 +250,7 @@ echo '<br />'; } -echo '<form method="post" action="' . htmlspecialchars($_SERVER['PHP_SELF'], ENT_QUOTES, 'UTF-8') . '">'; +echo '<form onsubmit="return SubmitForm(this)" method="post" action="' . htmlspecialchars($_SERVER['PHP_SELF'], ENT_QUOTES, 'UTF-8') . '">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; if (isset($SelectedBankAccount) AND !isset($_GET['delete'])) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |