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

📄 forumwindow.js

📁 这是一个用jsp+Oracle开发的联系人客户关系管理系统!
💻 JS
字号:
// developerWorks e-mail to a friend JavaScript
// Adapted from Danny Goodman's
// "JavaScript Bible, 3rd Edition" (www.dannyg.com)
// Initialize global var for new window object
// so it can be accessed by all functions on the page
var forumWind
// make the new window and put some stuff in it
function forumWindow() {
        forumWind = window.open(forumURL,"forumsubwindow","HEIGHT=500,WIDTH=765,resizable=yes,scrollbars")
}        

⌨️ 快捷键说明

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