【求助】IE開網頁的問題



贊助商連結


lih0309
2002-08-31, 07:07 AM
我最近冠了XP後進來瀏覽PCZONE都會出現下列第一個圖的訊息
我該怎麼辦...是少什麼東西嗎??而按照檢查執行後出現...

<meta http-equiv="Content-Type" content="text/html; charset=big5">
<html>
<head>
<title>PCZONE 討 論 區 - □ -- 網 路 軟 體 討 論 一 版 (Browser,Email)</title>
<link rel="shortcut icon" href="favicon.ico">
<style type="text/css">
body {font-size:9pt;font-family:verdana;}
a:link {text-decoration:none; color:#003399;}
a:visited {text-decoration:none; color:#003399;}
a:hover {text-decoration:underline; color:#003399;}
.nf { font-family: verdana; font-size:10pt }
.sf { font-family: verdana; font-size:9pt }
.webfx-menu, .webfx-menu * {

box-sizing: content-box;
-moz-box-sizing: content-box;
}

.webfx-menu {
position: absolute;
z-index: 100;
visibility: hidden;
width: 100px;
border: 1px solid black;
padding: 1px;
background: white;
filter: progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=4)alpha(Opacity=90);
-moz-opacity: 0.9;
}

.webfx-menu-empty {
display: block;
border: 1px solid white;
padding: 2px 5px 2px 5px;
font-size: 9pt;
font-family: Verdana;
color: black;
}

.webfx-menu a {
display: block;
width: expression(constExpression(ieBox ? "100%": "auto")); /* should be ignored by mz and op */
height: expression(constExpression("1px"));
overflow: visible;
padding: 2px 0px 2px 5px;

font-size: 9pt;
font-family: Verdana;
text-decoration: none;
vertical-align: center;

color: black;
border: 1px solid white;
}

.webfx-menu a:visited,
.webfx-menu a:visited:hover {
color: black;
text-decoration: none;
}

.webfx-menu a:hover {
color: black;
background: #9AC0FF;
border: 1px solid #79B2FF;
text-decoration: none;
}

.webfx-menu a .arrow {
float: right;
border: 0;
width: 3px;
margin-right: 3px;
margin-top: 4px;
}

/* separtor */
.webfx-menu div {
height: 0;
height: expression(constExpression(ieBox ? "2px" : "0"));
border-top: 1px solid #C6BA9C;
border-bottom: 1px solid #DEDFBD;
overflow: hidden;
margin: 2px 0px 2px 0px;
font-size: 0mm;
}

.webfx-menu-bar {
background: #0052AD;

padding: 2px;

font-family: Verdana;
font-size: 9pt;


/* IE5.0 has the wierdest box model for inline elements */

padding: expression(constExpression(ie50 ? "0px" : "2px"));
}

.webfx-menu-bar a,.webfx-menu-bar a:visited {
border: 1px solid #b2c9d3;
padding: 1px 5px 1px 5px;

color: rgb(255,255,255);
text-decoration: none;

/* IE5.0 Does not paint borders and padding on inline elements without a height/width */

height: expression(constExpression(ie50 ? "17px" : "auto"));
}

.webfx-menu-bar a:hover {
color: black;
background: #DEDFBD;

border-left: 1px solid #FFFFFF;
border-right: 1px solid #C6BA9C;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #C6BA9C;
}

.webfx-menu-bar a .arrow {
border: 0;
float: none;
}

.webfx-menu-bar a:active, .webfx-menu-bar a:focus {
-moz-outline: none;
outline: none;
/*
ie does not support outline but ie55 can hide the outline using
a proprietary property on HTMLElement. Did I say that IE sucks at CSS?
*/
ie-dummy: expression(this.hideFocus=true);

border-left: 1px solid #C6BA9C;
border-right: 1px solid #FFFFFF;
border-top: 1px solid #C6BA9C;
border-bottom: 1px solid #FFFFFF;
}
</style>
</head>
<BODY text=#000000 bgcolor=#CEC7B5 topmargin="0" leftmargin="0" onLoad="MM_timelinePlay('Timeline1')">
<!-- xmenu_cssexpr -->
<script type="text/javascript">
function constExpression(x) {
return x;
}

function simplifyCSSExpression() {
try {
var ss,sl, rs, rl;
ss = document.styleSheets;
sl = ss.length

for (var i = 0; i < sl; i++) {
simplifyCSSBlock(ss[i]);
}
}
catch (exc) {
alert("執行CSS時發生錯誤,仍將繼續執行,但速度可能會受到一定的影響.");
throw exc;
}
}

function simplifyCSSBlock(ss) {
var rs, rl;

// Go through imports
for (var i = 0; i < ss.imports.length; i++)
simplifyCSSBlock(ss.imports[i]);

// if no constExpression we don't have to continue
if (ss.cssText.indexOf("expression(constExpression(") == -1)
return;

rs = ss.rules;
rl = rs.length;
for (var j = 0; j < rl; j++)
simplifyCSSRule(rs[j]);
}

function simplifyCSSRule(r) {
var str = r.style.cssText;
var str2 = str;
var lastStr;

//alert("str: " + str);

// update string until the updates does not change the string
do {
lastStr = str2;
str2 = simplifyCSSRuleHelper(lastStr);
} while (str2 != lastStr)

//alert("str2: " + str2);
if (str2 != str)
r.style.cssText = str2;
}

function simplifyCSSRuleHelper(str) {
var i, i2;
i = str.indexOf("expression(constExpression(");
if (i == -1) return str;
i2 = str.indexOf("))", i);
var hd = str.substring(0, i);
var tl = str.substring(i2 + 2);
var exp = str.substring(i + 27, i2);
var val = eval(exp)
return hd + val + tl;
}

if (/msie/i.test(navigator.userAgent) && window.attachEvent != null) {
window.attachEvent("onload", function () {
simplifyCSSExpression();
});
}
</script>
<!-- /xmenu_cssexpr -->
<!-- xmenu_menucode -->
<script type="text/javascript">
// check browsers
var ua = navigator.userAgent;
var opera = /opera [56789]|opera\/[56789]/i.test(ua);
var ie = !opera && /MSIE/.test(ua);
var ie50 = ie && /MSIE 5\.[01234]/.test(ua);
var ie6 = ie && /MSIE [6789]/.test(ua);
var ieBox = ie && (document.compatMode == null || document.compatMode != "CSS1Compat");
var moz = !opera && /gecko/i.test(ua);

// define the default values
webfxMenuDefaultWidth = 100;

webfxMenuDefaultBorderLeft = 1;
webfxMenuDefaultBorderRight = 1;
webfxMenuDefaultBorderTop = 1;
webfxMenuDefaultBorderBottom = 1;
webfxMenuDefaultPaddingLeft = 1;
webfxMenuDefaultPaddingRight = 1;
webfxMenuDefaultPaddingTop = 1;
webfxMenuDefaultPaddingBottom = 1;
webfxMenuDefaultShadowLeft = 0;
webfxMenuDefaultShadowRight = ie && !ie50 && /win32/i.test(navigator.platform) ? 4 :0;
webfxMenuDefaultShadowTop = 0;
webfxMenuDefaultShadowBottom = ie && !ie50 && /win32/i.test(navigator.platform) ? 4 : 0;

webfxMenuItemDefaultHeight = 18;
webfxMenuItemDefaultText = "Untitled";
webfxMenuItemDefaultHref = "javascript:void(0)";

webfxMenuSeparatorDefaultHeight = 6;

webfxMenuDefaultEmptyText = "Empty";
webfxMenuDefaultUseAutoPosition = true;

// other global constants
webfxMenuImagePath = "images/Xmenu/";

webfxMenuUseHover = opera ? true : false;
webfxMenuHideTime = 500;
webfxMenuShowTime = 200;

var webFXMenuHandler = {
idCounter : 0,
idPrefix : "webfx-menu-object-",
all : {},
getId : function () { return this.idPrefix + this.idCounter++; },
overMenuItem : function (oItem) {
if (this.showTimeout != null)
window.clearTimeout(this.showTimeout);
if (this.hideTimeout != null)
window.clearTimeout(this.hideTimeout);
var jsItem = this.all[oItem.id];
if (webfxMenuShowTime <= 0)
this._over(jsItem);
else
//this.showTimeout = window.setTimeout(function () { webFXMenuHandler._over(jsItem) ; }, webfxMenuShowTime);
// I hate IE5.0 because the piece of shit crashes when using setTimeout with a function object
this.showTimeout = window.setTimeout("webFXMenuHandler._over(webFXMenuHandler.all['" + jsItem.id + "'])", webfxMenuShowTime);
},
outMenuItem : function (oItem) {
if (this.showTimeout != null)
window.clearTimeout(this.showTimeout);
if (this.hideTimeout != null)
window.clearTimeout(this.hideTimeout);
var jsItem = this.all[oItem.id];
if (webfxMenuHideTime <= 0)
this._out(jsItem);
else
//this.hideTimeout = window.setTimeout(function () { webFXMenuHandler._out(jsItem) ; }, webfxMenuHideTime);
this.hideTimeout = window.setTimeout("webFXMenuHandler._out(webFXMenuHandler.all['" + jsItem.id + "'])", webfxMenuHideTime);
},
blurMenu : function (oMenuItem) {
window.setTimeout("webFXMenuHandler.all[\"" + oMenuItem.id + "\"].subMenu.hide();", webfxMenuHideTime);
},
_over : function (jsItem) {
if (jsItem.subMenu) {
jsItem.parentMenu.hideAllSubs();
jsItem.subMenu.show();
}
else
jsItem.parentMenu.hideAllSubs();
},
_out : function (jsItem) {
// find top most menu
var root = jsItem;
var m;
if (root instanceof WebFXMenuButton)
m = root.subMenu;
else {
m = jsItem.parentMenu;
while (m.parentMenu != null && !(m.parentMenu instanceof WebFXMenuBar))
m = m.parentMenu;
}
if (m != null)
m.hide();
},
hideMenu : function (menu) {
if (this.showTimeout != null)
window.clearTimeout(this.showTimeout);
if (this.hideTimeout != null)
window.clearTimeout(this.hideTimeout);
this.hideTimeout = window.setTimeout("webFXMenuHandler.all['" + menu.id + "'].hide()", webfxMenuHideTime);
},
showMenu : function (menu, src, dir) {
if (this.showTimeout != null)
window.clearTimeout(this.showTimeout);
if (this.hideTimeout != null)
window.clearTimeout(this.hideTimeout);
if (arguments.length < 3)
dir = "vertical";

menu.show(src, dir);
}
};

function WebFXMenu() {
this._menuItems = [];
this._subMenus = [];
this.id = webFXMenuHandler.getId();
this.top = 0;
this.left = 0;
this.shown = false;
this.parentMenu = null;
webFXMenuHandler.all[this.id] = this;
}
WebFXMenu.prototype.width = webfxMenuDefaultWidth;
WebFXMenu.prototype.emptyText = webfxMenuDefaultEmptyText;
WebFXMenu.prototype.useAutoPosition = webfxMenuDefaultUseAutoPosition;
WebFXMenu.prototype.borderLeft = webfxMenuDefaultBorderLeft;
WebFXMenu.prototype.borderRight = webfxMenuDefaultBorderRight;
WebFXMenu.prototype.borderTop = webfxMenuDefaultBorderTop;
WebFXMenu.prototype.borderBottom = webfxMenuDefaultBorderBottom;
WebFXMenu.prototype.paddingLeft = webfxMenuDefaultPaddingLeft;
WebFXMenu.prototype.paddingRight = webfxMenuDefaultPaddingRight;
WebFXMenu.prototype.paddingTop = webfxMenuDefaultPaddingTop;
WebFXMenu.prototype.paddingBottom = webfxMenuDefaultPaddingBottom;

WebFXMenu.prototype.shadowLeft = webfxMenuDefaultShadowLeft;
WebFXMenu.prototype.shadowRight = webfxMenuDefaultShadowRight;
WebFXMenu.prototype.shadowTop = webfxMenuDefaultShadowTop;
WebFXMenu.prototype.shadowBottom = webfxMenuDefaultShadowBottom;

WebFXMenu.prototype.add = function (menuItem) {
this._menuItems[this._menuItems.length] = menuItem;
if (menuItem.subMenu) {
this._subMenus[this._subMenus.length] = menuItem.subMenu;
menuItem.subMenu.parentMenu = this;
}

menuItem.parentMenu = this;
};
WebFXMenu.prototype.show = function (relObj, sDir) {
if (this.useAutoPosition)
this.position(relObj, sDir);

var divElement = document.getElementById(this.id);
divElement.style.left = opera ? this.left : this.left + "px";
divElement.style.top = opera ? this.top : this.top + "px";
divElement.style.visibility = "visible";
this.shown = true;
if (this.parentMenu)
this.parentMenu.show();
};
WebFXMenu.prototype.hide = function () {
this.hideAllSubs();
var divElement = document.getElementById(this.id);
divElement.style.visibility = "hidden";
this.shown = false;
};
WebFXMenu.prototype.hideAllSubs = function () {
for (var i = 0; i < this._subMenus.length; i++) {
if (this._subMenus[i].shown)
this._subMenus[i].hide();
}
};
WebFXMenu.prototype.toString = function () {
var top = this.top + this.borderTop + this.paddingTop;
var str = "<div id='" + this.id + "' class='webfx-menu' style='" +
"width:" + (!ieBox ?
this.width - this.borderLeft - this.paddingLeft - this.borderRight - this.paddingRight :
this.width) + "px;" +
(this.useAutoPosition ?
"left:" + this.left + "px;" + "top:" + this.top + "px;" :
"") +
(ie50 ? "filter: none;" : "") +
"'>";

if (this._menuItems.length == 0) {
str += "<span class='webfx-menu-empty'>" + this.emptyText + "</span>";
}
else {
// loop through all menuItems
for (var i = 0; i < this._menuItems.length; i++) {
var mi = this._menuItems[i];
str += mi;
if (!this.useAutoPosition) {
if (mi.subMenu && !mi.subMenu.useAutoPosition)
mi.subMenu.top = top - mi.subMenu.borderTop - mi.subMenu.paddingTop;
top += mi.height;
}
}

}

str += "</div>";

for (var i = 0; i < this._subMenus.length; i++) {
this._subMenus[i].left = this.left + this.width - this._subMenus[i].borderLeft;
str += this._subMenus[i];
}

return str;
};
// WebFXMenu.prototype.position defined later
function WebFXMenuItem(sText, sHref, sToolTip, oSubMenu) {
this.text = sText || webfxMenuItemDefaultText;
this.href = (sHref == null || sHref == "") ? webfxMenuItemDefaultHref : sHref;
this.subMenu = oSubMenu;
if (oSubMenu)
oSubMenu.parentMenuItem = this;
this.toolTip = sToolTip;
this.id = webFXMenuHandler.getId();
webFXMenuHandler.all[this.id] = this;
};
WebFXMenuItem.prototype.height = webfxMenuItemDefaultHeight;
WebFXMenuItem.prototype.toString = function () {
return "<a" +
" id='" + this.id + "'" +
" href='" + this.href + "'" +
(this.toolTip ? " title='" + this.toolTip + "'" : "") +
" onmouseover='webFXMenuHandler.overMenuItem(this)'" +
(webfxMenuUseHover ? " onmouseout='webFXMenuHandler.outMenuItem(this)'" : "") +
(this.subMenu ? " unselectable='on' tabindex='-1'" : "") +
">" +
(this.subMenu ? "<img class='arrow' src='" + webfxMenuImagePath + "arrow.right.png'>" : "") +
this.text +
"</a>";
};


function WebFXMenuSeparator() {
this.id = webFXMenuHandler.getId();
webFXMenuHandler.all[this.id] = this;
};
WebFXMenuSeparator.prototype.height = webfxMenuSeparatorDefaultHeight;
WebFXMenuSeparator.prototype.toString = function () {
return "<div" +
" id='" + this.id + "'" +
(webfxMenuUseHover ?
" onmouseover='webFXMenuHandler.overMenuItem(this)'" +
" onmouseout='webFXMenuHandler.outMenuItem(this)'"
:
"") +
"></div>"
};

function WebFXMenuBar() {
this._parentConstructor = WebFXMenu;
this._parentConstructor();
}
WebFXMenuBar.prototype = new WebFXMenu;
WebFXMenuBar.prototype.toString = function () {
var str = "<div id='" + this.id + "' class='webfx-menu-bar'>";

// loop through all menuButtons
for (var i = 0; i < this._menuItems.length; i++)
str += this._menuItems[i];

str += "</div>";

for (var i = 0; i < this._subMenus.length; i++)
str += this._subMenus[i];

return str;
};

function WebFXMenuButton(sText, sHref, sToolTip, oSubMenu) {
this._parentConstructor = WebFXMenuItem;
this._parentConstructor(sText, sHref, sToolTip, oSubMenu);
}
WebFXMenuButton.prototype = new WebFXMenuItem;
WebFXMenuButton.prototype.toString = function () {
return "<a" +
" id='" + this.id + "'" +
" href='" + this.href + "'" +
(this.toolTip ? " title='" + this.toolTip + "'" : "") +
(webfxMenuUseHover ?
(" onmouseover='webFXMenuHandler.overMenuItem(this)'" +
" onmouseout='webFXMenuHandler.outMenuItem(this)'") :
(
" onfocus='webFXMenuHandler.overMenuItem(this)'" +
(this.subMenu ?
" onblur='webFXMenuHandler.blurMenu(this)'" :
""
)
)) +
">" +
this.text +
(this.subMenu ? " <img class='arrow' src='" + webfxMenuImagePath + "arrow.down.png' align='absmiddle'>" : "") +
"</a>";
};


/* Position functions */

function getInnerLeft(el) {
if (el == null) return 0;
if (ieBox && el == document.body || !ieBox && el == document.documentElement) return 0;
return getLeft(el) + getBorderLeft(el);
}

function getLeft(el) {
if (el == null) return 0;
return el.offsetLeft + getInnerLeft(el.offsetParent);
}

function getInnerTop(el) {
if (el == null) return 0;
if (ieBox && el == document.body || !ieBox && el == document.documentElement) return 0;
return getTop(el) + getBorderTop(el);
}

function getTop(el) {
if (el == null) return 0;
return el.offsetTop + getInnerTop(el.offsetParent);
}

function getBorderLeft(el) {
return ie ?
el.clientLeft :
parseInt(window.getComputedStyle(el, null).getPropertyValue("border-left-width"));
}

function getBorderTop(el) {
return ie ?
el.clientTop :
parseInt(window.getComputedStyle(el, null).getPropertyValue("border-top-width"));
}

function opera_getLeft(el) {
if (el == null) return 0;
return el.offsetLeft + opera_getLeft(el.offsetParent);
}

function opera_getTop(el) {
if (el == null) return 0;
return el.offsetTop + opera_getTop(el.offsetParent);
}

function getOuterRect(el) {
return {
left: (opera ? opera_getLeft(el) : getLeft(el)),
top: (opera ? opera_getTop(el) : getTop(el)),
width: el.offsetWidth,
height: el.offsetHeight
};
}

// mozilla bug! scrollbars not included in innerWidth/height
function getDocumentRect(el) {
return {
left: 0,
top: 0,
width: (ie ?
(ieBox ? document.body.clientWidth : document.documentElement.clientWidth) :
window.innerWidth
),
height: (ie ?
(ieBox ? document.body.clientHeight : document.documentElement.clientHeight) :
window.innerHeight
)
};
}

function getScrollPos(el) {
return {
left: (ie ?
(ieBox ? document.body.scrollLeft : document.documentElement.scrollLeft) :
window.pageXOffset
),
top: (ie ?
(ieBox ? document.body.scrollTop : document.documentElement.scrollTop) :
window.pageYOffset
)
};
}

/* end position functions */
WebFXMenu.prototype.position = function (relEl, sDir) {
var dir = sDir;
// find parent item rectangle, piRect
var piRect;
if (!relEl) {
var pi = this.parentMenuItem;
if (!this.parentMenuItem)
return;

relEl = document.getElementById(pi.id);
if (dir == null)
dir = pi instanceof WebFXMenuButton ? "vertical" : "horizontal";

piRect = getOuterRect(relEl);
}
else if (relEl.left != null && relEl.top != null && relEl.width != null && relEl.height != null) { // got a rect
piRect = relEl;
}
else
piRect = getOuterRect(relEl);

var menuEl = document.getElementById(this.id);
var menuRect = getOuterRect(menuEl);
var docRect = getDocumentRect();
var scrollPos = getScrollPos();
var pMenu = this.parentMenu;

if (dir == "vertical") {
if (piRect.left + menuRect.width - scrollPos.left <= docRect.width)
this.left = piRect.left;
else if (docRect.width >= menuRect.width)
this.left = docRect.width + scrollPos.left - menuRect.width;
else
this.left = scrollPos.left;

if (piRect.top + piRect.height + menuRect.height <= docRect.height + scrollPos.top)
this.top = piRect.top + piRect.height;
else if (piRect.top - menuRect.height >= scrollPos.top)
this.top = piRect.top - menuRect.height;
else if (docRect.height >= menuRect.height)
this.top = docRect.height + scrollPos.top - menuRect.height;
else
this.top = scrollPos.top;
}
else {
if (piRect.top + menuRect.height - this.borderTop - this.paddingTop <= docRect.height + scrollPos.top)
this.top = piRect.top - this.borderTop - this.paddingTop;
else if (piRect.top + piRect.height - menuRect.height + this.borderTop + this.paddingTop >= 0)
this.top = piRect.top + piRect.height - menuRect.height + this.borderBottom + this.paddingBottom + this.shadowBottom;
else if (docRect.height >= menuRect.height)
this.top = docRect.height + scrollPos.top - menuRect.height;
else
this.top = scrollPos.top;

var pMenuPaddingLeft = pMenu ? pMenu.paddingLeft : 0;
var pMenuBorderLeft = pMenu ? pMenu.borderLeft : 0;
var pMenuPaddingRight = pMenu ? pMenu.paddingRight : 0;
var pMenuBorderRight = pMenu ? pMenu.borderRight : 0;

if (piRect.left + piRect.width + menuRect.width + pMenuPaddingRight +
pMenuBorderRight - this.borderLeft + this.shadowRight <= docRect.width + scrollPos.left)
this.left = piRect.left + piRect.width + pMenuPaddingRight + pMenuBorderRight - this.borderLeft;
else if (piRect.left - menuRect.width - pMenuPaddingLeft - pMenuBorderLeft + this.borderRight + this.shadowRight >= 0)
this.left = piRect.left - menuRect.width - pMenuPaddingLeft - pMenuBorderLeft + this.borderRight + this.shadowRight;
else if (docRect.width >= menuRect.width)
this.left = docRect.width + scrollPos.left - menuRect.width;
else
this.left = scrollPos.left;
}
};
</script>
<!-- /xmenu_menucode -->
<!-- xmenu entry definitions -->
<script type="text/javascript">
webfxMenuDefaultImagePath = "images/Xmenu/";

// 首頁
var webfxHomeMenu = new WebFXMenu;
webfxHomeMenu.left = 0;
webfxHomeMenu.top = 86;
webfxHomeMenu.width = 76;

webfxHomeMenu.add(new WebFXMenuItem("首頁", "index.php"));


// 新用戶註冊
var webfxGuestMenu = new WebFXMenu;
webfxGuestMenu.left = 50;
webfxGuestMenu.top = 86;
webfxGuestMenu.width = 100;

webfxGuestMenu.add(new WebFXMenuItem("基本發文規則", "showthread.php?t=10222", ""));
webfxGuestMenu.add(new WebFXMenuItem("免費註冊!", "register.php?s=&action=signup", ""));


// 會員功能
var webfxMemberMenu = new WebFXMenu;
webfxMemberMenu.left = 100;
webfxMemberMenu.top = 86;
webfxMemberMenu.width = 100;

webfxMemberMenu.add(new WebFXMenuItem("控制面板", "usercp.php?s=", ""));
webfxMemberMenu.add(new WebFXMenuSeparator());
webfxMemberMenu.add(new WebFXMenuItem("修改個人資料", "member.php?s=&action=editprofile", ""));
webfxMemberMenu.add(new WebFXMenuItem("修改論壇功能", "member.php?s=&action=editoptions", ""));
webfxMemberMenu.add(new WebFXMenuItem("更改密碼", "member.php?s=&action=editpassword", ""));
webfxMemberMenu.add(new WebFXMenuItem("忘了密碼?", "member.php?s=&action=lostpw", ""));
webfxMemberMenu.add(new WebFXMenuItem("好友列表", "member2.php?s=&action=viewlist&userlist=buddy", ""));
webfxMemberMenu.add(new WebFXMenuItem("忽略列表", "member2.php?s=&action=viewlist&userlist=ignore", ""));
var webfxMemberSubPmMenu = new WebFXMenu;
webfxMemberSubPmMenu.width = 90;
webfxMemberMenu.add(new WebFXMenuItem("私人訊息", null, "", webfxMemberSubPmMenu));
webfxMemberSubPmMenu.add(new WebFXMenuItem("私人訊息", "private.php?s=", ""));
webfxMemberSubPmMenu.add(new WebFXMenuSeparator());
webfxMemberSubPmMenu.add(new WebFXMenuItem("發送私人訊息", "private.php?s=&action=newmessage", ""));
webfxMemberSubPmMenu.add(new WebFXMenuItem("選擇好友", "private2.php?s=&action=choosebuddies", ""));
webfxMemberSubPmMenu.add(new WebFXMenuItem("跟蹤列表", "private2.php?s=&daysprune=", ""));
webfxMemberSubPmMenu.add(new WebFXMenuItem("整理文件夾", "private.php?s=&action=editfolders", ""));

// 搜尋文章
var webfxSearchMenu = new WebFXMenu;
webfxSearchMenu.left = 150;
webfxSearchMenu.top = 86;
webfxSearchMenu.width = 76;

webfxSearchMenu.add(new WebFXMenuItem("搜尋文章", "search.php?s=", ""));

// 新文章搜尋
var webfxNewpostMenu = new WebFXMenu;
webfxNewpostMenu.left = 200;
webfxNewpostMenu.top = 86;
webfxNewpostMenu.width = 150;

var webfxNewpostSubAgeMenu = new WebFXMenu;
webfxNewpostSubAgeMenu.width = 150;
webfxNewpostMenu.add(new WebFXMenuItem("列出最新發表的文章", "search.php?action=getnew", ""));
webfxNewpostMenu.add(new WebFXMenuItem("列出今日所有的文章", "search.php?action=getdaily", ""));

// 論壇信息
var webfxInfoMenu = new WebFXMenu;
webfxInfoMenu.left = 250;
webfxInfoMenu.top = 86;
webfxInfoMenu.width = 80;

var webfxInfoSubMemberMenu = new WebFXMenu;
webfxInfoSubMemberMenu.width = 120;
webfxInfoMenu.add(new WebFXMenuItem("會員列表", null, "", webfxInfoSubMemberMenu));

webfxInfoSubMemberMenu.add(new WebFXMenuItem("會員列表", "memberlist.php?s=", ""));
webfxInfoSubMemberMenu.add(new WebFXMenuSeparator());
webfxInfoSubMemberMenu.add(new WebFXMenuItem("進階搜索", "memberlist.php?s=&action=search", ""));
webfxInfoSubMemberMenu.add(new WebFXMenuItem("發文章前 30 位成員", "memberlist.php?s=&what=topposters&perpage=30", ""));
webfxInfoSubMemberMenu.add(new WebFXMenuItem("按字母順序排列", "memberlist.php?s=", ""));
webfxInfoSubMemberMenu.add(new WebFXMenuItem("按註冊日期排列", "memberlist.php?s=&what=datejoined", ""));

// 管理控制
var webfxManagerMenu = new WebFXMenu;
webfxManagerMenu.left = 300;
webfxManagerMenu.top = 86;
webfxManagerMenu.width = 100;

webfxManagerMenu.add(new WebFXMenuItem("版主控制面板", "mod/index.php"));
webfxManagerMenu.add(new WebFXMenuItem("管理員控制面板", "admin/index.php"));


// 登出論壇
var webfxLogoutMenu = new WebFXMenu;
webfxLogoutMenu.left = 350;
webfxLogoutMenu.top = 86;
webfxLogoutMenu.width = 76;

webfxLogoutMenu.add(new WebFXMenuItem("登出論壇!", "member.php?s=&action=logout", ""));


// 導航條按鈕
var webfxMenuBar = new WebFXMenuBar;
webfxMenuBar.add(new WebFXMenuButton("首頁",null, "回到首頁", webfxHomeMenu));
webfxMenuBar.add(new WebFXMenuButton("新會員註冊", null, "註冊成為我們的會員就可以發表文章了", webfxGuestMenu));
webfxMenuBar.add(new WebFXMenuButton("搜尋文章", null, "論壇的搜尋引擎", webfxSearchMenu));
webfxMenuBar.add(new WebFXMenuButton("最新發表文章", null, "列出最新發表的文章", webfxNewpostMenu));
webfxMenuBar.add(new WebFXMenuButton("會員列表", null, "論壇的各種相關信息和統計數據", webfxInfoMenu));
webfxMenuBar.add(new WebFXMenuButton("會員功能", null, "會員可以變更個人資料與設定論壇選項", webfxMemberMenu));
webfxMenuBar.add(new WebFXMenuButton("登出系統", null, "登出系統可以清除掉 Cookie , 若你在外面上 PCZONE , 離開前請登出!", webfxLogoutMenu));

// 導航條定義結束

webfxMenuDefaultImagePath = "images/Xmenu/";
</script>
<!-- /xmenu entry definitions -->

<!-- actual xmenu display -->
<script type="text/javascript">
var ua = navigator.userAgent;
var opera = /opera [56789]|opera\/[56789]/i.test(ua);
var ie = !opera && /msie [56789]/i.test(ua);
var moz = !opera && /mozilla\/[56789]/i.test(ua);
if (ie || moz || opera) {
if (ie)
simplifyCSSExpression();
webfxMenuImagePath = "images/Xmenu/"; //points to your styles imagesfolder
document.write(webfxMenuBar);
}
</script>
<!-- actual xmenu display -->

<SCRIPT language="JavaScript" SRC="http://home.pchome.com.tw/net/twadsl/ad.js"></SCRIPT>
<table border="1" width="100%" cellpadding="2" cellspacing="0" bgcolor="#94AAD6" bordercolor="#111111" style="border-collapse: collapse">
<tr>
<td valign="top" align="left" background="images/menu_background.gif" colspan="2">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="20%" align="left"><a href="index.php?s="><img src="images/logo.jpg" border="0" alt="PCZONE 討 論 區"></a></td>
<td width="80%" align="right">
<iframe src="http://ad.seeder.net/cgi-bin/adcycle/adcycle.cgi?group=1&media=1&id=1&delivery=iframe" height=60 width=468 border=0 marginheight=0 scrolling=no marginwidth=0 frameborder=no>
<a href="http://ad.seeder.net/cgi-bin/adcycle/adclick.cgi?manager=adcycle.com&id=1" target="_top"><img src="http://ad.seeder.net/cgi-bin/adcycle/adcycle.cgi?group=1&media=1&id=1" width=468 height=60 border=0 ALT="Click to Visit"></a></iframe>
<!--
<a href="http://www.868.com.tw"><img border="0" src="/images/468.gif" align="absbottom"></a>
-->
</td>
</tr>
</table>
</td>
</tr>
<center>
<tr>

<td align="left" background="images/menu_background.gif" bgcolor="#E7F1FE" width="50%">
<p align="center">
<font class="sf">
<a href="showthread.php?t=10222">新手發言先看這裡 !!</a> |&nbsp;
<img src="/images/healthy.gif" align="absmiddle">→ <a href="http://www.pczone.com.tw/showthread.php?t=77498">日本調查確認電磁波對健康有影響</a></font></td>
<td align="left" background="images/menu_background.gif" bgcolor="#C8D6FF" width="50%">
<p align="left">
<form action="search.php" method="post">
<input type="hidden" name="booleanand" value="yes">
<input type="hidden" name="action" value="simplesearch">
<input type="hidden" name="searchdate" value="-1">
<input type="hidden" name="searchin" value="subject">
<input type="hidden" name="forumchoice" value="- 1">
<input type="hidden" name="s" value="">
<input onFocus="this.value='';" type="text" name="query" value="快速搜尋文章" size="12" maxlength="100">
<input type="hidden" name="action" value="simplesearch"><input type="image" src="images/go.gif" name="Submit" border="0" align="absmiddle">&nbsp;&nbsp;<a href="/mall/ttn/ttn.html"><font color="red" class="sf">固定制 ADSL 架站 盡在TTN台灣電訊</font></a></td>
</form>
</tr>
<tr bgcolor="FFFFFF">
<td valign="top" align="left" background="images/menu_background.gif" colspan="2">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td>
<a href="http://adslonline.seed.net.tw/index.asp?DealerCode=ADSLTC01">
<img border="0" src="http://www.pczone.com.tw/images/ad.gif" align="absmiddle" width="190" height="19"></a><iframe marginwidth=0 marginheight=0 src="http://www.pchome.com.tw/realtimenews/online_news.html" frameborder=0 width=378 scrolling=no height=20 name="ticker" align="middle"></iframe>
<a href="http://cw3.so-net.net.tw/ad/redirect.html?PID=BN220002" title="固定IP 399元 免費體驗90天的So-net ADSL" target="_top"><font class="sf">
<img src="http://home.pchome.com.tw/net/twadsl/190_19.gif" align="absmiddle" border="0" width="190" height="19"></font></a>
</td>
</tr>
</table>
</td>
</tr>
<tr><td align="center" id="pmBox" colspan="2">
<form name="jumpy">
<p align="left">
<font class="sf">
<select name="example" size="0" onChange="gone()">
<option value="">★快速瀏覽精選文章★ 08 月 19 日 21:57 分更新</option>
<option value="/showthread.php?threadid=70014">[閒聊] 你們是被拒絕了幾次才交到女朋友呢? </option>
<option value="/showthread.php?threadid=75160">[週邊] 電視卡比較好還是電視盒??</option>
<option value="/showthread.php?threadid=73246">[投票] 八月份讀書會書單票選</option>
<option value="/showthread.php?threadid=47818">[軟體] Norton Ghost 跟 Pro-Magic哪套好用??</option>
<option value="/showthread.php?threadid=70157">[架站] AppServ1.6.0 +Serv-U 快速架站</option>
<option value="/showthread.php?threadid=65944">[閒聊] 男人應該要有車嗎?!</option>
<option value="/showthread.php?threadid=64287">[經驗] 大家買電腦硬體時 有沒有跟老闆殺價?</option>
<option value="/showthread.php?threadid=37475">[教學] GHOST 全自動還原安裝 </option>
<option value="/showthread.php?threadid=60591">[教學] MOV 影片轉 MPEG 檔入門說明</option>
<option value="/showthread.php?threadid=58155">[教學] DVD 轉 VCD (含字幕,簡單,省時,品質好)的方法</option>
<option value="/showthread.php?threadid=57602">[教學] 數位相機自拍大頭照</option>
<option value="/showthread.php?threadid=54147">[經驗] 請問大家把電腦一直開著不關機的理由?? </option>
<option value="/showthread.php?threadid=26640">[技巧] 如何讓Windows XP啟動後 自動連線上網??</option>
<option value="/showthread.php?threadid=33586">[軟體] 可轉 RM,ASF,AVI to MPG 的軟體 EO Video</option>
<option value="/showthread.php?threadid=48903">[軟體] 完整保存及收集網頁的劊子手_電子圖書館 eLib</option>
<option value="/showthread.php?threadid=48005">[經驗] 你的音響或 DVD Player 拒讀燒錄片?</option>
<option value="/showthread.php?threadid=49896">[硬體] 如何才能知道 DVD-ROM 區碼是否被破ㄌㄋ? </option>
<option value="/showthread.php?threadid=24360">[經驗] 各為心中最好ㄉ燒機是那牌ㄉㄋ</option>
<option value="/showthread.php?threadid=20085">[佳作] 情人節獻禮_150個浪漫告白</option>
<option value="/showthread.php?threadid=42731">[經驗] 大家買空白光碟片時,會ㄠ桶子嗎?</option>
<option value="/showthread.php?threadid=40364">[常識] 買東西,為何不說買南北?</option>
<option value="/showthread.php?threadid=39446">[新聞] 沈迷網咖 高中生出現精神分裂症</option>
<option value="/showthread.php?threadid=19812">[經驗] 電腦賣場"工程師"的技術如何??</option>
<option value="/showthread.php?threadid=39679">[經驗] 如何得知女生喜歡一個人?</option>
<option value="/showthread.php?threadid=37072">[經驗] 該怎麼約她出來??</option>
<option value="/showthread.php?threadid=4046">[經驗] 搶救害羞男約會超密技</option>
<option value="/showthread.php?threadid=38253">[熱門] 你們覺得美女沒人追的理由是?? </option>
<option value="/showthread.php?threadid=37078">[經驗] LCD螢幕選購須注意啥? </option>
<option value="/showthread.php?threadid=30816">[經驗] 直接使用WinXP內的自動更新沒關係嗎? </option>
<option value="/showthread.php?threadid=12153">[熱門] 大家都用什麼牌的網路卡??</option>
<option value="/showthread.php?threadid=16508">[分享] 看看大家的電腦桌面(Desktop)</option>
<option value="/showthread.php?threadid=34686">[投票] 電腦是否有影響到您的正常生活?</option>
<option value="/showthread.php?threadid=4490">[教學] 漫談常用燒錄軟體及工具</option>
<option value="/showthread.php?threadid=29103">[技巧] 在Acrobat reader下使用Dr.eye譯典通做即時翻譯</option>
<option value="/showthread.php?threadid=29858">[說明] 網路佈線的 5-4-3 原則為何??</option>
<option value="/showthread.php?threadid=34468">[技術] IP 分享器如何與 PCAnyWhere 作遠端遙控??</option>
<option value="/showthread.php?threadid=9677">[網站] FreeBSD 中文的技術網站彙整</option>
<option value="/showthread.php?threadid=32632">[教學] Windows XP 各種版本說明</option>
<option value="/showthread.php?threadid=32700">[教學] vBulletin Board 2.x.x 完整安裝攻略</option>
<option value="/showthread.php?threadid=30862">[笑話] 台灣的未來 - 非關政治</option>
<option value="/showthread.php?threadid=29936">[經驗] 電腦開整天 一個月要多少電費?</option>
<option value="/showthread.php?threadid=30383">[技巧] 修改 Windows XP 的登入畫面</option>
<option value="/showthread.php?threadid=30118">[投票] WinXP 跟Win2000 哪一個比較穩??</option>
<option value="/showthread.php?threadid=24897">[技巧] 解決 IE 首頁被惡質網站(如:東方美女)亂搞</option>
<option value="/showthread.php?threadid=1390">[網站] 網上搜尋圖片免煩惱..更新</option>
<option value="/showthread.php?threadid=29478">[技巧] Windows XP 網芳分享的資料要怎麼設密碼??</option>
<option value="/showthread.php?threadid=28687">[教學] 善用 GOOGLE 搜尋網站_從入門到精通 </option>
<option value="/showthread.php?threadid=5783">[技巧] WINDOWS 出現藍色畫面之錯誤代碼說明一覽表</option>
<option value="/showthread.php?threadid=28421">[技巧] 燒錄 ISO 檔的方式</option>
<option value="/showthread.php?threadid=3112">[經驗] 硬碟、光碟機與燒錄機的接法</option>
<option value="/showthread.php?threadid=16032">[技巧] 如何讓家中數台電腦共用一台印表機</option>
<option value="/showthread.php?threadid=28248">[技巧] 如何分辨記憶體</option>
<option value="/showthread.php?threadid=28244">[網站] Windows XP 台灣微軟官方 FAQ</option>
<option value="/showthread.php?threadid=27984">[技巧] 在 XP 中移除 MSN Messenger </option>
<option value="/showthread.php?threadid=27707">[佳作] 五百年修練 </option>
<option value="/showthread.php?threadid=26405">[熱門] ICS 和 NAT 有那些差異??</option>
<option value="/showthread.php?threadid=27226">[經驗] 上班族存錢真的這麼難??</option>
<option value="/showthread.php?threadid=27064">[技巧] 讓Outlook Express開的時候不執行MSN</option>
<option value="/showthread.php?threadid=14818">[投票] 大家心目中WINXP的理想價位!?</option>
<option value="/showthread.php?threadid=26391">[技巧] 新版千元鈔票檢視法</option>
<option value="/showthread.php?threadid=22822">[教學] Internet 常用 Protocol 概述</option>
<option value="/showthread.php?threadid=23529">[技巧] 瀏覽網頁的快速鍵</option>
<option value="/showthread.php?threadid=22428">[教學] 副檔名一覽表</option>
</select>
</font>
<script language="javascript">
<!--
function gone()
{
location=document.jumpy.example.options[document.jumpy.example.selectedIndex].value
}
//-->
</script>

<input type="button" name="test" value="GO"
onClick="gone()" >&nbsp;&nbsp;<iframe marginwidth=0 marginheight=0 src="/index_news.html" frameborder=0 width=370 scrolling=no height=15 name="ticker" align="middle"></iframe></p>
</td>
</tr></form>
</table>
<br>
<script language="JavaScript">
<!-- Begin
pmBox.bgColor='#BEBEBE';
setInterval("Timer()", 500);
x=1;
function Timer() {
set=1;
if(x==0 && set==1) {
pmBox.bgColor='#E7EBEE';
x=1;
set=0;
}
if(x==1 && set==1) {
pmBox.bgColor='#E7EBEE';
x=0;
set=0;
}
}
// End -->
</script>

<table cellpadding="2" cellspacing="0" border="0" width="98%" align="center">
<tr>
<td valign="top"><img src="images/vb_bullet.gif" border="0" align="middle" alt="PCZONE 討 論 區">
<font class="nf"><b><a href="index.php?s=">PCZONE 討 論 區</a> &gt; <a href="forumdisplay.php?s=&forumid=57">▲ -- 電 腦 軟 體 討 論 區</a> &gt; □ -- 網 路 軟 體 討 論 一 版 (Browser,Email)</b></font>
<font class="sf"><br><br>[ 正在觀看此討論版的朋友: <a href="member.php?s=&action=getinfo&userid=31690">lih0309</a> ]</font></td>
<td valign="bottom" align="right"><font class="sf"><a href="newthread.php?s=&action=newthread&forumid=6"><img src="images/newtopic.gif" border="0" alt="發表新主題"></a><br>
<nobr><a href="member2.php?s=&action=addsubscription&forumid=6">訂閱此論壇</a><br>
<a href="forumdisplay.php?s=&action=markread&forumid=6">標記此論壇為已讀</a></nobr>&nbsp;</font></td>
</tr>
</table>

<br>



<script language="Javascript">
function who(threadid) { window.open("misc.php?s=&action=whoposted&threadid="+threadid, "whoposted", "toolbar=no,scrollbars=yes,resizable=yes,width=230,height=300"); }
</script>
<!-- topic table -->
<form action="forumdisplay.php" method="get">
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#00003F" width="98%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr bgcolor="#1875BD" id="cat" align="center">
<td bgcolor="#1875BD" align="center" nowrap colspan="3"><font class="sf">
<input type="hidden" name="s" value="">
<input type="hidden" name="forumid" value="6">
<input type="hidden" name="pagenumber" value="1">
<a href="forumdisplay.php?s=&forumid=6&daysprune=1000&pagenumber=1&perpage=20&sortorder=asc&sortfield=title"><font color="#FFFFFF"><b>主題</b></font></a> </td>
<td bgcolor="#1875BD" nowrap><font class="sf"><a href="forumdisplay.php?s=&forumid=6&daysprune=1000&pagenumber=1&perpage=20&sortorder=asc&sortfield=postusername"><font color="#FFFFFF"><b>作者</b></font></a> </font></td>
<td bgcolor="#1875BD" nowrap><font class="sf"><a href="forumdisplay.php?s=&forumid=6&daysprune=1000&pagenumber=1&perpage=20&sortorder=desc&sortfield=replycount"><font color="#FFFFFF"><b>回覆數</b></font></a> </font></td>
<td bgcolor="#1875BD" nowrap><font class="sf"><a href="forumdisplay.php?s=&forumid=6&daysprune=1000&pagenumber=1&perpage=20&sortorder=desc&sortfield=views"><font color="#FFFFFF"><b>瀏覽數</b></font></a> </font></td>
<td bgcolor="#1875BD" align="center" nowrap><font class="sf"><a href="forumdisplay.php?s=&forumid=6&daysprune=1000&pagenumber=1&perpage=20&sortorder=desc&sortfield=voteavg"><font color="#FFFFFF"><b>評分</b></font></a> </font></td>

<td bgcolor="#1875BD" nowrap><font class="sf"><a href="forumdisplay.php?s=&forumid=6&daysprune=1000&pagenumber=1&perpage=20&sortorder=desc&sortfield=lastpost"><font color="#FFFFFF"><b>最後發表</b></font></a> <a href="forumdisplay.php?s=&forumid=6&daysprune=1000&pagenumber=1&perpage=20&sortorder=asc&sortfield=lastpost"><img src="images/sortasc.gif" border="0" alt="反向類別排序" align="absmiddle"></a></font></td>
</tr>
<tr align="center">
<td bgcolor="#E7E7E7"><img src="images/announce.gif" border="0" alt="公告"></td>
<td bgcolor="#D2D2D2"><font class="sf">&nbsp;</font></td>
<td bgcolor="#E7E7E7" align="left"><font class="nf"><b>公告: <a href="announcement.php?s=&forumid=6">[公告] 發問前, 請多利用精華區 & 搜尋文章</a></b></font></td>
<td bgcolor="#D2D2D2" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=1" target="_blank">阿 土</a></font> <font class="sf"><br>(- PCZONE 工友 -)</font></td>
<td bgcolor="#E7E7E7"><font class="nf">-</font></td>
<td bgcolor="#D2D2D2"><font class="nf">-</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt=" 票 - 平均 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr align="right">
<td nowrap><font class="sf"><a href="announcement.php?s=&forumid=6">04-08-2002</a></font></td>
<td nowrap>&nbsp;<a href="announcement.php?s=&forumid=6"><img src="images/lastpost.gif" border="0" alt="閱讀此公告"></a></td>
</tr></table></td>
</tr>

<tr align="center">
<td bgcolor="#E7E7E7"><img src="images/hotfolder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> 最上層: <a href="showthread.php?s=&threadid=69406" target="pczone1">【軟體】龍之旅 V1.603 - 繁體字/簡體字網頁快速切換 </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=1">阿 土</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(69406)">14</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">907</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-08-2002<br>
<font color="#1875BD">11:17 AM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=69406"><b>falljay</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=69406"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/hotfolder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> 最上層: <a href="showthread.php?s=&threadid=18966" target="pczone1">IE5.5sp2 繁體中文版出來了,聽說比IE6還穩定? </a></font> <font class="sf"> ( <img src="images/multipage.gif" border="0" alt=""> <a href="showthread.php?s=&threadid=18966&pagenumber=1">1</a> <a href="showthread.php?s=&threadid=18966&pagenumber=2">2</a> <a href="showthread.php?s=&threadid=18966&pagenumber=3">3</a> <a href="showthread.php?s=&threadid=18966&pagenumber=4">4</a> <a href="showthread.php?s=&threadid=18966&pagenumber=5">5</a> )</font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=10897">simonpanda</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(18966)">81</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">13853</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-05-2002<br>
<font color="#1875BD">02:50 AM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=18966"><b>ed3986</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=18966"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/hotfolder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> 最上層: <a href="showthread.php?s=&threadid=31217" target="pczone1">[推薦]一個可設置多個proxy伺服器瀏覽器,突破網路的限制暢遊Internet </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=16928">a8300</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(31217)">10</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">7858</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">07-26-2002<br>
<font color="#1875BD">10:40 AM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=31217"><b>天地有情</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=31217"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/hotfolder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <img src="images/paperclip.gif" alt="3 Attachment(s)" border="0" align="absmiddle">最上層: <a href="showthread.php?s=&threadid=25692" target="pczone1">[軟體] 解決 IE 首頁被鎖或標題列被更改 </a></font> <font class="sf"> ( <img src="images/multipage.gif" border="0" alt=""> <a href="showthread.php?s=&threadid=25692&pagenumber=1">1</a> <a href="showthread.php?s=&threadid=25692&pagenumber=2">2</a> )</font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=12481">howtouse</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(25692)">31</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">4857</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">07-01-2002<br>
<font color="#1875BD">10:13 AM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=25692"><b>yken2002</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=25692"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/folder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=78440" target="pczone1">【求助】ie的一個問題?? </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=5567">boyye</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(78440)">0</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">10</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-31-2002<br>
<font color="#1875BD">01:01 AM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=78440"><b>boyye</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=78440"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/hotfolder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=75661" target="pczone1">【求助】Iexplorer的錯誤問題 </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=32657">vincentabc</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(75661)">8</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">215</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-30-2002<br>
<font color="#1875BD">02:07 AM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=75661"><b>JIWEI168</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=75661"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/hotfolder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=78212" target="pczone1">【求助】奇怪的mail? </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=33679">viewsonic</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(78212)">3</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">354</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-29-2002<br>
<font color="#1875BD">09:30 PM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=78212"><b>viewsonic</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=78212"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/hotfolder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=45019" target="pczone1">outlook express匯入匯出的問題 </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=16512">roy428</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(45019)">12</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">458</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-29-2002<br>
<font color="#1875BD">08:42 PM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=45019"><b>r5907279</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=45019"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/hotfolder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2"><img src="images/poll.gif" alt="Poll" border="0"></td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> 投票: <a href="showthread.php?s=&threadid=47039" target="pczone1">你現在正使用的瀏覽器 </a></font> <font class="sf"> ( <img src="images/multipage.gif" border="0" alt=""> <a href="showthread.php?s=&threadid=47039&pagenumber=1">1</a> <a href="showthread.php?s=&threadid=47039&pagenumber=2">2</a> <a href="showthread.php?s=&threadid=47039&pagenumber=3">3</a> <a href="showthread.php?s=&threadid=47039&pagenumber=4">4</a> <a href="showthread.php?s=&threadid=47039&pagenumber=5">5</a> ... <a href="showthread.php?s=&threadid=47039&goto=lastpost">最後頁</a> )</font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=18063">jmi</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(47039)">121</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">7957</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-29-2002<br>
<font color="#1875BD">07:24 PM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=47039"><b>856</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=47039"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/hotfolder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=77257" target="pczone1">【軟體】GoSurf 方便又好用的瀏覽器.... </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=3348">france</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(77257)">12</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">258</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-29-2002<br>
<font color="#1875BD">06:55 PM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=77257"><b>ysc900cd</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=77257"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/folder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=78227" target="pczone1">【求助】退回的信件內容變成亂碼,有辦法還原嗎? </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=5667">airship</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(78227)">2</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">19</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-29-2002<br>
<font color="#1875BD">05:21 PM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=78227"><b>airship</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=78227"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/hotfolder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=75498" target="pczone1">還有繼續在用免費yahoo mail的用戶嗎?? </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=10897">simonpanda</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(75498)">14</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">313</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-29-2002<br>
<font color="#1875BD">04:55 PM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=75498"><b>simonpanda</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=75498"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/folder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=78195" target="pczone1">如何關掉框架內的跳出式廣告?? </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=2690">Titanhu</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(78195)">0</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">23</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-29-2002<br>
<font color="#1875BD">12:27 PM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=78195"><b>Titanhu</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=78195"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/folder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=75577" target="pczone1">about incredimail 亂碼的問題 </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=5419">afu</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(75577)">1</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">45</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-29-2002<br>
<font color="#1875BD">12:19 PM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=75577"><b>856</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=75577"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/folder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=76471" target="pczone1">【軟體】有沒有人用過TouchNet Browser? </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=6551">ysu</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(76471)">1</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">49</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-29-2002<br>
<font color="#1875BD">12:15 PM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=76471"><b>856</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=76471"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/folder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=78162" target="pczone1">Mozilla 1.1 正式推出了 </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=3406">joe.oo</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(78162)">0</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">39</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-29-2002<br>
<font color="#1875BD">06:20 AM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=78162"><b>joe.oo</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=78162"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/folder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=78147" target="pczone1">ie視窗問題 </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=2498">聰明的豬</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(78147)">0</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">18</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-29-2002<br>
<font color="#1875BD">03:37 AM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=78147"><b>聰明的豬</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=78147"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/hotfolder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=77701" target="pczone1">改ie右上角的logo </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=14199">vvcvc</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(77701)">6</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">164</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-29-2002<br>
<font color="#1875BD">12:05 AM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=77701"><b>琥珀</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=77701"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/hotfolder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=77619" target="pczone1">【教學】MyIE的一些小技巧! </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=14451">nulsonlin</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(77619)">6</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">188</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-28-2002<br>
<font color="#1875BD">03:58 PM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=77619"><b>Howard</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=77619"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/folder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=77965" target="pczone1">【求助】HINET遊戲網要如何開車車ㄋ?? </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=24387">simongood</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(77965)">1</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">29</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-28-2002<br>
<font color="#1875BD">03:47 PM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=77965"><b>Howard</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=77965"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/folder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=77957" target="pczone1">【求助】貼圖的問題 </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=338">amd12345</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(77957)">0</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">19</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-28-2002<br>
<font color="#1875BD">12:01 AM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=77957"><b>amd12345</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=77957"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/folder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=77781" target="pczone1">【求助】信刪不掉,怎麼辦? </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=31113">Maggie123</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(77781)">1</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">45</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-26-2002<br>
<font color="#1875BD">11:30 PM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=77781"><b>琥珀</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=77781"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/folder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <img src="images/paperclip.gif" alt="1 Attachment(s)" border="0" align="absmiddle"><a href="showthread.php?s=&threadid=77684" target="pczone1">這個檔案應該要什麼軟體開勒? </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=22085">dianthusbam</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(77684)">2</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">79</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-26-2002<br>
<font color="#1875BD">10:19 PM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=77684"><b>dianthusbam</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=77684"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr><tr align="center">
<td bgcolor="#E7E7E7"><img src="images/folder.gif" border="0" alt=""></td>
<td bgcolor="#D2D2D2">&nbsp;</td>
<td bgcolor="#E7E7E7" align="left" width="70%"><font class="nf"> <a href="showthread.php?s=&threadid=77654" target="pczone1">【求助】信有圖片的都無法順利收 </a></font> <font class="sf"></font></td>
<td bgcolor="#D2D2D2" width="30%" nowrap><font class="nf"><a href="member.php?s=&action=getinfo&userid=8916">cjkung</a></font></td>
<td bgcolor="#E7E7E7"><font class="nf"><a href="javascript:who(77654)">2</a></font></td>
<td bgcolor="#D2D2D2"><font class="nf">44</font></td>
<td bgcolor="#E7E7E7" align="center"><img src="images/clear.gif" border="0" alt="0 票 - 平均 0 分"></td>
<td bgcolor="#D2D2D2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><font class="sf">08-26-2002<br>
<font color="#1875BD">05:34 PM</font><br>
由 <a href="member.php?action=getinfo&find=lastposter&threadid=77654"><b>cjkung</b></a> 發表</a></font></td>
<td nowrap>&nbsp;<a href="showthread.php?s=&goto=lastpost&threadid=77654"><img src="images/lastpost.gif" border="0" alt="跳到最新發表的文章"></a></td>
</tr></table>
</td>
</tr>
<tr id="cat">
<td bgcolor="#1875BD" width="100%" colspan="8" align="center"><font class="sf" color="#FFFFFF">
<nobr>
顯示第 1 至 20 筆的主題, 共 1224 筆, 排序依照
<select name="sortfield">
<option value="title" >主題名稱</option>
<option value="lastpost" selected>最後回覆文章時間</option>
<option value="replycount" >回覆數</option>
<option value="views" >瀏覽數</option>
<option value="postusername" >主題作者</option>
<option value="voteavg" >評分</option>
</select>
</nobr><nobr>

<select name="sortorder">
<option value="asc" >升序</option>
<option value="desc" selected>降序</option>
</select>
順序排列, 自
<select name="daysprune">
<option value="1" >前 1 天</option>
<option value="2" >前 2 天</option>
<option value="5" >前 5 天</option>
<option value="10" >前 10 天</option>
<option value="20" >前 20 天</option>
<option value="30" >前 30 天</option>
<option value="45" >前 45 天</option>

<option value="60" >前 60 天</option>
<option value="75" >前 75 天</option>
<option value="100" >前 100 天</option>
<option value="365" >前一年</option>
<option value="1000" selected>所有文章</option>
</select> 以來的主題 <!-- go button -->
<input type="image" src="images/go.gif" border="0"
align="absbottom">
</nobr>
</font></td>
</tr>
</table>
</td></tr></table>
</form>

<table cellpadding="2" cellspacing="0" border="0" width="98%" align="center">
<tr valign="top">
<td><font class="sf"><a href="newthread.php?s=&action=newthread&forumid=6"><img src="images/newtopic.gif" border="0" alt="發表新主題"></a><br>
<nobr><a href="member2.php?s=&action=addsubscription&forumid=6">訂閱此論壇</a><br>
<a href="forumdisplay.php?s=&action=markread&forumid=6">標記此論壇為已讀</a></nobr></font></td>
<td align="right"><font class="sf">總頁數 (62): <b> [1] <a href="forumdisplay.php?s=&forumid=6&daysprune=1000&sortorder=&sortfield=lastpost&perpage=20&pagenumber=2">2</a> <a href="forumdisplay.php?s=&forumid=6&daysprune=1000&sortorder=&sortfield=lastpost&perpage=20&pagenumber=3">3</a> <a href="forumdisplay.php?s=&forumid=6&daysprune=1000&sortorder=&sortfield=lastpost&perpage=20&pagenumber=4">4</a> <a href="forumdisplay.php?s=&forumid=6&daysprune=1000&sortorder=&sortfield=lastpost&perpage=20&pagenumber=5">5</a> <a href="forumdisplay.php?s=&forumid=6&daysprune=1000&sortorder=&sortfield=lastpost&perpage=20&pagenumber=2" title="下一頁">&raquo;</a> ... <a href="forumdisplay.php?s=&forumid=6&daysprune=1000&sortorder=&sortfield=lastpost&perpage=20&pagenumber=62" title="最後頁">最後頁 &raquo;</a> </b></font></td>
</tr>
</table>

<br>

<!--/快速發表文章開始 -->
<table border="0" width="100%" align="center">
<tr><td>
<script language="javascript">
<!--
var postmaxchars = 10000;
function validate(theform) {
if (theform.message.value=="") {
alert("請完成訊息內容.");
return false; }
if (postmaxchars != 0) {
if (theform.message.value.length > 10000) {
alert("你輸入的訊息太長了.\n\n縮短你的訊息X?100000 字元之內.\n現在的長度是 "+theform.message.value.length+" 字元.");
return false; }
else { return true; }
} else { return true; }
}
function checklength(theform) {
if (postmaxchars != 0) { message = "\n所允許的最大長度為 10000 字元."; }
else { message = ""; }
alert("你的訊息長度為 "+theform.message.value.length+" 字元."+message);
}
//-->
</script>
<script language="JavaScript">
<!--
function DoTitle(addTitle) {
var revisedTitle;
var currentTitle = document.vbform.subject.value;
revisedTitle = currentTitle+addTitle;
document.vbform.subject.value=revisedTitle;
document.vbform.subject.focus();
return;
}
//-->
</script>
<form enctype="multipart/form-data" action="newthread.php" method="POST" name="vbform" onSubmit="return validate(this)">
<input type="hidden" name="s" value="">
<input type="hidden" name="forumid" value="6">
<input type="hidden" name="action" value="postthread">
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#00003F" width="98%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%"><tr><td bgcolor="#1875BD" nowrap colspan="2"><font class="nf" color="#FFFFFF"><b>快速發表新主題</b></font></td></tr>
<tr bgcolor="#D2D2D2">
<td bgcolor="#D2D2D2"><font class="nf">文 章 標 題:</font></td><td bgcolor="#E7E7E7"><select name="font" onChange="DoTitle(this.options[this.selectedIndex].value)" class="bginput">
<option value="" selected >選擇發言類別</option>
<option value="【轉貼】">【轉貼】</option>
<option value="【求助】">【求助】</option>
<option value="【閒聊】">【閒聊】</option>
<option value="【抱怨】">【抱怨】</option>
<option value="【新聞】">【新聞】</option>
<option value="【投票】">【投票】</option>
<option value="【教學】">【教學】</option>
<option value="【軟體】">【軟體】</option>
<option value="【硬體】">【硬體】</option>
<option value="【佳作】">【佳作】</option>
<option value="【笑話】">【笑話】</option>
<option value="【圖片】">【圖片】</option>
<option value="【影片】">【影片】</option>
<option value="【網站】">【網站】</option>
<option value="【警告】">【警告】</option>
</select> <input type="text" class="bginput" name="subject" value="" size="40" maxlength="50" tabindex="1"></td>
</tr>
<tr>
<td bgcolor="#D2D2D2" valign="top" nowrap>
<font class="nf">選項:</font><br>
<input type="checkbox" name="parseurl" value="yes" checked><font class="nf"> 自動加入超連結於網址</font><br><input type="checkbox" name="email" value="yes" > <font class="nf">郵件回覆通知</font> <br><input type="checkbox" name="signature" value="yes" checked> <font class="nf">顯示個人簽名</font><br><input type="checkbox" name="sendtoforum" value="yes" > <font class="nf">發文後返回論壇</font></td>
<td bgcolor="#E7E7E7">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td><textarea name="message" rows="5" cols="90" wrap="virtual" tabindex="2" class="bginput"></textarea><br>
<input type="submit" class="bginput" name="submit" value="發表新主題" accesskey="s" tabindex="3">
<input type="submit" class="bginput" name="preview" value="文章預覽" accesskey="p" tabindex="4">
<INPUT name=Reset class="bginput" type=reset value=清除內容>
</td>
</tr></table></td></tr></table></td></tr></table>
</form></td></tr></table>
<!--/快速發表文章結束 -->
<!-- /topic table -->


<!-- forum jump and timezone -->
<table cellpadding="2" cellspacing="0" border="0" width="98%" align="center">
<tr valign="bottom">
<td><table cellpadding="0" cellspacing="0" border="0">
<form action="forumdisplay.php" method="get"><tr><td>
<font class="sf">
<input type="hidden" name="s" value="">
<input type="hidden" name="daysprune" value="1000">
<b>轉換到其他討論版:</b><br>
<select name="forumid"
onchange="window.location=('forumdisplay.php?s=&daysprune=1000&forumid='+this.options[this.selectedIndex].value)">
<option value="-1" >請選擇:</option>
<option value="-1">--------------------</option>
<option value="pm" >悄悄話</option>
<option value="cp" >使用者功能設定</option>
<option value="wol" >線上人數列表</option>
<option value="search" >搜尋文章</option>
<option value="home" >首頁</option>
<option value="-1">--------------------</option>
<option value="60" > ▲ -- ADSL & CABLE 寬 頻 網 路 相 關 討 論 區</option><option value="24" >-- □ -- ADSL 使 用 心 得 交 流 討 論 版</option><option value="17" >---- ■ -- ADSL 寬 頻 網 路 使 用 文 章 精 華 版</option><option value="52" >---- ☉ -- 寬 頻 使 用 【費率】+【測 速】+【抱 怨】版</option><option value="65" >---- ☉ -- 固 網 綜 合 討 論 版</option><option value="44" >-- □ -- Cable Modem 使 用 心 得 交 流 討 論 版</option><option value="76" >-- □ -- 無 線 網 路 軟 / 硬 體 討 論 版 ( Wireless )</option><option value="25" >-- □ -- 網 路 硬 體 討 論 版 ( HARDWARE )</option><option value="48" >-- □ -- 網 路 技 術 討 論 版 ( TECH )</option><option value="56" >---- ■ -- 網 路 技 術 精 華 討 論 版</option><option value="45" >-- □ -- ANTI - HACK 防 駭 / 防 毒 討 論 版</option><option value="37" >-- □ -- 網 路 相 關 新 聞 版</option><option value="57" > ▲ -- 電 腦 軟 體 討 論 區</option><option value="74" >-- □ -- HELP ME !! 一 般 電 腦 問 題 急 救 版 !</option><option value="20" >-- □ -- 網 站 架 設 & 網 頁 設 計 討 論 版</option><option value="79" >---- ☉ -- 網 站 架 設 相 關 程 式 碼 下 載 版</option><option value="53" >---- ☉ -- 各 種 論 壇 / 討 論 區 軟 體 架 設 心 得 交 流 版</option><option value="81" >---- ☉ -- 免 費 空 間 & 虛 擬 主 機 討 論版</option><option value="80" >---- ☉ -- 寬 頻 架 設 各 種 Server 軟 體 心 得 交 流 版</option><option value="1" >-- □ -- Windows 作 業 系 統 討 論 版</option><option value="67" >---- ☉ -- Windows XP 作業系統討論版</option><option value="5" >-- □ -- OFFICE 相 關 軟 體 討 論 版</option><option value="6" selected>-- □ -- 網 路 軟 體 討 論 一 版 (Browser,Email)</option><option value="7" >-- □ -- 網 路 軟 體 討 論 二 版 (網路其他軟體)</option><option value="8" >-- □ -- 工 具 軟 體 討 論 區</option><option value="26" >-- □ -- 繪 圖 軟 體 討 論 版</option><option value="88" >---- ■ -- 繪 圖 軟 體 精 華 版</option><option value="16" >-- □ -- 多 媒 體 討 論 版</option><option value="87" >---- ■ -- 多 媒 體 精 華 版</option><option value="15" >-- □ -- 其 他 軟 體 討 論 版</option><option value="72" >-- □ -- FreeBSD & Linux 作 業 系 統 討 論 版</option><option value="64" >-- ■ -- 電 腦 / 網 路 軟 體 精 華 區</option><option value="58" > ▲ -- 電 腦 硬 體 及 光 碟 燒 錄 討 論 區</option><option value="23" >-- □ -- 電 腦 硬 體 討 論 版</option><option value="4" >-- □ -- 光 碟 燒 錄 技 術 討 論 版</option><option value="36" >-- □ -- Windows 更 新 程 式 & 硬 體 驅 動 程 式 發 佈 版</option><option value="49" >-- ■ -- 電 腦 硬 體 及 光 碟 燒 錄 精 華 版</option><option value="61" > ▲ -- 網 路 生 活 分 享 區</option><option value="34" >-- □ -- 閒 話 家 常 灌 水 版</option><option value="86" >---- ☉ -- PCZONE 讀 書 會</option><option value="73" >---- ☉ -- 大 頭 兵 酸 甜 苦 辣 討 論 版</option><option value="93" >---- ■ -- FIFA 2002 世界盃足球賽</option><option value="33" >-- □ -- 優 質 網 站 分 享</option><option value="22" >-- □ -- 美 美 圖 片 分 享 版</option><option value="83" >---- ☉ -- 數 位 攝 影 相 片 分 享 版</option><option value="84" >---- ■ -- 美 美 圖 片 精 華 版</option><option value="30" >-- □ -- 網 路 [ 笑 話 / 漫 畫 / 圖 片 / 影 片 ] 輕 鬆 版 SMILE ^^</option><option value="85" >---- ■ -- 網 路 [ 笑 話 / 漫 畫 / 圖 片 / 影 片 ] 精 華 版</option><option value="31" >-- □ -- 網 路 [ 佳 作 / 奇 文 ] 欣 賞 版</option><option value="75" >---- ■ 網 路 [ 佳 作 / 奇 文 ] 精 華 版</option><option value="32" >-- □ -- 生 活 & 工 作 & 健 康 小 常 識</option><option value="77" >-- □ -- 遊 戲 資 訊 交 流 版</option><option value="59" > ▲ -- PCZONE 站 內 討 論 區</option><option value="18" >-- □ -- 站 務 公 告 與 問 題 反 應 版</option><option value="89" >-- ▲ -- 線 上 商 品 反 應 與 問 題 討 論 區</option><option value="90" >---- □ -- 靜輻寶-電腦低頻幅射消除器Q&A</option><option value="91" >---- □ -- Seednet ADSL 反應區</option><option value="54" >-- □ -- 會 員 違 規 勸 告 版</option><option value="27" >-- □ -- 測 試 貼 文 章 專 用 版</option>
</select><!-- go button -->
<input type="image" src="images/go.gif" border="0"
align="absbottom">
</font>
</td></tr></form>
</table></td>
<td align="right">
<table cellpadding="0" cellspacing="0" border="0"><tr>
<form action="search.php" method="post">
<td><font class="sf"><b>搜尋此論壇:</b>
<input type="hidden" name="s" value=""><input type="hidden" name="searchdate" value="-1">
<input type="hidden" name="beforeafter" value="after"><input type="hidden" name="forumchoice" value="6">
<input type="hidden" name="action" value="simplesearch"><br><input type="text" class="bginput" name="query"><!-- go button -->
<input type="image" src="images/go.gif" border="0"
align="absbottom">
</font></td>
</form>
</tr></table>
</td>
</tr>
</table>
<!-- /forum jump and timezone -->

<br>

<!-- icon key -->
<table cellpadding="2" cellspacing="0" border="0" width="98%" align="center">
<tr><td colspan="5" align="center"><font class="sf">所有時間均為:[台北時間],目前時間:[07:02 AM]</font></td></tr>
<tr><td rowspan="2" width="50%">&nbsp;</td>
<td nowrap><font class="sf"><img src="images/newfolder.gif" border="0" alt="有新文章"> <b>有新文章</b> &nbsp;&nbsp;</font></td>
<td nowrap><font class="sf">( <img src="images/newhotfolder.gif" border=0 alt="熱門話題"> <b>回覆超過15 篇或者瀏覽量高於150 的主題</b> )&nbsp;&nbsp;</font></td>
<td nowrap><font class="sf"><img src="images/lockfolder.gif" border="0" alt="關閉的主題"> <b>關閉的主題</b></font></td>
</tr>
<tr>
<td nowrap><font class="sf"><img src="images/folder.gif" border="0" alt="無新文章"> <b>無新文章</b> &nbsp;&nbsp;</font></td>
<td nowrap colspan="2"><font class="sf">( <img src="images/hotfolder.gif" border=0 alt="熱門話題"> <b>回覆超過15 篇或者瀏覽量高於150 的主題</b> )&nbsp;&nbsp;</font></td>
<td rowspan="2" width="50%">&nbsp;</td></tr>
</table>
<!-- /icon key -->

<br>

<!-- forum rules and admin options -->
<table cellpadding="2" cellspacing="0" border="0" width="98%" align="center">
<tr valign="bottom">
<td><font class="sf"><b>論壇規定:</b><table cellpadding="0" cellspacing="0" border="0" bgcolor="#00003F"><tr><td>
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td bgcolor="#E7E7E7"><font class="sf">
你可以發表新主題<br>
你可以回覆主題<br>
你可以上傳附件<br>
你可以編輯自己的文章</font></td>
<td bgcolor="#E7E7E7"><font class="sf">HTML代碼不開放<br>
<a href="misc.php?s=&action=bbcode" target="_blank">vB代碼</a>開放<br>
<a href="misc.php?s=&action=showsmilies" target="_blank">表情符號</a>開放<br>
<a href="misc.php?s=&action=bbcode#imgcode" target="_blank">貼圖代碼[img]</a>開放
</font></td>
</tr>
</table>
</td></tr></table></font></td>
<td align="right">&nbsp;</td>
</tr>
</table>
<!-- /forum rules and admin options -->

<table border="0" cellpadding="3" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="100%" bgcolor="#C8D6FF">
<p align="center"><font class="sf">本討論區所有言論純屬發表者的個人意見,與 PCZONE
立場無關,未經授權請勿任意轉載使用</font></td>
</tr>
<tr>
<td width="100%" bgcolor="#EEEEEE">
<p align="center"><font class="sf">[
<a href="mailto:[email protected]" style="color: #003399; text-decoration: none">
聯絡站長 : [email protected]</a> ]<br>
<br>
本網站代管於:<a href="http://www.seeder.net.tw/" target="_blank" style="color: #003399; text-decoration: none">SEEDER
悉達資訊股份有限公司</a></font></td>
</tr>
</table>
</body>
</html>

圖一 http://home.pchome.com.tw/team/lih0309/haha/01

圖二 http://home.pchome.com.tw/team/lih0309/haha/02

圖三 http://home.pchome.com.tw/team/lih0309/haha/03

贊助商連結


lamina
2002-08-31, 12:32 PM
工具->網際網路選項->進階
勾選「停用指令碼偵錯」
取消「每次出現指令碼錯誤時皆顯示通知」

lih0309
2002-09-01, 11:00 AM
lamina 感謝你啊!!PCZONE果然是臥虎藏龍..有問題馬上就有熱心的人協助.實在太喜歡這裡了...感恩啊....

:circle: :circle: