varför sig inte funka:
<SCRIPT LANGUAGE="JavaScript">
<!--
function popup(URL, w, h) {
var w_width = w;
var w_height = h;
var w_top = (screen.height-w_height)/2;
var w_left = (screen.width-w_width)/2;
window.open(URL,'NewWin', width=" + w_width + ", height=" + w_height + ", top=" + w_top + ", left=" + w_left + ", 'toolbar=0, location=0, directories=0, status=0, toolbar=0, menubar=0, scrollbars=0, resizeable=0');
}
//-->
</SCRIPT>
<A HREF="javascript:void(0);" onClick="javascript:popup('newpost.php', 220, 350);">
ERROR
rad 7 (window.open(URL,'NewWin'.....)
tecken 3
fel Har inte implementerats
när jag klickar på länken händer inget.
hjälp