just change the dimensisons then

just change the dimensisons then
REMOVED
Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.
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>
Want to hide these adverts? Register an account for free!