Log in

View Full Version : How can I make this work? xml/Javascript/GetURL/Lightbox



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 :)

mcgmark
10-16-2009, 05:50 PM
help?

This can't be difficult. I'm just using the wrong syntax.