php如何控制input输入框

WBOY
Release: 2016-06-23 13:26:00
Original
3944 people have browsed it

if (isset($_GET['modal-username'])) {
echo htmlspecialchars(stripslashes($_GET['modal-username']));
} else echo “123456";
?>">

这个input标签的value值被php语句控制,可以显示123456或者model-username的值

但是我想不仅能显示,还要在用户点击这个input框后,获得焦点并允许用户对input 框中内容进行修改

应该怎么写代码,请多指教


回复讨论(解决方案)

你的input标签又没有设置属性 disabled=disabled  ,点上去应该就能修改input的内容的

你这输入框本来就可以修改   如上所说 input标签又没有设置属性 disabled=disabled

可以正常显示,填写数据,修改。
除非modal-text-input modal-text-input-double 这个样式有控制论readonly

本来就能修改呀

应该那些class样式起的作用 把class删除了 就能改了 

谢谢大家。 。。。。。。。。

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template