Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <META HTTP-EQUIV="Content-Type" CONTENT="text/html">
- <META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript">
- <!-- <script type='text/javascript' src="NavigateTo.js"></script> -->
- <script type='text/javascript'>
- var nextAction = "";
- var nextTimeout = 0;
- function navigateTo(screen, title, rights, timeout){
- nextAction = 'navigateTo'+screen+'("'+title+'",'+rights+')';
- eval(nextAction);
- }
- function navigateToLVSTAT(Title, BrowseOnly) {
- parent.frameB.location.href = "LVSTAT.htm"
- }
- function navigateToNEWHIRES(Title, BrowseOnly) {
- parent.frameB.location.href = "NEWHIRES.htm"
- }
- function navigateToPERFREVIEW(Title, BrowseOnly) {
- parent.frameB.location.href = "PERFREVIEW.htm"
- }
- function navigateToEDUCATION(Title, BrowseOnly) {
- parent.frameB.location.href = "EDUCATION.htm"
- }
- function navigateToSALREVIEW(Title, BrowseOnly) {
- parent.frameB.location.href = "salrev.php"
- }
- function navigateToDIRECTORY(Title, BrowseOnly) {
- parent.frameB.location.href = "DIRECTORY.htm"
- }
- function navigateToEXPORT(Title, BrowseOnly) {
- parent.frameB.location.href = "export1.php"
- }
- function navigateToADMIN(Title, BrowseOnly) {
- parent.frameB.location.href = "admin.htm"
- }
- function handleMouseDown() {
- try{
- if(top.popupWindow && !top.popupWindow.closed){
- top.popupWindow.focus();
- //event.returnValue = false;
- return false;
- }
- }
- catch(e){}
- }
- function showUnderline(src) {
- src.style.textDecoration = "underline";
- }
- function hideUnderline(src) {
- src.style.textDecoration = "none";
- }
- function onLoad(){
- init();
- document.getElementById("screenWidth").value = screen.width;
- }
- function ResizeBrowser(w,h)
- {
- if (top.is_ie){
- top.window.resizeTo(w,h);
- } else {
- top.window.outerWidth=w;
- top.window.outerHeight=h;
- }
- }
- </script>
- </head>
- <body onload='onLoad()'>
- <table width='100%' border='0' cellspacing='2' cellpadding='0' style='position:absolute;top:0px;left:0px;'>
- <tr>
- <td>
- <table width='100%' border='0' cellspacing='0' cellpadding='0'>
- <tr>
- <td
- onmouseover = "showUnderline(this)"
- onmouseout = "hideUnderline(this)"
- onclick="navigateTo('SALREVIEW','Salary Review', false, 0);">
- <div class='bottomText'>
- Salary Review
- </div>
- </td>
- </tr>
- <tr>
- <td onmouseover = "showUnderline(this)"
- onmouseout = "hideUnderline(this)"
- onclick="navigateTo('NEWHIRES','New Hires', false, 0);">
- <div class='bottomText'>
- New Hires
- </div>
- </td>
- </tr>
- <tr>
- <td onmouseover = "showUnderline(this)"
- onmouseout = "hideUnderline(this)"
- onclick="navigateTo('PERFREVIEW','Performance Review', false, 0);">
- <div class='bottomText'>
- Performance Review
- </div>
- </td>
- </tr>
- <tr>
- <td onmouseover = "showUnderline(this)"
- onmouseout = "hideUnderline(this)"
- onclick="navigateTo('LVSTAT','Leave Status', false, 30);">
- <div class='bottomText'>
- Leave Status
- </div>
- </td>
- </tr>
- <tr>
- <td onmouseover = "showUnderline(this)"
- onmouseout = "hideUnderline(this)"
- onclick="navigateTo('EDUCATION','Education, Skills \& Training', false, 0);">
- <div class='bottomText'>
- Education, Skills & Training
- </div>
- </td>
- </tr>
- <!-- <tr>
- <td onmouseover = "showUnderline(this)"
- onmouseout = "hideUnderline(this)"
- onclick="navigateTo('ADMIN','Administration', false, 0);">
- <div class='bottomText'>
- Adminstration
- </div>
- </td>
- </tr>
- <tr>
- <td style='font-size:55%'>
- </td>
- </tr> -->
- <tr>
- <td>
- <div class='webMasterLink' onclick='contactUs()'>Contact Us</div></a>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement