Waarde uitlezen bij form select
Ton
12/02/2006 16:24:00Ik probeer bij een zogenaamde dropdown (zie hieronder) een waarde uit te lezen met $_POST['picture'] maar om een of andere reden wil dit niet werken. $picture is leeg?? Moet ik wat anders gebruiken bij een select?
TNX Ton
<center><table border='0' cellspacing='0' cellpadding='0'>
<form name='mygallery' method='post' action='".FUSION_SELF."'>
<select name='picture' onChange='showimage()' class='textbox' type='text' style='width:190px;'>
<option value='/ecards/me.gif'>Picture of me</option>
<option value='/ecards/myaunt.gif'>Picture of my aunt</option>
<option value='/ecards/brother.gif'>Picture of my brother</option>
</select>
</form>
<tr>
<td width='100%'><p align='center'><img src='/ecards/me.gif' name='pictures' width='99'
height='100'></td>
</tr></table></center>
TNX Ton
<center><table border='0' cellspacing='0' cellpadding='0'>
<form name='mygallery' method='post' action='".FUSION_SELF."'>
<select name='picture' onChange='showimage()' class='textbox' type='text' style='width:190px;'>
<option value='/ecards/me.gif'>Picture of me</option>
<option value='/ecards/myaunt.gif'>Picture of my aunt</option>
<option value='/ecards/brother.gif'>Picture of my brother</option>
</select>
</form>
<tr>
<td width='100%'><p align='center'><img src='/ecards/me.gif' name='pictures' width='99'
height='100'></td>
</tr></table></center>