I already have a header file... that is:
<%
If Session("User_Id") <> "hradmin" Then
%>
<html>
<!-- #BeginTemplate "/Templates/main_e.dwt" -->
<head>
<STYLE TYPE="text/css">
<!--
A { text-decoration: none; }
A:hover { text-decoration: underline; }
-->
</STYLE>
<!-- #BeginEditable "doctitle" -->
<title>NAV CANADA Intranet</title>
<!-- #EndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="
http://intranet/ncwebadmin/navstyles.css">
</head>
<body bgcolor="#ffffff" TEXT="#000000" MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" TOPMARGIN="0">
<!-- TOP MENU BAR--> <img src="images/courseRegister
EN.jpg" width="504" height="50"><br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<!-- #BeginEditable "top_menu" -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FFCC66" width="8%">
<center>
<a href="FrameM_Hr.asp"><b><F
ONT id="sideTreeFont">Home</fo
nt></a>
</center>
</td>
<td bgcolor="#FFCC66" width="8%">
<center>
<a href="Chg_Password.asp"><b
><FONT id="sideTreeFont">Change Password</font></a>
</center>
</td>
<td bgcolor="#FFCC66" width="8%">
<center>
<a href="Logout.asp"><b><FONT
id="sideTreeFont"> &n
bsp;Sign Out</font></b></a> &n
bsp;
</center>
</td>
</tr>
</table>
<!-- #EndEditable -->
</td>
</tr>
</table>
<!-- END OF TOP MENU BAR -->
<%
Else
%>
<!-- #BeginTemplate "/Templates/main_e.dwt" -->
<head>
<STYLE TYPE="text/css">
<!--
A { text-decoration: none; }
A:hover { text-decoration: underline; }
-->
</STYLE>
<!-- #BeginEditable "doctitle" -->
<title>NAV CANADA Intranet</title>
<!-- #EndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="
http://intranet/ncwebadmin/navstyles.css">
</head>
<body bgcolor="#ffffff" TEXT="#000000" MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" TOPMARGIN="0">
<!-- TOP MENU BAR--> <img src="images/courseRegister
EN.jpg" width="504" height="50"><br>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<!-- #BeginEditable "top_menu" -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FFCC66" width="8%">
<center>
<a href="FrameM_Hr.asp"><b><F
ONT id="sideTreeFont">Home</fo
nt></a>
</center>
</td>
<td bgcolor="#FFCC66" width="8%">
<center>
<a href="Date_Range.asp"><b><
FONT id="sideTreeFont">Date Range</font></a>
</center>
</td>
<td bgcolor="#FFCC66" width="8%">
<center>
<b><FONT color="#265674"> &nbs
p;Employee
</font></b
> &nb
sp;
</center>
</td>
<td bgcolor="#FFCC66" width="8%">
<center>
<a href="Supplier_Detail.asp"
><b><FONT id="sideTreeFont"> &n
bsp;Suppli
er</font><
/b></a>&nb
sp;
</center>
</td>
<td bgcolor="#FFCC66" width="8%">
<center>
<a href="Course_Detail.asp"><
b><FONT id="sideTreeFont"> &n
bsp;Course
</font></b
></a> 
;
</center>
</td>
<td bgcolor="#FFCC66" width="8%">
<center>
<a href="Schedule.asp"><b><FO
NT id="sideTreeFont"> &n
bsp;Schedu
le</font><
/b></a>&nb
sp;
</center>
</td>
<td bgcolor="#FFCC66" width="8%">
<center>
<a href="Training_Sch.asp"><b
><FONT id="sideTreeFont"> &n
bsp;Regist
ration</fo
nt></b></a
> &nb
sp;
</center>
</td>
<td bgcolor="#FFCC66" width="8%">
<center>
<a href="Report.asp"><b><FONT
id="sideTreeFont"> &n
bsp;Report
s</font></
b></a>&nbs
p;
</center>
</td>
<td bgcolor="#FFCC66" width="8%">
<center>
<a href="Logout.asp"><b><FONT
id="sideTreeFont"> &n
bsp;Sign Out</font></b></a> &n
bsp;
</center>
</td>
</tr>
</table>
<!-- #EndEditable -->
</td>
</tr>
</table>
<!-- END OF TOP MENU BAR -->
<%
</body>
</html>
Now, what i want is, that when i click on Employee, i need a drop down menu, with two things, 1) Password, 2) Contractors
Please advice, how do to create this menu.
Thank you.
Start Free Trial