my site
i have got an external photo gallery and embeded it into a html page, with an attached javascript attachment which creates a pop up window for the gallery
my javascript demo
i want to add this javascript to my template but it doesnt seem as straight forward as it should be, does cms allow you to add javascript to your sites?
if so can anyone help here?
the javascript is this
This is written to Window 3 by the main window");
}
function openWinNav() {
win2 = window.open("winnav.php", "Navigation","width=200,height=300,scrollbars=no,status=no");
}
//-->
so how can i add this to my site?
thanks in advance
