I'm trying to remove the toolbar and scrollbar and set the size of my popup window using javascript. I have a image that has links on it and when you click on a link it pops up a new window.
Here is my code:
<script language="JavaScript"><!--
function P(url,h,w) { // (url,height,width)
var p =...