need to fix the size of page opened via javscript.
Hi All,
I have a cindition in which i need to open a popup which will display some information to the user which i am openinmg using javascript as element.action and element.target="_blank". its is working fine .
But now i want to fix the size of this newly opened window so that it seems to be like a popup on parent page. i cannot use window .open() as i need to submit the form to set some value in a hidden property which is needed in some action which renders data in this newly created page.
if i use window.resize() . then mozilla is changing the size of the entire window not only that tab,
So kindly suggest if anmy work around is there.
Regards
Satish.
|