hi, i am using this javascript function to open a new window.
i still get the location and the name of my document when the window is opened.
is there any thing i should add ?
thanks
function newWindow(url, W,H) {
new = window.open(url, "_blank", "width=" + W + ",H=" + H + ",location=no,menubar=no,toolbar=no,directories=no,scrollbars=yes,status=no,resizable=no"}
i still get the location and the name of my document when the window is opened.
is there any thing i should add ?
thanks
function newWindow(url, W,H) {
new = window.open(url, "_blank", "width=" + W + ",H=" + H + ",location=no,menubar=no,toolbar=no,directories=no,scrollbars=yes,status=no,resizable=no"}