How to pop up a window.
I'm trying to pop up a window from a product page in the store. Here is the <a> I'm using:
<a href="javascript:void(0);" onClick="window.open('/store/files/images/small/-free-ship.html','mywindow','width=600,height=665')">(Cl ick here for Details)</a>
This pops up a window but the window holds the error message:
You don't have permission to access /store/files/images/small/-free-ship.html on this server.
|