为什么拒绝访问,图片地址是正确的。
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<script type="text/javascript">
function tt(){
alert('ok');
window.open('C:\339487small.jpg');
}
</script>
<body>
<form>
<input type="button" name=name1 value="tt" onclick="tt()">
</form>
</body>
</html>