hi guys ,
my code :
PHP Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:2px;">
<tr>
<td align="right" width="25%" bgcolor="#E8F0F7"><div>Select a Shift:</div></td>
<td class="runningText" width="75%">
<select name="selectshift" onChange="javascript:function to be included();">
<option value="choose">please choose</option>
<option value="morning">MORNING</option>
<option value="general">GENERAL</option>
<option value="afternoon">AFTERNOON</option>
<option value="night">NIGHT</option>
</select>
</td></tr>
<tr><td>
<div id="content area"> </div>
when i select shift some shift (like morning) ,it will dispaly dynamically in next row in the content area with two select lists with option values(here the option values are hours from 7am -to- 5pm)& one button. if i click add button it wii add another two select lists in the same division area below the first added select lists with same option values like above.please any one help to this ............soon
thanks
venki'