I'm kinda new to using jquery and such...i understand it somewhat but
i've hit a bit of a snag.

I have a gallery that i wanted to use the greybox with as it's the
only i could find to work with my other code...that does allow outside
webpages  (i.e
google).

However the first item on the page it will open correctly (in greybox)
but then
when you click on another item it won't open in the greybox it opens
in a new page. I think it might be because the different images in my
gallery add a "#2" or whatever image is it to the end of the
address....but you haven't really
changed pages it's just to deal with history so that if you click the
back button on your browser it just got back to "#1" instead of a
whole other page.

I'm wondering if anyone might know how to fix this.

I saw another post and i thought it might have been my answer i put
this code in my index page...

        <script>
                if(window.onload != undefined) {
                        var tempFunct = window.onload;
                        window.onload = function() {
                                tempFunct();
                                decoGreyboxLinks();
                        }

                } else window.onload = decoGreyboxLinks;

                </script>

now it opens two windows in the greybox but the third link opens in a
new window.

Hope this made sense...and i hope someone can give me some guidance

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GreyBox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/greybox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to