我在网页上打上了“A”标签,当用户点击时,该网页将有一个新的信息输入领域,如:
<><>光纤>
<a href="" class="smallLink" onclick="return ioAddNewContent()">new info</a>
我不想在点击“新胎儿”之后添加斜线,这样,我就把javascript的返回宣布无效。
http://www.ohchr.org。
function ioAddNewContent(){
var bigLi = document.getElementById( ioAddContents );
var p = document.createElement( p );
var label=document.createElement( label );
var input = document.createElement( input );
var a = document.createElement( a );
label.setAttribute( class , ioAddOneContent );
label.innerHTML= write one info ;
input.setAttribute( type , text );
input.setAttribute( class , longInput );
a.setAttribute( href , );
a.setAttribute( class , smallLink );
a.setAttribute( onclick , return ioAddNewContent() );
a.innerHTML= new info ;
p.appendChild(label);
p.appendChild(input);
p.appendChild(a);
bigLi.appendChild(p);
return false;
}
在点击“新信息”10倍后,用户必须roll缩到新投入领域,而不用说,“新信息”每点击“新信息”的want,屏幕应进入这一新的投入领域:。
i 知道,通过在《刑法》中添加一个名称的标签 = ,然后将“窗口. 所在地”列入javascript代码,但希望这样做。
当用户点击添加新的投入领域时,该屏幕应当自动浏览到这一新的投入领域。