hello,
i have this javascript...
<script LANGUAGE="JavaScript">
function popupmain(){
window.open("popupmain.html","popupmain","height=600,width=800,menubar=0,resizeable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,right=0,top=0")
}
</script>...