?? forumwindow.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 + -