简单的文本向上滚动并可用鼠标控制的特效代码
<!--把如下代码加入<body>区域中:-->
<script>
<!--
function channel(){
window.open("index.htm","","channelmode,scrollbars")
}
//-->
</script>
<p>
<form>
<input type="button" onClick="channel()" value="打开窗口" name="button">
</form>
<!--把如下代码加入<body>区域中:-->
<script>
<!--
function channel(){
window.open("index.htm","","channelmode,scrollbars")
}
//-->
</script>
<p>
<form>
<input type="button" onClick="channel()" value="打开窗口" name="button">
</form>