I am using the following in a Views template override :

function advicedClicked(parent_element) {
    var element = $(parent_element).children();
    var href = $(element).attr("nodeurl");
    var options = {width: '400px', hijackDestination: false, href: href};
    Popups.openPath(element, options);
}

From what I can tell, I have everything that should bring up my provided url from the link that calls this function. It opens a popup window, but the page goes to a blank white screen (the whole page reloads) before any content is shown.

This was working for me in 6.x-1.3, using the legacy function names.

Could you provide any help with this?

Thanks.

Comments

kvvnn’s picture

This was due to the Google Analytics Issue.

See http://drupal.org/node/516452