The following link opens an example page in a separate window with a specific size and position.
There is no java script attached to this page, only the page that it opens.
The link appears in the HTML as the following:
The following code was inserted into the <head> tag of the linked webpage.
<script type="text/javascript">
<!--
self.resizeTo(500,500);
self.moveTo(400,400);
self.scrollbars(false);
//-->
</script>