Ajax generated form fields value not posted in Firefox browser
Dynamically AJAX generated form fields value are posted successfully in IE browser but the same thing not working in Firefox browser.
I checked printing $_POST array ie <? print_r($_POST); ?>. Those Ajax generated form fields are displayed as $_POST array index while using IE browser but the same fields are displayed as $_POST array index.
Bookmarks