DropDownMenu HELP NEEDED

liunx

Guest
Hi. im making an asp.net web application. i want to make a dhtml menu. i hav used one.
the synbtax of one menu is as follows:
<DIV class=menu id=menu2 style="Z-INDEX: 102">
<DIV class=menuItem id=menuItem2_1>Page #1</DIV>
<DIV class=menuItem id=menuItem2_2>Page #2</DIV>
<DIV class=menuItem id=menuItem2_3>Page #3</DIV></DIV>

Now how can i move from one web form to another.. when i click on one menu item???
plz help
thanx
 
Back
Top