Forum Moderators: open
<a href="javascript:popUp('pic_l.htm')"><img src="pic_s.gif"></a>
I get the error message: "Address type is unknown or unsupported."
The function definition I'm using is:
function
popUp(fileName){window.open(fileName,'poppage','width=420,height=400,status=1')
}
Does anyone know what's up with that?