build a simple frameset.snp
来自「Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器」· SNP 代码 · 共 27 行
SNP
27 行
<!--Frames- A homepage in 2 horizontal sections where
the main page changes with a push of a button.
The key is the FRAMESET ROWS & FRAMESET COLS lines.
manipulating these two will give you different sizes
of sections by % of page.
The "buttons.html" should be the name of the page that
directs what is going to appear in the biggest section.
"main.html" is the page that you want to appear
first in that section until someone pushes a button
that changes it.-->
<FRAMESET ROWS="*,30%,70%">
<FRAME SCROLLING="no" NAME="_blank" NORESIZE SRC="buttons.html">
<FRAMESET COLS="100%,*">
<FRAME SCROLLING="no" NAME="_blank" SRC="buttons.html">
</FRAMESET>
<FRAME SCROLLING="yes" NAME="2window" NORESIZE SRC="main.html">
</FRAMESET>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?