I have the below code and it works fine in FF but in IE 6&7 it wont work, gives an error to do with window.open??
Code:
<script type="text/javascript"> <!-- function radio(dirLevel) { window.open(dirLevel+"radio.html", "Radio", "status=1, height=120, width=450, resizable=0, top=20, left=20") } //--> </script>
Comment