jessiek wrote:Can you show me how to manipulate the DOM to control the size of a popup window?
The size of a popup window that is launched with JavaScript is specified with x= and y= specifications in the JavaScript passage.
To modify such internal JavaScript you would need to (1) find the element where the JavaScript sits, (2) use structural commands to insert a NEW JavaScript passage on top of the existing on (with the new sizes in it), and then (3) fire the event on that element after refreshing the page (so that the newly inserted JavaScript is fully installed.
But this really is the hard way.
eValid has a command
Resize that resizes a specified window. There is also a
Reposition command, to move a window around the desktop.
That's a lot easier than doing the manipulation described above.
eValid Support