took some searching but I finally got it to work using this script.
<script>
if(window.onload != undefined) {
var tempFunct = window.onload;
window.onload = function() {
tempFunct();
decoGreyboxLinks();
}
} else window.onload = decoGreyboxLinks;
</script>
On Apr 3, 8:28 pm, Pre <[email protected]> wrote:
> Hey how are you?
> I can't get this to work with another js script that has an onload
> event. I've tried everything to fix this short of getting another box
> script. Is there a way around this?
> 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
-~----------~----~----~----~------~----~------~--~---