View Full Version : how to put scrollbars?


syun_ukiya
07-21-2003, 05:45 AM
http://www15.brinkster.com/syunukiya/test

Alcy
07-21-2003, 06:09 AM
<script>

function openwindow(){
window.open("list.htm", "", "width=350px, height=400px, scrollbars=1")
}

</script>