hvorfor virker dette ikke ?
<script>function OpenEditor(id, selectpage) {
mw=window.open(\'redigerside.asp?id=\'+id+\'&selectpage=\'+selectpage+\',\'preview\',\'width=600,height=400,scrollbars=no\' );
mw.focus();
return false;
</script>
... og senere
<A ONMOUSEOVER=\"this.style.cursor=\'hand\'\" ONCLICK=\"OpenEditor(131, 32)\">
<IMG SRC=\"grafik/ikoner/rediger1.gif\" WIDTH=\"15\" HEIGHT=\"15\" BORDER=\"0\" ALT=\"REDIGER INDHOLD\">
</a>
