Hey guys,
for some reason when I try to open a page in a new window via:
it won't work unless I replace 'menu2.html' with the full path eg. '
makes it difficult if the site ever needs to be relocated.. what am I doing wrong?
TIA
for some reason when I try to open a page in a new window via:
Code:
getURL("javascript:window.open('menu2.html','Packages','channelmode=no,fullscreen=no,directories=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=640,height=600');void(0)");
it won't work unless I replace 'menu2.html' with the full path eg. '
makes it difficult if the site ever needs to be relocated.. what am I doing wrong?
TIA