Onderstaand javasriptje werkt niet onder netscape:
<script>
function openWin(URL){
aWindow=window.open(URL, "window", "width=700, height=500, menubar=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes,resizable=yes");
}
</script>
javascript:openWin('click.php?http://www.bla.nl');
Het werkt prima onder IE.
Weet iemand een oplossing hiervoor?
<script>
function openWin(URL){
aWindow=window.open(URL, "window", "width=700, height=500, menubar=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes,resizable=yes");
}
</script>
javascript:openWin('click.php?http://www.bla.nl');
Het werkt prima onder IE.
Weet iemand een oplossing hiervoor?