Home  >  Article  >  Web Front-end  >  才学不懂 html 表单_html/css_WEB-ITnose

才学不懂 html 表单_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:52:211275browse

         name 和 value 有什么用啊 


回复讨论(解决方案)

name 属性规定 input 元素的名称。
name 属性用于对提交到服务器后的表单数据进行标识,或者在客户端通过 JavaScript 引用表单数据。
value 为input 元素的值。

关于框架里的网址问题  例如 



  
  
  









这个是网址吗 /example/html/frame_a.html   怎么是这个样子的       同时 就是我这个帖子的网站 http://bbs.csdn.net/topics/390946348?page=1#new_post  这网站 后面一串/topics/390946348?page=1#new_post 是什么 
网址应该怎么看 

nbsp;html>





某些老式的浏览器不支持内联框架。


如果不支持,则 iframe 是不可见的。





 W3school 里面的教学的      /example/html/demo_iframe.html 这个是个么网址啊 

name是以后你要用到这个控件, 得到它的值使用的, 就像人的名字一样
value是它的值 

以后你可以调用name , 获得value里面的东西

去看看http://www.w3school.com.cn/tags/tag_input.asp,等你后面需要保存到数据库的时候value的值就用得上了。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn