// The following is top. jsfunctionKB_keepItInIE (theName, theWantTop, theWantLeft) {theRealTopparseInt (document. body. scrollTop) theTrueToptheWantTop + theRealTopdocument. all [theName]
// The following is top. js
Function KB_keepItInIE (theName, theWantTop, theWantLeft ){
TheRealTop = parseInt (document. body. scrollTop)
TheTrueTop = theWantTop + theRealTop
Document. all [theName]. style. top = theTrueTop
TheRealLeft = parseInt (document. body. scrollLeft)
TheTrueLeft = theWantLeft + theRealLeft
Document. all [theName]. style. left = theTrueLeft
}
Function KB_keepItInNN (theName, theWantX, theWantY ){
TheRealLay = document. layers [theName]
TheBadX = self. pageYOffset
TheBadY = self. pageXOffset
TheRealX = theBadX + theWantX
TheRealY = theBadY + theWantY
TheRealLay. moveTo (theRealY, theRealX)
}
IE4 = (document. all )? 1:0
NN4 = (document. layers )? 1:0
// If (IE4)
// SetInterval (KB_keepItInIE ("KBStatic", 0, 0), 1)
// If (NN4)
// SetInterval (KB_keepItInNN ("KBStatic", 0, 0), 1)
// Below is menu. php
Script
// Below is menuhead. php
Echo "";
?>
// Mysql. inc
$ Link = mysql_pconnect ("localhost", "xiaoyang", "xiaoyang") or die (mysql_error ());
$ Link1 = mysql_select_db ("database") or die (mysql_error ());
?>