建站学习网,专业提供各类建站教程,网页素材,SEO资讯等建站资源!

网站模板_网站源码_网站素材_建站教程_建站学习网

当前位置:建站学习网 > 网页设计 > 脚本HTML教程 >

HTML元素:isindex

更新时间:2017-04-12整理编辑:建站学习网阅读:0

   定义

  使浏览器显示一个对话框,提示用户输入单行文本。

  Causes the browser to display a dialog window that prompts the user for a single line of input.

  注释

  在 HTML 4 中,此元素是不推荐使用的,推荐使用 INPUT 元素来取代它。isIndex 的 tagName 属性将返回 input。

  ISINDEX 元素属于文档的 body 中。

  此元素在 Internet Explorer 3.0 及以上版本的 HTML 中可用,在 Internet Explorer 4.0 及以上版本的脚本中可用。

  此元素被看作 form 对象中的一个 input 对象。要使用脚本访问该元素,你必须使用 document 对象的 all 集合。例如,要访问一个 isIndex 对象的 disabled 属性的语法为:

  document.all.oIsindex.disabled=false;

  此元素是一个块元素。

  此元素需要关闭标签。

  In HTML 4, this element is deprecated; INPUT is recommended for use instead. The tagName property for isIndex returns input.

  The ISINDEX element belongs in the body of the document.

  This element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.

  This element is treated as an input object inside a form object. To access the element from script, you must use the all collection of the document object. For example, the syntax for accessing the disabled property of a isIndex object is:

  document.all.oIsindex.disabled=false;

  This element is a block element.

  This element requires a closing tag.

  示例代码

     <ISINDEX PROMPT="Enter a keyword to search for in the index">

  标准信息

  该对象已不建议使用,将可能在今后HTML标准中废弃。

  This object is deprecated in HTML.

本文网址:https://www.dedexuexi.com/wysj/html/2846.html

本站部分文章搜集与网络,如有侵权请联系本站,转载请说明出处。

收藏此文 赞一下!() 打赏本站

如本文对您有帮助,就请建站学习网抽根烟吧!

支付宝打赏
微信打赏
Python通过PIL获取图片主要颜色并和颜色库进行对比的方法
« 上一篇2017年04月12日
python实现模拟按键,自动翻页看u17漫画
2017年04月12日下一篇 »
  • 实现导航栏固定在顶部(吸顶效果),滚动页面万能方式
    0阅读
    1)滚动条不动时,是静态相对定位状态relative2)当页面滚动超出设置距离时,js改变样式属性切换定位状态变成fixed,同时再给top设置一个值css部分// 滚动条不动时.box{position: relative;height: 80px;width: 100%;z-index: 999...
  • HTML锚点用class样式教程
    0阅读
    JS部分:$(function() { $(window).scroll(function() { //为页面添加页面滚动监听事件 var wst = $(window).scrollTop() //滚动条距离顶端值 for (i = 1; i < 6...
  • python标准算法实现数组全排列的方法
    0阅读
    这篇文章主要介绍了python标准算法实现数组全排列的方法,实例分析了全排列的原理与Python实现技巧,需要的朋友可以参考下 本文实例讲述了python标准算法实现数组全排列的方法,代码来自国外网
  • python将ip地址转换成整数的方法
    0阅读
    这篇文章主要介绍了python将ip地址转换成整数的方法,涉及Python针对IP地址的转换技巧,需要的朋友可以参考下 本文实例讲述了python将ip地址转换成整数的方法。分享给大家供大家参考。具体分析如
  • 一个生成html的新方法
    0阅读
    使用范例: set fso=CreateObject(Scripting.FileSystemObject) set f=fso.CreateTextFile( server.mappath( ), true ) f.WriteLine( asp2html(youpage.asp) ) f.clos...
 
QQ在线咨询
×
欢迎您登陆建站学习网
QQ一键登陆 建站学习网账号登录