呵呵,这样子
<script>
<!--
function winopen(){
var targeturl="http://127.0.0.1"
newwin=window.open("","","scrollbars")
if (document.all){
newwin.moveTo(0,0)
newwin.resizeTo(screen.width,screen.height)
}
newwin.location=targeturl
}
//-->
</script>