代码如下:
<script>
<!--
function winopen(){
var targeturl="http://www.susan365.com"
newwin=window.open("","","scrollbars")
if (document.all){
newwin.moveTo(0,0)
newwin.resizeTo(screen.width,screen.height)
}
newwin.location=targeturl
}
//-->
</script>
<input type="button" onClick="winopen()" value="苏姗音乐网" name="button">
预览效果: