Currently, I am faced with the challenge of using software that does not allow direct editing of HTML on individual pages. Instead, I have the ability to add code to the header and footer to make modifications to the content within the body of each page.
My goal is to have the popup window centered on the page rather than appearing at the top and off to the side:
<a onclick="javascript:window.open('https://www.thelink.org/faf/login/loginParticipantPopUp.asp?ievent=1138380','loginwin','menubar=no,scrollbars=yes,resizable=yes,width=400,height=200')" href="#">click here</a>
http://jsfiddle.net/jelane20/gt1ykmxs/
If you have any suggestions or tips on how to modify the attributes for the popup window, your input would be greatly appreciated.