Showing posts with label Simple Menu Design in ASP. Show all posts
Showing posts with label Simple Menu Design in ASP. Show all posts

Simple Menu Design in Classic ASP

ASP code for a simple menu design:




<style>
a{color:#333366;text-decoration:none}
a:hover{color:#ff0000;text-decoration:none}
</style>
<table border="1" width="90%" align="center" cellspacing="0" bordercolor="white" cellpadding="3" bgcolor="#f0f0f0" style="border:5px solid #f8f8f8;padding:10px;font:normal 13px arial">
<tr>
<td colspan="4" align="left" style="background-color:#ffffff">
<img src="../IMAGES/online_upgradation_courses_new.gif" border="0"/>
</td>
</tr>
<tr>
<td width="27%" valign="top" style="background-image:url(../images/gray_gradient_bg.jpg);background-repeat:repeat-x;">
<span style="color:#FF9933;vertical-align:middle;font:bold 24px arial">&bull;</span>&nbsp;&nbsp;
<%if THIS_FILE_NAME="welcome.asp" then%>
<a href="welcome_invigilator.asp" style="font:bold 12px verdana;color:red" >Invigilator Home</a>
<%else%>
<a href="welcome_invigilator.asp" >Test Home</a>
<%end if%>

</td>
<td width="26%" style="background-image:url(../images/gray_gradient_bg.jpg);background-repeat:repeat-x;">
<span style="color:#FF9933;vertical-align:middle;font:bold 24px arial">&bull;</span>&nbsp;&nbsp;
<%if THIS_FILE_NAME="aaa.asp" then%>
<a  href="checkhindi.asp" style="font:bold 12px verdana;color:red">Check Hindi Font</a></td>
<%else%>
<a style="font: 12px arial" href="bbb.asp" >Check Hindi Font</a></td>
<%end if%>
<td width="27%" style="background-image:url(gray_gradient_bg.jpg);background-repeat:repeat-x;">
<span style="color:#FF9933;vertical-align:middle;font:bold 24px arial">&bull;</span>&nbsp;&nbsp;
<%if THIS_FILE_GROUP="ccc.asp" then%>
<a style="font:bold 12px verdana;color:red" href="ddd.asp" >Registration</a>
<%else%>
<a style="font: 12px arial" href="eee.asp" >Registration</a>
<%end if%>
</td>

<td width="20%" style="background-image:url(../images/gray_gradient_bg.jpg);background-repeat:repeat-x;">
<span style="color:#FF9933;vertical-align:middle;font:bold 24px arial">&bull;</span>&nbsp;&nbsp;
<a style="font: 12px arial" href="fff.asp" >Qualifying Report</a> </td>
</tr>

<tr>

<td valign="top" style="background-image:url(../images/gray_gradient_bg.jpg);background-repeat:repeat-x;">
<span style="color:#FF9933;vertical-align:middle;font:bold 24px arial">&bull;</span>&nbsp;&nbsp;
<a  href="#" onclick="javascript:window.open('jjj.asp','bs','width=800,height=460,top=300,left=150')"> Change Your Password </a>
<td>
<span style="color:#FF9933;vertical-align:middle;font:bold 24px arial">&bull;</span>&nbsp;&nbsp;

<a style="font: 12px arial"  href="kkk.asp">Realtime Status of Exam</a></td>
<td style="background-image:url(../images/gray_gradient_bg.jpg);background-repeat:repeat-x;">
<span style="color:#FF9933;vertical-align:middle;font:bold 24px arial">&bull;</span>&nbsp;&nbsp;

<%if THIS_FILE_GROUP="sss.asp" then%>
<a style="font:bold 12px verdana;color:red" href="ggg.asp">Mark Statement</a>
<%else%>
<a style="font: 12px arial" href="aaa.asp">Mark Statement</a>
<%end if%>
</td>
<td style="background-image:url(../images/gray_gradient_bg.jpg);background-repeat:repeat-x;">
<span style="color:#FF9933;vertical-align:middle;font:bold 24px arial">&bull;</span>&nbsp;&nbsp;
<a href="../logout.asp" >Logout</a>
&nbsp;</td>
</tr>
<tr>
<td style="background-image:url(../images/gray_gradient_bg.jpg);background-repeat:repeat-x;">
<span style="color:#FF9933;vertical-align:middle;font:bold 24px arial">&bull;</span>&nbsp;&nbsp;
General Guidelines</td>
<td style="background-image:url(../images/gray_gradient_bg.jpg);background-repeat:repeat-x;">
<span style="color:#FF9933;vertical-align:middle;font:bold 24px arial">&bull;</span>&nbsp;&nbsp;
<a style="font: 12px arial" href="oe_attendance_sheet1.asp?ddmmyyslash_exam_date=<%=ddmmyyslash_exam_date%>">
Blank Attendance Sheet</a></td>
<td style="background-image:url(../images/gray_gradient_bg.jpg);background-repeat:repeat-x;">
<span style="color:#FF9933;vertical-align:middle;font:bold 24px arial">&bull;</span>&nbsp;&nbsp;
<%if THIS_FILE_GROUP="oe_relieving_order.asp" then%>
<a style="font:bold 12px verdana;color:red" href="../online_exam_module/oe_relieving_order.asp" >Relieving Order </a></td>
<%else%>
<a style="font: 12px arial" href="../online_exam_module/oe_relieving_order.asp" >Relieving Order </a></td>
<%end if%>
<td style="background-image:url(../images/gray_gradient_bg.jpg);background-repeat:repeat-x;">
<span style="color:#FF9933;vertical-align:middle;font:bold 24px arial">&bull;</span>&nbsp;&nbsp;
<a href="../default.asp" >Main Home</a>
&nbsp;&nbsp;</td>
</table>
<br />
<br />