Sætte scroolbar på popup
Nogen der kan sætte scroolbar på dette script?<script type="text/javascript">
<!-- Dette script og mange flere -->
<!-- findes hos http://www.html.dk -->
<!-- Start
function popup(url,name,win_height,win_width) {
pos_horizon = ((screen.width/2)-(win_width/2));
pos_vertical = ((screen.height/2)-(win_height/2));
window.open(url,name,"width="+win_width+",height="+win_height+",top="+pos_vertical+",left="+pos_horizon);
}
// Slut -->
</script>
</head>
<body>
<p><a href="#" onclick="popup('popup.asp','mitvindue','300','300');">Åben popup vindue</a></p>
</body>
