13
Yes, I did that... Maybe I did everything in the wrong place...
I mean, I put this code right before the last line in xoops.js
var windowHandle;
function myConfirm() {
windowHandle = window.open('confirm.html','windowName','width=600,height=320');
if (!windowHandle.opener)
windowHandle.opener = self;
return false;
}
And I created the confirm.html file in root
Did I do correct? It's still not coming up...