hassank1 Posted March 29, 2008 Share Posted March 29, 2008 is it possible to change the form action value depending on a value from a combox box (<select>) ?? Quote Link to comment https://forums.phpfreaks.com/topic/98427-form-action/ Share on other sites More sharing options...
MadTechie Posted March 29, 2008 Share Posted March 29, 2008 yes, using javascript something like this onchage='document.formname.action=this.value;'; Quote Link to comment https://forums.phpfreaks.com/topic/98427-form-action/#findComment-503704 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.