»
EnglishFrenchVietnamese

Print - File Include script - JavaScriptBank.com

Full version: jsB@nk » Snippet » Rotation » File Include script
URL: https://www.javascriptbank.com/file-include-script-index.html

File Include script © JavaScriptBank.comUse this JavaScript to target which files you will include on a designated Web page. Easy to set-up and use.

Full version: jsB@nk » Snippet » Rotation » File Include script
URL: https://www.javascriptbank.com/file-include-script-index.html



CSS
<style type="text/css">/*     This script downloaded from www.JavaScriptBank.com     Come to view and download over 2000+ free javascript at www.JavaScriptBank.com*/.jsbank_sample_cont {margin: 20px; padding: 20px;}.jsbank_sample_tit {font-weight: bold; margin-bottom: 10px; padding: 5px; width: auto; background-color: #c0c0c0; border: 5px solid #a0a0a0; color: black; text-align: center;}#ol{background-image: url(overlay.png);}body{margin: 0px;}</style><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


JavaScript
<script src="modaldbox.js" type="text/javascript" language="javascript"></script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<body id="root" onmouseout="showpopup();"><div id="topbar" style="display:none;left: 30px; top: 5px; position: relative; width: 100%; height: 100%;"><div id="subcontent" style="border: 9px solid orange; padding: 8px; background-color: white; width: 350px; display: block; left: 810px; top: 15px;"><b>Popup on mouseOut</b><br /><br />If this script is implemented into your web pages, then everytime visitors move mouse out the body of web pages, it will show a divison to show your major info.<div align="right"><a href="#" onclick="closepopup(); return false">Close</a></div></div></div></body><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


Files
http://javascriptbank.com/javascript/browser/Popup_on_mouseOut/overlay.pnghttp://javascriptbank.com/javascript/browser/Popup_on_mouseOut/modaldbox.js