function addButtonControl() {
// 添加按钮
document.getElementById("div1").innerHTML += "";
}
Button button1;
button1的click事件将对象设置为触发事件对象,然后在事件里面设置
butt.position=new position(设置为触发事件对象的坐标的相对位置);
Button butt=new Button;
butt.parent=this;
butt.Click += new System.EventHandler(this.button1_Click);
这是纯html啊还是服务器控件啊?