rctxtreme
04-01-2007, 06:31 AM
/*
www.a2h.8m6.net global menu. BOW DOWN.
This should be the output:
<map name="menu">
<area href="http://www.a2h.8m6.net" alt="Home" coords="0,0,96,96">
<area href="http://www.a2h.8m6.net/forums" alt="Forum" coords="97,0,193,96">
<area href="http://www.a2h.8m6.net/gameon" alt="GAMEON" coords="194,0,290,96">
<area href="http://www.a2h.8m6.net/blog.htm" alt="Blog" coords="291,0,387,96">
<area href="http://www.a2h.8m6.net/art" alt="Art" coords="388,0,484,96">
<area href="http://www.a2h.8m6.net/others" alt="Others" coords="485,0,581,96">
</map>
<img src="http://www.a2h.8m6.net/menu.gif" alt="Menu" usemap="#menu" width="581" HEIGHT="96" BORDER="0">
*/
document.writeln("<map name=\"menu\">");
document.writeln("<area href=\"http://www.a2h.8m6.net\" alt=\"Home\" coords=\"0,0,96,96\">");
document.writeln("<area href=\"http://www.a2h.8m6.net/forums\" alt=\"Forum\" coords=\"97,0,193,96\">");
document.writeln("<area href=\"http://www.a2h.8m6.net/gameon\" alt=\"GAMEON\" coords=\"194,0,290,96\">");
document.writeln("<area href=\"http://www.a2h.8m6.net/blog.htm\" alt=\"Blog\" coords=\"291,0,387,96\">");
document.writeln("<area href=\"http://www.a2h.8m6.net/art\" alt=\"Art\" coords=\"388,0,484,96\">");
document.writeln("<area href=\"http://www.a2h.8m6.net/others\" alt=\"Others\" coords=\"485,0,581,96\">");
document.writeln("</map>");
document.writeln("<img src=\"http://www.a2h.8m6.net/menu.gif\" alt=\"Menu\" usemap=\"#menu\" width=\"581\" HEIGHT=\"96\" BORDER=\"0\">");
The menu does not output on http://www.a2h.8m6.net/hamachi ...
I used this code to output that file:
<style type="text/javascript" src="http://www.a2h.8m6.net/menu.js"></script>
www.a2h.8m6.net global menu. BOW DOWN.
This should be the output:
<map name="menu">
<area href="http://www.a2h.8m6.net" alt="Home" coords="0,0,96,96">
<area href="http://www.a2h.8m6.net/forums" alt="Forum" coords="97,0,193,96">
<area href="http://www.a2h.8m6.net/gameon" alt="GAMEON" coords="194,0,290,96">
<area href="http://www.a2h.8m6.net/blog.htm" alt="Blog" coords="291,0,387,96">
<area href="http://www.a2h.8m6.net/art" alt="Art" coords="388,0,484,96">
<area href="http://www.a2h.8m6.net/others" alt="Others" coords="485,0,581,96">
</map>
<img src="http://www.a2h.8m6.net/menu.gif" alt="Menu" usemap="#menu" width="581" HEIGHT="96" BORDER="0">
*/
document.writeln("<map name=\"menu\">");
document.writeln("<area href=\"http://www.a2h.8m6.net\" alt=\"Home\" coords=\"0,0,96,96\">");
document.writeln("<area href=\"http://www.a2h.8m6.net/forums\" alt=\"Forum\" coords=\"97,0,193,96\">");
document.writeln("<area href=\"http://www.a2h.8m6.net/gameon\" alt=\"GAMEON\" coords=\"194,0,290,96\">");
document.writeln("<area href=\"http://www.a2h.8m6.net/blog.htm\" alt=\"Blog\" coords=\"291,0,387,96\">");
document.writeln("<area href=\"http://www.a2h.8m6.net/art\" alt=\"Art\" coords=\"388,0,484,96\">");
document.writeln("<area href=\"http://www.a2h.8m6.net/others\" alt=\"Others\" coords=\"485,0,581,96\">");
document.writeln("</map>");
document.writeln("<img src=\"http://www.a2h.8m6.net/menu.gif\" alt=\"Menu\" usemap=\"#menu\" width=\"581\" HEIGHT=\"96\" BORDER=\"0\">");
The menu does not output on http://www.a2h.8m6.net/hamachi ...
I used this code to output that file:
<style type="text/javascript" src="http://www.a2h.8m6.net/menu.js"></script>