PHP/XHTML - Selections, Onchange - What commands are available to reload the

  • Thread starter Thread starter raisin_smiles
  • Start date Start date
R

raisin_smiles

Guest
page using PHP only? I believe this code is javascript and NOT php
<select size="1" name="played" onchange="this.form.submit()">

All I want to do is on the change either reload the page or like the code above does simulate pressing the submit button on the form.

Thanks
 
Back
Top