|
Hey Guys,
Not sure if this is the right section to post, but will do anyway and if its the wrong place, put me in the right path to do so, if not any help on this is greatly appreciated, and if your not sure on what im trying to achieve, just let me know and I will try and make it clearer.
ive implanted moods to my site, but the way its setup will be a major pain for users, the code posted below works 100% but what it does is, the user selects there mood via the drop down, then they have to open another page to view a gif to see the number of it, then type in the number in the text box above the mood select so the gif gets assigned to the mood text, what I need or want to do is, if the user selects the mood, the gif also gets selected at the same time, im not a brillaint coder but I am still learning a lot eveyday, but on this one, im totally lost, any help on this would be so appreciated.
<input name="imood" type="text" id="imood" value="{me.imood}" size="10" maxlength="3" />
<br>
<select name="mood" id="mood">
<option value="{me.mood}">-{me.mood}-</option>
<option value="">(none)</option>
<option value="happy">happy</option>
<option value="sad">sad</option>
<option value="bummed">bummed</option>
<td></td>
<td><input type="submit" name="submitUserData" value="[Submit {295}]" class="submit" /></td>
|