Sådan her ;oD
<?php
session_start();
?>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<script type="text/javascript">
function createPopup(url){
var w = screen.availWidth;
var h = screen.availHeight;
window.open(url,"_blank","width="+w+",height="+h+",scrollbars=yes");
}
</script>
</head>
<body>
<a href="#" onclick="createPopup('
http://www.eksperten.dk');">Klik her</a>
</body>
</html>