shanuragu
09-26-2003, 02:48 AM
Hi
When I click a hyper link it opens a regular html window say demo.html. I am resticting the window size as given below & calling the function in body tag.
function size()
{
window.resizeTo(418,390);
window.moveTo(180,120);
}
<body bgcolor="#FFFFFF" onloadad=" javascript:size();" onresize="javaScript:re_size();">
I want to remove scroll bar & tool bar etc using the same function. I just want to display a plane window with a border. How can I do that??
can I use window.Scrollbar=no; with in the size function??
shara
When I click a hyper link it opens a regular html window say demo.html. I am resticting the window size as given below & calling the function in body tag.
function size()
{
window.resizeTo(418,390);
window.moveTo(180,120);
}
<body bgcolor="#FFFFFF" onloadad=" javascript:size();" onresize="javaScript:re_size();">
I want to remove scroll bar & tool bar etc using the same function. I just want to display a plane window with a border. How can I do that??
can I use window.Scrollbar=no; with in the size function??
shara