I'd say
onBeforeShow: function() {
...
}});
function popup() {
alert("hi");
}
I.e. if you want to call a function inside the handler, you have to define it as a global function.
-- Micha
I'd say
onBeforeShow: function() {
...
}});
function popup() {
alert("hi");
}
I.e. if you want to call a function inside the handler, you have to define it as a global function.
-- Micha