00000000.htm

来自「水木清华BBS」· HTM 代码 · 共 86 行

HTM
86
字号
<HTML><HEAD>  <TITLE>BBS水木清华站∶精华区</TITLE></HEAD><BODY><CENTER><H1>BBS水木清华站∶精华区</H1></CENTER>发信人:&nbsp;lovekiller&nbsp;(爱情杀手),&nbsp;信区:&nbsp;Java&nbsp;<BR>&nbsp;<BR>下面是一个用javaScript打开另一窗口的程序,不知为什么会出错,敬请赐教
&nbsp;<BR>
&nbsp;<BR>&lt;html&gt;
&nbsp;<BR>&lt;head&gt;
&nbsp;<BR>&lt;script&nbsp;language=&quot;LiveScript&quot;&gt;
&nbsp;<BR>function&nbsp;WinOpen()&nbsp;{
&nbsp;<BR>msg=open(&quot;&quot;,DisplayWindow,&quot;toolbar=no,directories=no,menubar=no&quot;);
&nbsp;<BR>msg.document.write(&quot;&lt;head&gt;&lt;title&gt;哈罗!&lt;/title&gt;&lt;/head&gt;&quot;);
&nbsp;<BR>msg.document.write(&quot;酷毙了!这是&lt;B&gt;JavaScript&lt;/b&gt;所开的视窗!&quot;);
&nbsp;<BR>}
&nbsp;<BR>&lt;/script&gt;
&nbsp;<BR>&lt;/head&gt;
&nbsp;<BR>&lt;body&gt;
&nbsp;<BR>&lt;form&gt;
&nbsp;<BR>&lt;input&nbsp;type=&quot;button&quot;&nbsp;name=&quot;Button1&quot;&nbsp;value=&quot;Push&nbsp;me&quot;&nbsp;onclick=&quot;WinOpen()&quot;&gt;
&nbsp;<BR>&lt;/form&gt;
&nbsp;<BR>&lt;/body&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>发信人:&nbsp;zerocool2000&nbsp;(小马),&nbsp;信区:&nbsp;Java&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;<BR>【&nbsp;在&nbsp;lovekiller&nbsp;(爱情杀手)&nbsp;的大作中提到:&nbsp;】&nbsp;<BR>∶<I>&nbsp;下面是一个用javaScript打开另一窗口的程序,不知为什么会出错,敬请赐教&nbsp;</I><BR>∶<I>&nbsp;&nbsp;</I><BR>∶<I>&nbsp;&lt;html&gt;&nbsp;</I><BR>∶<I>&nbsp;&lt;head&gt;&nbsp;</I><BR>∶<I>&nbsp;&lt;script&nbsp;language=&quot;LiveScript&quot;&gt;&nbsp;</I><BR>∶<I>&nbsp;function&nbsp;WinOpen()&nbsp;{&nbsp;</I><BR>∶<I>&nbsp;msg=open(&quot;&quot;,DisplayWindow,&quot;toolbar=no,directories=no,menubar=no&quot;);&nbsp;</I><BR>∶<I>&nbsp;msg.document.write(&quot;&lt;head&gt;&lt;title&gt;哈罗!&lt;/title&gt;&lt;/head&gt;&quot;);&nbsp;</I><BR>∶<I>&nbsp;msg.document.write(&quot;酷毙了!这是&lt;B&gt;JavaScript&lt;/b&gt;所开的视窗!&quot;);&nbsp;</I><BR>∶<I>&nbsp;}&nbsp;</I><BR>∶<I>&nbsp;&lt;/script&gt;&nbsp;</I><BR>∶<I>&nbsp;&lt;/head&gt;&nbsp;</I><BR>∶<I>&nbsp;&lt;body&gt;&nbsp;</I><BR>∶<I>&nbsp;&lt;form&gt;&nbsp;</I><BR>∶<I>&nbsp;&lt;input&nbsp;type=&quot;button&quot;&nbsp;name=&quot;Button1&quot;&nbsp;value=&quot;Push&nbsp;me&quot;&nbsp;onclick=&quot;WinOpen()&quot;&gt;&nbsp;</I><BR>∶<I>&nbsp;&lt;/form&gt;&nbsp;</I><BR>∶<I>&nbsp;&lt;/body&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</I><BR>&nbsp;<BR>将DisplayWindow改为&quot;DisplayWindow&quot;即可&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>发信人:&nbsp;lovekiller&nbsp;(爱情杀手),&nbsp;信区:&nbsp;Java&nbsp;<BR>&nbsp;<BR>【&nbsp;在&nbsp;zerocool2000&nbsp;(小马)&nbsp;的大作中提到:&nbsp;】
&nbsp;<BR>∶<I>&nbsp;将DisplayWindow改为&quot;DisplayWindow&quot;即可
&nbsp;</I><BR>
&nbsp;<BR>问题解决了,再次请问这位大虾,什么情况下加“”,&nbsp;什么情况下不加,偶不懂的问&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>发信人:&nbsp;gorf&nbsp;(阿吐),&nbsp;信区:&nbsp;Java&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;<BR>【&nbsp;在&nbsp;lovekiller&nbsp;(爱情杀手)&nbsp;的大作中提到:&nbsp;】&nbsp;<BR>∶<I>&nbsp;【&nbsp;在&nbsp;zerocool2000&nbsp;(小马)&nbsp;的大作中提到:&nbsp;】&nbsp;</I><BR>∶<I>&nbsp;&nbsp;</I><BR>∶<I>&nbsp;问题解决了,再次请问这位大虾,什么情况下加“”,&nbsp;什么情况下不加,偶不懂的问&nbsp;</I><BR>&nbsp;<BR>当作为字符串处理需要加“”。但在HTML中属性的参数可以不加,比如&lt;form&nbsp;name=myForm&gt;...&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR><CENTER><H1>BBS水木清华站∶精华区</H1></CENTER></BODY></HTML>

⌨️ 快捷键说明

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