J
Jack
Hello,
From my main page I am providing options to open a daughter window with the
specified width and height.
<a href="" onClick="window.open
('downloads.htm','sizechart','width=480,height=474,scrollbars=no,resizable=no,status=yes');">Downloads</a>
When that window is opened, and I execute another command:
<a href="#Dial Engine Pro" onClick="window.open
('downloads_dep.htm','sizechart','width=280,height=430,scrollbars=no,resizable=yes,status=yes');">Downloads</a>
the new window inherits dimensions from the already opened window.
What should I change in the code above to make sure, that the window always
opens with the specified parameters or it will open the second daughter
window?
Thanks for your input,
Jack
From my main page I am providing options to open a daughter window with the
specified width and height.
<a href="" onClick="window.open
('downloads.htm','sizechart','width=480,height=474,scrollbars=no,resizable=no,status=yes');">Downloads</a>
When that window is opened, and I execute another command:
<a href="#Dial Engine Pro" onClick="window.open
('downloads_dep.htm','sizechart','width=280,height=430,scrollbars=no,resizable=yes,status=yes');">Downloads</a>
the new window inherits dimensions from the already opened window.
What should I change in the code above to make sure, that the window always
opens with the specified parameters or it will open the second daughter
window?
Thanks for your input,
Jack