Hi, everybody!
I'm running a Miva 4 store and I'm using on my product descriptions a script to open a larger image:
The thing is that the image opens on the same window instead a popup new window.
I've started using this script almost two years ago (made several tests before) and never had any problem until now. I didn't make any update on my Miva 4 or neighter touch any configuration.
I tried to open images on Google Chrome and the image just opens on same window but Explorer shows me an error message before open the image on a the same window: "Stack overflow at line: 1164" (I don't have any idea on what this means).
I'm using this same script to enlarge images on another store using Miva 5.5 and don't have any problem at all.
I will appreciate any explanation of why can this be and how should I fix it.
Thanks!
I'm running a Miva 4 store and I'm using on my product descriptions a script to open a larger image:
Code:
<script type=""="text/javascript"> <!-- function openPop(image) { window.open(image,'window','width=600,height=600,status=yes,resizable=no,scrollbars=yes,dependet=yes'); } //--> </script> <a href="../images/large/LARGEDG.jpg" onclick="openPop(this.href);return false">Click Here for Larger Image</a></td>
I've started using this script almost two years ago (made several tests before) and never had any problem until now. I didn't make any update on my Miva 4 or neighter touch any configuration.
I tried to open images on Google Chrome and the image just opens on same window but Explorer shows me an error message before open the image on a the same window: "Stack overflow at line: 1164" (I don't have any idea on what this means).
I'm using this same script to enlarge images on another store using Miva 5.5 and don't have any problem at all.
I will appreciate any explanation of why can this be and how should I fix it.
Thanks!
Comment