Free Web Site - Free Web Space and Site Hosting - Web Hosting - Internet Store and Ecommerce Solution Provider - High Speed Internet
Search the Web
Java Script Tips - Open and Popup a New Window

Open and Popup a New Window

Web Tips: Java Script Tips


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:

Open/Popup a new window


Copyright (c) 1999 - 2001, robert han, all rigths are reserved.