Hi - is it possible to amend the template so that the extra information pop-up window does not default to top left of screen? I'd like it more centred...
Where should I go??
Best - James
Where should I go??
Best - James
function ShowPopUp(sUrl, nWidth, nHeight) { window.open(sUrl, 'ActPopup', 'width=' + nWidth + ',height=' + nHeight + ',scrollbars, resizable'); }
function ShowPopUp(sUrl, nWidth, nHeight) { window.open(sUrl, 'ActPopup', 'width=' + nWidth + ',height=' + nHeight + ',left=150, top=100, scrollbars, resizable'); }
Comment