If you mean how to disable guests to resize your popup, then add resizable=no to your code to make it look like this:
code:
<a href='javascript:window.open("file.php", "Title", "toolbar=no,resizable=no,menubar=no,scrollbars=yes,status=no"); history.go(0);'>Link</a>
I can't help you if you want your browser to not allow for you to resize windows.