急死了,页面就是弹不出来,急呀!!!帮帮小弟!
function window_out(url)
{
window.open(url,,"left=300, top=100, width=500,height=500,resizable=1,toolbar=no");
}
在jsp中写的。
out.println("<td align=center>
<a href:onClick='window_out("+url1+")'>"+(dat)+"</a> </td>");
想实现通过连接弹出窗口,请赐教!