Advertisement
fleec3

frame_a

Jul 29th, 2011
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1.  
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <html>
  5. <head>
  6. <META HTTP-EQUIV="Content-Type" CONTENT="text/html">
  7. <META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript">
  8. <!-- <script type='text/javascript' src="NavigateTo.js"></script> -->
  9.  
  10. <script type='text/javascript'>
  11.  
  12. var nextAction = "";
  13. var nextTimeout = 0;
  14.  
  15. function navigateTo(screen, title, rights, timeout){
  16. nextAction = 'navigateTo'+screen+'("'+title+'",'+rights+')';
  17. eval(nextAction);
  18.  
  19. }
  20.  
  21. function navigateToLVSTAT(Title, BrowseOnly) {
  22. parent.frameB.location.href = "LVSTAT.htm"
  23. }
  24.  
  25. function navigateToNEWHIRES(Title, BrowseOnly) {
  26. parent.frameB.location.href = "NEWHIRES.htm"
  27. }
  28.  
  29. function navigateToPERFREVIEW(Title, BrowseOnly) {
  30. parent.frameB.location.href = "PERFREVIEW.htm"
  31. }
  32.  
  33. function navigateToEDUCATION(Title, BrowseOnly) {
  34. parent.frameB.location.href = "EDUCATION.htm"
  35. }
  36.  
  37. function navigateToSALREVIEW(Title, BrowseOnly) {
  38. parent.frameB.location.href = "salrev.php"
  39. }
  40.  
  41. function navigateToDIRECTORY(Title, BrowseOnly) {
  42. parent.frameB.location.href = "DIRECTORY.htm"
  43. }
  44.  
  45. function navigateToEXPORT(Title, BrowseOnly) {
  46. parent.frameB.location.href = "export1.php"
  47. }
  48.  
  49. function navigateToADMIN(Title, BrowseOnly) {
  50. parent.frameB.location.href = "admin.htm"
  51. }
  52.  
  53. function handleMouseDown() {
  54. try{
  55. if(top.popupWindow && !top.popupWindow.closed){
  56. top.popupWindow.focus();
  57. //event.returnValue = false;
  58. return false;
  59. }
  60. }
  61. catch(e){}
  62. }
  63.  
  64.  
  65. function showUnderline(src) {
  66. src.style.textDecoration = "underline";
  67. }
  68.  
  69. function hideUnderline(src) {
  70. src.style.textDecoration = "none";
  71. }
  72.  
  73.  
  74. function onLoad(){
  75. init();
  76. document.getElementById("screenWidth").value = screen.width;
  77. }
  78.  
  79. function ResizeBrowser(w,h)
  80. {
  81. if (top.is_ie){
  82. top.window.resizeTo(w,h);
  83. } else {
  84. top.window.outerWidth=w;
  85. top.window.outerHeight=h;
  86. }
  87. }
  88.  
  89.  
  90. </script>
  91.  
  92. </head>
  93. <body onload='onLoad()'>
  94.  
  95.  
  96.  
  97.  
  98.  
  99. <table width='100%' border='0' cellspacing='2' cellpadding='0' style='position:absolute;top:0px;left:0px;'>
  100. <tr>
  101. <td>
  102.  
  103. <table width='100%' border='0' cellspacing='0' cellpadding='0'>
  104.  
  105.  
  106.  
  107.  
  108. <tr>
  109. <td
  110. onmouseover = "showUnderline(this)"
  111. onmouseout = "hideUnderline(this)"
  112. onclick="navigateTo('SALREVIEW','Salary Review', false, 0);">
  113.  
  114. <div class='bottomText'>
  115.  
  116. Salary Review
  117.  
  118. </div>
  119. </td>
  120. </tr>
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128. <tr>
  129. <td onmouseover = "showUnderline(this)"
  130. onmouseout = "hideUnderline(this)"
  131. onclick="navigateTo('NEWHIRES','New Hires', false, 0);">
  132.  
  133. <div class='bottomText'>
  134.  
  135. New Hires
  136.  
  137. </div>
  138. </td>
  139. </tr>
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147. <tr>
  148. <td onmouseover = "showUnderline(this)"
  149. onmouseout = "hideUnderline(this)"
  150. onclick="navigateTo('PERFREVIEW','Performance Review', false, 0);">
  151.  
  152. <div class='bottomText'>
  153.  
  154. Performance Review
  155.  
  156. </div>
  157. </td>
  158. </tr>
  159.  
  160.  
  161. <tr>
  162. <td onmouseover = "showUnderline(this)"
  163. onmouseout = "hideUnderline(this)"
  164. onclick="navigateTo('LVSTAT','Leave Status', false, 30);">
  165.  
  166. <div class='bottomText'>
  167.  
  168. Leave Status
  169.  
  170. </div>
  171. </td>
  172. </tr>
  173.  
  174.  
  175. <tr>
  176. <td onmouseover = "showUnderline(this)"
  177. onmouseout = "hideUnderline(this)"
  178. onclick="navigateTo('EDUCATION','Education, Skills \&amp; Training', false, 0);">
  179.  
  180. <div class='bottomText'>
  181.  
  182. Education, Skills &amp; Training
  183.  
  184. </div>
  185. </td>
  186. </tr>
  187.  
  188. <!-- <tr>
  189. <td onmouseover = "showUnderline(this)"
  190. onmouseout = "hideUnderline(this)"
  191. onclick="navigateTo('ADMIN','Administration', false, 0);">
  192. <div class='bottomText'>
  193.  
  194. Adminstration
  195. </div>
  196. </td>
  197. </tr>
  198.  
  199. <tr>
  200. <td style='font-size:55%'>&nbsp;
  201. </td>
  202. </tr> -->
  203.  
  204. <tr>
  205. <td>
  206. <div class='webMasterLink' onclick='contactUs()'>Contact Us</div></a>
  207. </td>
  208. </tr>
  209.  
  210.  
  211.  
  212. </table>
  213. </td>
  214. </tr>
  215. </table>
  216.  
  217. </body>
  218. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement