mcgmark
10-16-2009, 07:47 AM
private function onPress() {
onRollOut();
getURL("javascript:LightboxDelegate(node.attributes.url,node.attributes.title)");
}
I am trying to edit existing code "Horizontal Arrow Scroller" to work with Lightbox.
The original script was using node.attributes.url and node.attributes.title to load the image in the original getURL..
How can I make it work with the Javascript?
I think i'm missing a "" or something?
Please help :)
onRollOut();
getURL("javascript:LightboxDelegate(node.attributes.url,node.attributes.title)");
}
I am trying to edit existing code "Horizontal Arrow Scroller" to work with Lightbox.
The original script was using node.attributes.url and node.attributes.title to load the image in the original getURL..
How can I make it work with the Javascript?
I think i'm missing a "" or something?
Please help :)