Forum : how to create dropdown menu in hyperlink?
Brief description  about Online courses   join in Online courses
View Alka  Purwar 's Profile

how to create dropdown menu in hyperlink?

how to create dropdown menu in hyperlink?
suppose like this...when we place cursor in hyperlink named sport;it should show other hyperlinks as cricket,hockey,tennis etc,and by clicking on cricket it took us to cricket page.
Asked by Alka Purwar | Aug 11, 2009 |  Reply now
Replies (4)
View phanindra kumar vemanapalli 's Profile
<body>

<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="200"
height="200">
<tr>
<td>
<p align="center"><select size="1" name="Products">
<option value="">Please Select a Product</option>
<option value="http://www.page1.htm">Design
Software</option>
<option value="http://www.page2.htm">Manufacturing
Software</option>
<option value="http://www.page3.htm">Machine Tools</option>
</select></td>
</tr>
</table>
</center>
</div>

</body>
you can do like this Alka Purwar
Feb 16, 2011
View navneet khanna 's Profile
Hi Alka
I tried in all the ways to get the link in drop down menu, but no clues.
I think that it can be done only through a scripting language like Javascript.

Regards
Aug 16, 2009
View alka purwar 's Profile
Thanks Navneet,

ya!the same i was thinking too..but i tried,and getting it but nt the same as i was looking for...
like this i tried:
<select> <option value="#" selected disabled>Popular <select>

i think sth is missing here..if we tried may be it is possible -:)
Aug 13, 2009
View navneet khanna 's Profile
Hi Alka

I am not sure but I think we can do this in Javascript or any other scripting language only.
We can confirm this from out tutor.

Regards
Aug 12, 2009