echo 出的input 不能调用onclick事件 求高手
程序员文章站
2022-06-12 09:58:43
...
require_once 'SqlHelper.class.php';
$SqlHelper=new SqlHelper();
$sql="select * from user1";
$res=$SqlHelper->execute_dql($sql);
$fields=mysql_num_fields($res);
$rows=mysql_num_rows($res);
echo "
"; | $fieldname | ";
---|---|
"; | $row[$i] | ";
?>
为什么 onclick=CheckAll(this.form) 调用js不管用呢
回复讨论(解决方案)
目的是做个批量删除 点击全选按钮就全部选中 可是不能使用
没有看到 form 标记
另外 echo "