hello..i have a problem with my website..i want that a certain message will be displayed as i mouseover on the radio buttons.please help me..i am not that really knowlegeable in javascript. Here is my code..
<table>
<tr>
<td></td>
<td><strong>Packages:(Please select one)</strong></td>
</tr>
<tr>
<td></td>
<td>
<a href="?page=h"> <input type="radio" name="package" value="Standard Package" checked>Standard Package</a>
</td>
</tr>
<tr>
<td></td>
<td>
<input type="radio" name="package" value="All Female Package">All Female Package
</td>
</tr>
<tr>
<td></td>
<td>
<input type="radio" name="package" value="Special Package">Special Package
</td>
</tr>
<tr>
<td></td>
<td>
<input type="radio" name="package" value="Student is 6-14 years of age">Student is 6-14 years of age
</td>
</tr>
<tr>
<td></td>
<td>
<input type="radio" name="package" value="Family Package">Family Package
</td>
</tr>
<tr>
<td></td>
<td>
<input type="radio" name="package" value="Customized Package">Customized Package
</td>
</tr>
</table>
</td>
<td colspan="3" id="lg">
<?php include "selector.php";?>
<!--I want to display my message in this part-->
</table>
</td>
</tr>
</TABLE>
please help me..i used php selector but it won't work..