Forum Moderators: open
When user choose select One, one.php appears inside div with id=include. If user select two, then two.php appears there. Inside those two files are some text and choose fields, but that doesn't matter, I just want to include it there.
<form>
<select id="test" name="testname">
<option value=1>One</option>
<option value=2>Two</option>
</select>
<div id="include">
</div>
</form>
Please at least just give me an idea what to look for to make this code.
Thank you very much