¸Þ´º¼Ò½ºÀä... À̰мöÁ¤À» ¾î¶»°Ô ÇØ¾ßÇϳª¿ä..? °í¼ö´Ôµé..Á¦¹ß..


[ ´ÙÀ½ ±Ûµé ] [ À̾ ±Û¿Ã¸®±â(´äÇϱâ) ] [ ÀÚ¹Ù ¹¯°í ´äÇϱâ ]

±Û¾´ÀÌ :Àο¬È¯ 2000³â 3¿ù 23ÀÏ 02:47:24

¸Þ´º¼Ò½ºÀÔ´Ï´Ù...
------------------------------------------------------
#### MenuContext.js ### <-- È­Àϸí..


function showToolbar()
{
mstyle = new MenuStyle();
mstyle.bgColor="blue";
mstyle.mainMenuBorder=1;
mstyle.subMenuBorder=1;
mstyle.subMenuWidth=150;
mstyle.menuDelta = 3; // distance between mainmenu and submenu
mstyle.clsMenuItemIE = "class=clsMenuItemIE";
mstyle.clsMenuItemNS = "class=clsMenuItemNS";
mstyle.bMenuStatic = 1;
mstyle.mainMenuWidth = "100%";


menu = new Menu(mstyle);
menu.addItem("Major", "Major Search Engines", "Major Search Engines", null, null);
menu.addItem("ftp", "FTP, Web Search", "FTP, Web Search", null, null);
menu.addItem("url", "URL, Host search", "URL, Host search", null, null);
menu.addItem("ppl", "People find", "People find", null, null);
menu.addItem("prg", "Programs download", "Programs download", null, null);


menu.addSubItem("Major", "Altavista", "Altavista", "http://www.altavista.com/", "newFrm");
menu.addSubItem("Major", "Metacrawler", "Metacrawler", "http://www.metacrawler.com/");
menu.addSubItem("Major", "Excite", "Excite", "http://www.excite.com/");
menu.addSubItem("Major", "HotBot", "HotBot", "http://www.hotbot.com/");
menu.addSubItem("Major", "InfoSeek", "InfoSeek", "http://www.infoseek.com/");
menu.addSubItem("Major", "Search.com", "Search.com", "http://www.search.com/");
menu.addSubItem("Major", "Lycos", "Lycos", "http://www.lycos.com/");
menu.addSubItem("Major", "Magellan", "Magellan", "http://www.magellan.com/");
menu.addSubItem("Major", "NetGuide", "NetGuide", "http://www.netguide.com/");
menu.addSubItem("Major", "WebCrawler", "WebCrawler", "http://www.webcrawler.com/");
menu.addSubItem("Major", "Rambler.ru", "Rambler.ru", "http://www.rambler.ru/");
menu.addSubItem("Major", "Yahoo", "Yahoo", "http://www.yahoo.com/");


menu.addSubItem("ftp", "FTP Search", "FTP Search", "http://www.ftpsearch.com");
menu.addSubItem("ftp", "Words in hyperlink", "Words in hyperlink", "http://altavista.digital.com/cgi-bin/query?pg=q&kl=XX&q=hyperlink%3ATypeHyperLinkHere&search=Search");
menu.addSubItem("ftp", "Applet with specified name", "Find applets with specified name", "http://altavista.digital.com/cgi-bin/query?pg=q&kl=XX&q=applet%3ATypeAppletNameHere&search=Search");
menu.addSubItem("ftp", "Pages at specified computer", "Pages at specified computer", "http://altavista.digital.com/cgi-bin/query?pg=q&kl=XX&q=host%3AHostName&search=Search");
menu.addSubItem("ftp", "Image with specified name", "Image with specified name", "http://altavista.digital.com/cgi-bin/query?pg=q&kl=XX&q=image%3AImageName&search=Search");
menu.addSubItem("ftp", "Link to specified page", "Link to specified page", "http://altavista.digital.com/cgi-bin/query?pg=q&kl=XX&q=link%3ATypeLinkHere&search=Search");
menu.addSubItem("ftp", "Find text in web pages", "Find text in web pages", "http://altavista.digital.com/cgi-bin/query?pg=q&kl=XX&q=text%3ATypeTextHere&search=Search");
menu.addSubItem("ftp", "Find pages with specified title", "Find pages with specified title", "http://altavista.digital.com/cgi-bin/query?pg=q&kl=XX&q=title%3ATypeTitleHere&search=Search");


menu.addSubItem("url", "Find host by specified mask", "Find host by specified mask", "http://www.netcraft.com/");
menu.addSubItem("url", "Find page with specified text in URL", "Find host by specified mask", "http://altavista.digital.com/");


menu.addSubItem("ppl", "Four11", "Four11", "http://www.four11.com/");
menu.addSubItem("ppl", "GTE SuperPages", "GTE SuperPages", "http://superpages.gte.net/");
menu.addSubItem("ppl", "WhoWhere?", "WhoWhere?", "http://www.whowhere.com/");
menu.addSubItem("ppl", "White pages of Kyiv", "White pages of Kyiv", "http://www.inf.kiev.ua/WhitePagesKyiv/index_koi.html");
menu.addSubItem("ppl", "IRC: EFnet Channel Listing Servi?", "IRC: EFnet Channel Listing Servi?", "http://www.irchelp.org/irchelp/chanlist/");


menu.addSubItem("prg", "WinFiles.com", "WinFiles.com", "http://www.winfiles.com/");
menu.addSubItem("prg", "Shareware.com", "Shareware.com", "http://www.shareware.com/");
menu.addSubItem("prg", "Tucows", "Tucows", "http://tucows.mcp.com/files/");
menu.addSubItem("prg", "Freeware (Russian)", "Freeware (Russian)", "http://www.freeware.ru/");
menu.addSubItem("prg", "Programs (Russian)", "Programs (Russian)", "http://www.download.ru/");



menu.showMenu();
}



#### Menu.js #### <-- È­Àϸí



if (document.all) {n=0;ie=1;fShow="visible";fHide="hidden";}
if (document.layers) {n=1;ie=0;fShow="show"; fHide="hide";}


topY = 0;rightX = 0;bottomY = 0;leftX = 0;
lastMenu = null;
var mstyle;


function MenuStyle()
{
this.bgColor = "#008080";
this.menuFont;
this.menuFontIE = "bold xx-small Verdana";
this.menuFontNS = "bold x-small Verdana";


this.clsMenuItemIE = "class=clsMenuItemIE";
this.clsMenuItemNS = "class=clsMenuItemNS";


this.mainMenuWidth = "100%";


this.mainMenuBorder = 1;
this.subMenuBorder = 1;
this.menuDelta = 3;


this.subMenueWidth = 150;


this.bMenuStatic = 0;


this.TranslateStyle = TranslateStyle;
}


function TranslateStyle()
{
if (n) this.menuFont = this.menuFontNS;
if (ie) this.menuFont = this.menuFontIE;
}



function Menu(ms)
{
ms.TranslateStyle();
mstyle = ms;


this.addItem = addItem;
this.addSubItem = addSubItem;
this.showMenu = showMenu;
this.displaySubMenu = displaySubMenu;



HTMLstr = "";
HTMLstr += "\n";
if (n)
{
MENUitem = "<tr><td><a "+mstyle.clsMenuItemNS+" href='"+location+"'";
if (frame!=null) MENUitem += " target='"+frame+"'";
MENUitem += ">"+text+"</a><br></td></tr>\n";
}
if (ie)
{
MENUitem = "<tr><td><a "+mstyle.clsMenuItemIE+" href='"+location+"'";
if (hint!=null) MENUitem += " title=\""+hint+"\"";
if (frame!=null) MENUitem += " target='"+frame+"'";
MENUitem += ">"+text+"</a><br></td></tr>\n";
}
MENUitem += Lookup;
HTMLstr = HTMLstr.replace(Lookup, MENUitem);
}


function showMenu()
{
document.writeln(HTMLstr);
if (mstyle.bMenuStatic > 0) UpdateIt();
}


////////////////////////////////////////////////////////////////////////////
// Private declaration
function displaySubMenu(idMainMenu)
{
var menu;
var submenu;
if (n)
{
submenu = document.layers[idMainMenu+"submenu"];
smp = document.layers["SmartMenu"].document.layers["SmartMenuPane"];


submenu.left = smp.document.layers[idMainMenu].pageX;
submenu.top = document.layers["SmartMenu"].pageY+smp.clip.height+3;
submenu.visibility = fShow;


leftX = submenu.left;
rightX = leftX + submenu.clip.width;


topY = document.layers["SmartMenu"].pageY;
bottomY = topY+document.layers["SmartMenu"].clip.height+submenu.clip.height;
} else if (ie) {
menu = eval(idMainMenu);
submenu = eval(idMainMenu+"submenu.style");
smp = document.all["SmartMenu"];


submenu.left = calculateSumOffset(menu, 'offsetLeft');
submenu.top = calculateSumOffset(document.all["SmartMenu"], 'offsetTop')+smp.offsetHeight+mstyle.menuDelta;
submenu.visibility = fShow;


leftX = document.all[idMainMenu+"submenu"].style.posLeft;
rightX = leftX + document.all[idMainMenu+"submenu"].offsetWidth;


topY = document.all["SmartMenu"].offsetTop;
bottomY = topY+document.all["SmartMenu"].offsetHeight+
document.all[idMainMenu+"submenu"].offsetHeight;
}
lastMenu = submenu;
}


function hideAll()
{
if (lastMenu != null) {lastMenu.visibility = fHide;lastMenu.left = 0;}
}


function calculateSumOffset(idItem, offsetName)
{
var totalOffset = 0;
var item = eval('idItem');
do
{
totalOffset += eval('item.'+offsetName);
item = eval('item.offsetParent');
} while (item != null);
return totalOffset;
}


function updateIt(e)
{
if (ie)
{
var x = window.event.clientX;
var y = window.event.clientY+document.body.scrollTop;


if (x > rightX || x < leftX) hideAll();
else if (y < topY || y > bottomY) hideAll();
}
if (n)
{
var x = e.pageX;
var y = e.pageY;


if (x > rightX || x < leftX) hideAll();
else if (y > bottomY || y < topY) hideAll();
}
}


function UpdateIt()
{
if (ie) document.all["SmartMenu"].style.top = document.body.scrollTop;
if (n) document.layers["SmartMenu"].top = top.pageYOffset;
setTimeout("UpdateIt()", 200);
}



if (document.all)
{
document.body.onclick=hideAll;
document.body.onscroll=hideAll;
document.body.onmousemove=updateIt;
}
if (document.layers)
{
document.onmousedown=hideAll;
window.captureEvents(Event.MOUSEMOVE);
window.onmousemove=updateIt;
}



#### index.html #### <-- ºÒ·¯¿À´Â È­ÀÏÀÔ´Ï´Ù..


<html>


<head>
<style>
all.clsMenuItemNS{font: bold x-small Verdana; color: white; text-decoration: none;}
.clsMenuItemIE{text-decoration: none; font: bold xx-small Verdana; color: white; cursor: hand;}
A:hover {color: red;}
</style>
<title>Welcome to Homepage</title>
</head>


<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">


<script language="JavaScript" src="menu.js"></script>
<script language="JavaScript" src="menucontext.js"></script>
<script language="JavaScript">showToolbar();</script>
<p><br><br><br>




À̰ÍÀº 1´ÜÀ¸·Î¹Û¿¡´Â ÇÏÀ§¸Þ´º°¡ ³ª¿ÀÁö¸¦ ¾Ê¾Æ¿ä...
±×·±µ¥¿ä..
À̰ÍÀ» 2´ÜÀ¸·Î ³ª¿À°Ô ÇØ¾ß¸¸ Çϰŵç¿ä...
1´ÜÀ¸·Î ³ª¿À°í... ±× 1´Ü¿¡¼­ ¶Ç 1´ÜÀ¸·Î ¶Ç ³ª¿Í¾ß Çϰŵç¿ä.. ±×·±µ¥ ¾î¶»°Ô ¼öÁ¤À» ÇØ¾ß¸¸ ÇÏ´ÂÁö ¸ð¸£°Ú¾î¿ä...
Á¦¹ß ¼Ò½ºÁ» º¸½Ã±¸¿ä... Á» °¡¸£ÃÄÁֽʽÿä...Á¦¹ß¿ä....
¾Æ´Ï¸é....
ÀÌ·¸°Ô 2´ÜÀ¸·Î ÇØ¼­...À§¿¡¼­ ¾Æ·¡·Î ³ª¿À´Â ¼Ò½º¸¦ °¡Áö°í °Ô½ÅºÐÀº ²À ¿¬¶ôÁ» Áֽʽÿä....
À̼ҽº°¡ ²À ÇÊ¿äÇÕ´Ï´Ù...
°í¼ö´Ôµé Á» µµ¿ÍÁֽʽÿä...
Á¦¹ß¿ä... TT


dreamin@k2.kunsan.ac.kr
dreamin@cs.kunsan.ac.kr
dreamin1004@hanmail.net


ÀÔ´Ï´Ù... Á¦¹ßÁ» µµ¿ÍÁֽʽÿä... Á¦¹ß¿ä....


°Ç°­ÇϽʽÿä....


´ÙÀ½ ±Ûµé:



À̾ ±Û¿Ã¸®±â(´äÇϱâ)

À̸§:
E-Mail:
Á¦¸ñ:
³»¿ë:
HTML ÅÂ±× Æ÷ÇÔ ¿©ºÎ: HTML ¹®¼­ÀÏ °æ¿ì üũ
°ü·Ã URL(¼±ÅÃ):
URL Á¦¸ñ(¼±ÅÃ):
°ü·Ã À̹ÌÁö URL:


[ ´ÙÀ½ ±Ûµé ] [ À̾ ±Û¿Ã¸®±â(´äÇϱâ) ] [ ÀÚ¹Ù ¹¯°í ´äÇϱâ ]