home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 August / INTERNET94.ISO / pc / software / windows / mail / ft_gate_office / jscript / header-old.js < prev    next >
Encoding:
Text File  |  2001-02-16  |  1.6 KB  |  34 lines

  1. function init() {
  2.   var img;
  3.   myNavBar.create();
  4.   // Find the position of the embedded image and move bar accordingly, note
  5.   // that we have to adjust for the table's cell padding.
  6.   img = getImage("placeholder");
  7.   myNavBar.moveTo(getImagePageLeft(img) - 2, getImagePageTop(img) - 2);
  8. }
  9.  
  10. document.write("")
  11. document.write("<body onload=\"init()\" bgcolor=#ffffff MARGINHEIGHT=\"0\" MARGINWIDTH=\"0\" background=\"/images/bg.gif\">")
  12. document.write("<table border=0 cellspacing=0 cellpadding=0 MARGINHEIGHT=0 MARGINWIDTH=0 width=800>")
  13. document.write("<tr>")
  14. document.write("    <td bgcolor=\"gold\" align=\"left\" rowspan=2 width=200> <img src=\"/Images/floo_w2.gif\">")
  15. document.write("    </td>")
  16. document.write("    <td bgcolor=\"gold\" valign=\"center\" align=\"left\" height=\"40\" width=100>")
  17. document.write(" <img name=\"placeholder\" border=0 src=\"/jscript/triangle.gif\" width=1 height=22>")
  18. document.write("    </td>")
  19. document.write("    <td bgcolor=\"gold\" valign=\"center\" align=\"left\" height=\"40\" width=500>")
  20. document.write(" ")
  21. document.write("    </td>")
  22. document.write("</tr>")
  23. document.write("<TR><TD bgcolor=\"gold\" colspan=2> ")
  24. document.write("</TD></TR>");
  25. document.write("<tr>")
  26. document.write("<td align=left bgcolor=#660099 height=20 colspan=2><B><font color=\"gold\">  ")
  27. document.write(Page)
  28. document.write("</font></B></TD>")
  29. document.write("    <td align=\"right\" bgcolor=#660099 height=\"20\">")
  30. document.write("    <font color=\"gold\">⌐ 2000 Floosietek Ltd</font> ")
  31. document.write("    </td>")
  32. document.write("</tr>")
  33. document.write("</table>")
  34.