?? index.html
字號:
<html> <head> <title>Applet test</title> </head> <body> <applet name="postlet" code="Main.class" archive="postlet.jar" width="305" height="150" mayscript> <param name = "maxthreads" value = "5" /> <param name = "language" value = "" /> <param name = "type" value = "application/x-java-applet;version=1.3.1" /> <param name = "destination" value = "[*** DESTINATION URL***]" /> <param name = "backgroundcolour" value = "16777215" /> <param name = "tableheaderbackgroundcolour" value = "14079989" /> <param name = "tableheadercolour" value = "0" /> <param name = "warnmessage" value = "false" /> <param name = "autoupload" value = "false" /> <param name = "helpbutton" value = "false" /> <param name = "fileextensions" value = "Image Files,jpg,gif,jpeg" /> <param name = "endpage" value = "[*** ENDPAGE URL***]" /> <param name = "helppage" value = "http://www.postlet.com/help/?thisIsTheDefaultAnyway" /> </applet> <!-- If the ENDPAGE URL is left unset, you must have a postletFinished javascript method on your HTML page. DESTINATION URL is the url on your server of the script that will receive the files. More information about the above can be found on the Postlet install page: http://www.postlet.com/install --> <p>Check <a href="http://www.postlet.com/install/">here</a> first if this isn't working, and then post a message <a href="http://sourceforge.net/forum/forum.php?forum_id=468216">here</a>.</p> </body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -