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

📄 scripts.js

📁 详细的ERP设计资料
💻 JS
字号:
// Standard functions used by Doc-O-Matic generated
// HTML documentation.
// This functions may be modified and distributed freely.

// This function opens the file Filename
// in Window or Frame TargetWindow.
  function fillframe(TargetWindow, Filename) {
  // not implemented yet
}

// This function opens the (relative) URL
// in window PopupWindowName at screen
// coordinates X and Y.
// Popups are not implemented in this version.
function showpopup(Target, PopupWindowName, X, Y) {
  window.open(Target, window.name, "");
}

// This function sets the window name of a window
// to the specified value. It is used to initialize
// the window name when a document is loaded.
function setupwindow(WindowName) {
  window.name = WindowName;
}

⌨️ 快捷键说明

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