MrBillybob Posted July 28, 2007 Share Posted July 28, 2007 Hello I would like my drop down option box act like submit was pressed when someone selects something from it. <form action="?l=wallets" method="get"> <select> <option value ="Bounty Prize" selected="selected">Bounty Prize</option> <option value ="Repair Bill">Repair Bill</option> <option value ="Broker fee">Broker fee</option> <option value ="Market Transaction">Market Transaction</option> </select> </form> Quote Link to comment Share on other sites More sharing options...
Caesar Posted July 28, 2007 Share Posted July 28, 2007 Not PHP....but here it is... <select onchange="this.form.submit();"> Quote Link to comment 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.