|
|||||||
|
|
|
|||||
|
|
|||||||
Codes as following:
<script><!--
function dic(page) {
window.open(page,"news","width=400,height=300,scrollbars=1,toolbar=0,resizable=0");
//window.focus(); // un-comment this line if set focus to window
return;
}
// -->
</script>
Note:
width, heigth - windows size
scrollbar - if show scrollbars, "1" as TRUE
toobar - if show toolbar, "1" as TRUE
resizable - if window resizable, "1" as TRUE
Pls test it:
Copyright (c) 1999 - 2001, robert han, all rigths are reserved.