I have been trying everything to make the following code work in IE. It works fine in Firefox. Any suggestions?
This is in the head tags:
This is in the body:
This is in the head tags:
Code:
<script language="JavaScript" type="text/javascript">
function newwindow(url) {
window.open(url,'details', 'width=750,height=700,scrollbars=yes');
}
</script>
This is in the body:
Code:
<a href="javascript:newwindow('image.php?image=215');"><img src='thumbs/215' border='0' width='100' /></a>