BBS (php & amp; mysql) Full Version (7)

Source: Internet
Author: User

// 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

<Div id = "Layer1" style = "position: absolute; left: 31px; top: 1px; width: 560px; height: 46px; z-index: 5">
<Script language = "JavaScript1.2"> fwLoadMenus ();
</Script> </div>


<Script language = "JavaScript">
<! --
If (IE4)
SetInterval ('kb _ keepItInIE ("Layer1", 0, 31) ', 1)
If (NN4)
SetInterval ('kb _ keepItInNN ("Layer1", 0, 31) ', 1)
// -->
</SCRIPT>

// Below is menuhead. php
<?
Echo "<script language = JavaScript1.2 src = 'js/menu_comment.js '> </script> <script language = JavaScript1.2 src = 'js/fw_menu.js'> </script> <script language = javaScript1.2 src = 'js/top. js'> </script> ";
?>


// Mysql. inc

<?
$ Link = mysql_pconnect ("localhost", "xiaoyang", "xiaoyang") or die (mysql_error ());
$ Link1 = mysql_select_db ("database") or die (mysql_error ());



?>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.