Hi Rod.
Since I have to use two advanced actions, one to open the file and one to execute the javascript, I created an advanced action script. The problem I have now is the file opens but still in the full browser. I am not sure if my javascript code is right. I am using the following code but it is not working. When I go back into the advanced action script, the first and last line disapear. My skills are weak for javascript so do you know if I am using the right code? Thanks for your help as always.
<script language="javascript">
window.resizeTo(300,300);
</javascript>
Jeff