I am using the scrpit below for a pop up on click window, but just above my image there is an icon that suggest a image should be there ie the red x in a box, in dreamweaver preview it looks fine but when uploaded to the server i then see this problem, also happens in netscape, i do not understand javascript just pasted the text in, anyone have any ideas.
Regards
<script language="javascript">
function openMywindow(){
open("PathToPage.html","PageName","scrollbars=0, width=100,height=100, top=5, left=5, title=YourTitle").focus();
}
</script>
<a href="javascript:openMywindow()"><img src="PathToImage"/></a>