jasonc Posted June 12, 2010 Share Posted June 12, 2010 I have a form which asks for a selection to be made, then the photos are shown based on that selection. i have tried.. <select name="albumname" onChange="leapto(this.form)"> <option value="?ac=showalbum&album=one">Album one</option> but the albums have ' or other characters in the names which causes problem in the URL is there another method of auto submit/onchange or something that could be used so that when the select is changed it send the info using POST ? and on the page reloading it can read this POST info to get the photos of that album Link to comment https://forums.phpfreaks.com/topic/204591-select-onchange/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.