日期:2014-05-17  浏览次数:20518 次

window.location问题
<input type="button" value="监控画面" onclick="window.location='http://localhost:8163/DVRDriver/index.htm?ipaddress=test.88ip.cn" />
当我点击这个按钮时,没有反应,但是我把这个链接:'http://localhost:8163//DVRDriver/index.htm?ipaddress=test.88ip.cn直接放在IE地址栏中输入就能转到监控页面,这是为什么?

------解决方案--------------------
onclick="window.location='http://localhost:8163/DVRDriver/index.htm?ipaddress=test.88ip.cn'" />


少了一个引单号