ID: 24764 Updated by: [EMAIL PROTECTED] Reported By: hksim at rocketmail dot com -Status: Open +Status: Bogus Bug Type: *General Issues Operating System: Linux RedHat 9.0 PHP Version: 4.3.2 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. This is not a PHP bug. Previous Comments: ------------------------------------------------------------------------ [2003-07-23 01:59:21] hksim at rocketmail dot com Description: ------------ I had compile Apache & PHP with the minimal configuration. All component works just fine in the LAMP environment except for one simple javascript with php error. I realize that if I submit a form using the POST method (clicking on a link), it said "Page cannot be displayed" and after hitting F5, the intended page shows up. If i copy and paste the URL, which means the submit method is using GET, it works fine. Wats the problem? Reproduce code: --------------- <select class=text name='view[1257][action]' onchange="if(this.value!='0')if(confirm('Sure to '+this.value+' selected row?'))this.form.submit();"> <option class=text value='0' SELECTED>Action</option> <option class=text value='post' >Post</option> <option class=text value='delete' >Delete</option> </select> <a href="javascript:submit_action('?fa=system.bill.wgrn&form_row=0&view[1816][new_row]=1')">Add New GRN</a> Expected result: ---------------- A new form if "Add New GRN" is clicked ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24764&edit=1
