I have a form defined and it has several radio button to allow form changes. When I click 3 of the buttons, i can go to the html defined form action="my.php" . But if i click the 4th button, i want to bypass this action and go to another php script that is called with the variable definition in the url. Normally the new script is called via
"html://www.mywebsite.c om/php/filer.php?acct= 0004". So in my html page, I want...