I did find this code that works but takes 2 back clicks to return to the gallery.
Does anyone think that will be a problem???
or have code where it only takes 1 click to get back.
Quote:
<script type="text/JavaScript">
if (top.location != location) top.location.href = location.href;
</script>
|