⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menu.js

📁 PHP EMAIL FORM PROCESSING Just use php and mysql Follow the instructions as given in the text fil
💻 JS
字号:
function linking(LName,LLink) {
//燭his gets the full URL
//var TLoc = parent.content.document.URL
var TLoc = parent.content.window.location.href;

//燭his strips out everything before the last slash
LastSlash=TLoc.lastIndexOf ('/', TLoc.length-1);
//燭his gets the actual file name
OutString=TLoc.substring (LastSlash+1, TLoc.length);

if (OutString == LLink) {
document.write ("<tr><td width=\"22\" valign=\"top\"><img src=\"images/bullet_2.gif\" width=\"22\" height=\"7\" vspace=\"3\" border=\"0\" align=\"absmiddle\"></td><td><span class=\"highlited\">"+ LName +"</span></td></tr>");
}
else {
document.write ("<tr><td width=\"22\" valign=\"top\"><img src=\"images/1x1.gif\" width=\"22\" height=\"7\" border=\"0\" align=\"absmiddle\"></td><td><a href=\""+ LLink +"\" target=\"content\" class=\"otherlinks\" onmouseover='window.status=\""+ LName +"\"; return true'>"+ LName +"</a></td></tr>");
}
}
function delimiter(){
// 5px delimiter for rows above
var adddelimiter = "<tr>";
adddelimiter += "<td height=\"5\" colspan=\"2\"><img src=\"images/1x1.gif\" width=\"1\" height=\"5\" border=\"0\" name=\"delimiter\"></td>";
adddelimiter += "</tr>";

document.write (adddelimiter);
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -