模拟工具条.html
来自「JAVA案例开发集锦源代码 袁然 郑自国编」· HTML 代码 · 共 32 行
HTML
32 行
<HTML>
<HEAD>
<TITLE>
模拟工具条
</TITLE>
</HEAD>
<BODY>
模拟工具条<BR>
<applet code="SimToolBar.class" width=52 height=45 >
<PARAM name="target" value="http://www.dzwww.com">
<PARAM name="enterImage" value="home2.gif">
<PARAM name="exitImage" value="home.gif">
<PARAM name="where" value="xinwen">
</applet>
<applet code="SimToolBar.class" width=52 height=45 >
<PARAM name="target" value="http://bbs.dzwww.com">
<PARAM name="enterImage" value="next.gif">
<PARAM name="exitImage" value="next2.gif">
</applet>
<applet code="SimToolBar.class" width=52 height=45 >
<PARAM name="target" value="http://www.baidu.com">
<PARAM name="enterImage" value="search2.gif">
<PARAM name="exitImage" value="search.gif">
<PARAM name="where" value="search_engine">
</applet>
<applet code="SimToolBar.class" width=52 height=45 >
<PARAM name="target" value="http://www.google.com">
<PARAM name="enterImage" value="channel2.gif">
<PARAM name="exitImage" value="channel.gif">
</applet>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?