just change the dimensisons then
Printable View
just change the dimensisons then
You mean like?
Athogh popup blockers will get them so its best to use the normal url caller and a fucntion for the windowHTML Code:<a href="#" onclick="Popup=window.open('POP UP URL ','Popup','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=500,height=500,left=430,top=23');return false;"> link </a>
aka
and call it by setting the link url popup() for the exsampleHTML Code:<script>
function popup() { window.open(' POP UP URL ','popupname','width=250,height=500,resizable=yes,scrollbars=yes'); }
</script>
eg
HTML Code:<a href="javascript:popup();"> LINK </a>