中国各省市地图高清版:如何在javascript中插入JPEG格式的图片

来源:百度文库 编辑:神马品牌网 时间:2024/04/30 10:33:55

做个事例给你看看吧!

<html>
<head>
<title>百度事例</title>
<script language>
function change(){
var string = 'http://www.baidu.com.cn';
window.document.location.href=string;
}
</script>
</head>
<body>
<a href=# onclick="change()">百度</a>
<body>

<img src="/xx/xx.jpg">

xx表示你要插入图片的路径和文件名