Debt Consolidation - Find jobs - Find jobs - Debt Consolidation - Myspace Layouts

PDA

View Full Version : A form dropdown acting as an ajax div trigger???


123GoToAndPlay
Aug 8th 2007, 11:48 pm
Hi there,

I was wondering if a dropdown menu could trigger/show an ajax div with some more form textfields

this must be the trigger

<select>
<option value="noshow">no ajax</option>
<option value="show">show ajax</option>
</select>

and this would be the more ajax content div

<div id="ajaxcontent">
some more form fields
</div>



Any tips, advice

123GoToAndPlay
Aug 9th 2007, 2:28 am
hmm, tried this with no succes

<option value="show" onchange="makeRequest('bigimg.php','ajaxcontent')">show ajax</option>