有关表单中
我在表单中有个文件上载控件,当在表单中加了<Noscript>后,当添加附件后,就不会显示出来了,请问这个<Noscript>的作用是什么,用在哪些方面,谢谢
...全文
请发表友善的回复…
发表回复
gjd111686 2004-05-08
- 打赏
- 举报
NOSCRIPT
--------------------------------------------------------------------------------
Description
Specifies HTML to be displayed in browsers that do not support scripting.
Syntax
<NOSCRIPT
>
Remarks
This element is a block element.
Both the start and end tags are required.
意思为从此开始的块不会被显示在浏览时.
--------------------------------------------------------------------------------
Description
Specifies HTML to be displayed in browsers that do not support scripting.
Syntax
<NOSCRIPT
>
Remarks
This element is a block element.
Both the start and end tags are required.
意思为从此开始的块不会被显示在浏览时.