foxphpbomb
Programmer
I'm wondering if there's a way to create a form where when the user submits it after selecting a value in a select box, that value would get passed as an anchor.
<select name="level">
<option value="level3">Level 3</option>
</select>
so basically when the form is submitted it would load as:
page.php#level3
<select name="level">
<option value="level3">Level 3</option>
</select>
so basically when the form is submitted it would load as:
page.php#level3