Hello.
VM3.0.2 + J3.3.6
Old problem, since version 1.0
Forms ...
Example:
\administrator\components\com_virtuemart\views\product\tmpl\default.php
line 33
<form action="index.php" method="post" name="adminForm" id="adminForm">
In some cases, very uncomfortable when there is a redirect to /index.php.
Page after reloading must often have the same address.
Specifically, in this file - after clicking on the second page URL becomes /administrator/index.php ,
I click to the third page, then I click "Back" button in browser, as a result - a mistake.
Perhaps this example is not very good and not critical (just now came across). But this is not the only such code. On FE is often critical.
I propose to review all forms and, where possible, remove «action» -
<form method="post" name="adminForm" id="adminForm">
seems we should use action="#"
you may look here http://stackoverflow.com/questions/1131781/is-it-a-good-practice-to-use-an-empty-url-for-a-html-forms-action-attribute-a