<script language="javascript">
function cl() {
confirm(document.getElementById('qf').value);
if(b){
window.location.href="show_send.php";
}else{
window.location.href="";
}}
</script><input type=hidden id="qf" value="<?=target($key,$list[$i][11])?>">
<a href="" onclick="cl()"><img src="<?print($rela_path)?>images/del.gif"></a>
下面的html部分调用js方法,希望实现点击图片出现confirm选择,如果确定跳转另一处理页面,现在能出现选择,可是现在不跳转,实在没办法了,各位高手帮帮忙