Scrollbar i popup
-Jeg har denne kode, som laver en popup:<script type="text/javascript">
<!-- 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>
<a href="#" onclick="popup('siden.htm','Ansøgning','200','460')";>Læs profil</a>
-Men hvordan laver jeg så en scrollbar i popup-vinduet??
-Håber,I kan hjælpe...
W13
