Is there any way to force a page to post. Like I want to have a drop down list and when they make a selection I want to do a post and then populate the form based on there selection. I need the page to post in order to accomplish this. Any Ideas?
<form action="whatever.php" name="form_name" method="post"> <select name="example" onchange="document.form_name.submit()">