[PHP] Clear POST variables on page refresh

2005-02-03 Thread Richard Morley
. Richard Morley -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: select-option link list

2005-01-19 Thread Richard Morley
This should work html body form select size=1 name=site onChange=if(this.value != '')window.location=this.value option value=Please select a site to visit/option option value=http://www.google.com;Google/option option value=http://www.yahoo.com;Yahoo/option option