calling javascript function

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
planner

calling javascript function

Post by planner »

Folks,

I have this js function within the head tag of the template that I'm using:

{literal}

function libdal() {
window.open('url/Dallas/satsang/index.php','mywindow','width=700,height=600,toolbar=yes,
location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,
resizable=yes')
}

{/literal}

and calling it from one of the pages with:



   


However, clicking on the resulting button does nothing. Is there anything wrong with the function or with the way it is called?
I'm , no guru in this area.

TIA
Locked

Return to “CMSMS Core”