<div dir="ltr"><div>Hi Sarah,<br><br></div>You could proceed this way:<br><ul><li>get into the ZMI</li><li>go to portal_skins/plone_ecmascripts</li><li>open popuforms.js</li><li>customize it</li><li>put comments on (or remove) the following lines :</li>
</ul><p>    // login form<br>    $('#portal-personaltools a[href$="/login"], #portal-personaltools a[href$="/login_form"], .discussion a[href$="/login"], .discussion a[href$="/login_form"]').prepOverlay(<br>
        {<br>            subtype: 'ajax',<br>            filter: common_content_filter,<br>            formselector: 'form#login_form',<br>            cssclass: 'overlay-login',<br>            noform: function () {<br>
                if (location.href.search(/pwreset_finish$/) >= 0) {<br>                    return 'redirect';<br>                } else {<br>                    return 'reload';<br>                }<br>
            },<br>            redirect: function () {<br>                var href = location.href;<br>                if (href.search(/pwreset_finish$/) >= 0) {<br>                    return href.slice(0, href.length-14) + 'logged_in';<br>
                } else {<br>                    return href;<br>                }<br>            }<br>        }<br>    );<br></p><p>That's it => it should do the work!</p><p>!!! comments in js are //</p><p>Best regards!</p>
<p>serge<br></p><p><br></p><p><br></p></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-03-03 4:31 GMT+01:00 Sarah E <span dir="ltr"><<a href="mailto:sarah@p-perdana.com" target="_blank">sarah@p-perdana.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div link="blue" vlink="purple" lang="EN-US">
<div>
<p class="MsoNormal">Hi,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">My user are having problem opening the login or register pop up window in IE.<u></u><u></u></p>
<p class="MsoNormal">No issue at all open in Google Chrome. Is there a way to resolve this?<u></u><u></u></p>
<p class="MsoNormal">Thank you~<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><span style="font-size:16.0pt;font-family:"Lucida Calligraphy";color:#413753">Sarah E<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:9.0pt;color:#365f91">PUTRAJAYA PERDANA BERHAD GROUP OF COMPANIES
</span><span style="font-size:9.0pt;color:#2b873d"><u></u><u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;color:#365f91"><img src="cid:image001.jpg@01CF36D4.12342E50" alt="fav" height="14" width="16"></span></b><span style="font-size:9.0pt;color:#4f6228"> </span><span style="font-size:9.0pt;color:#4f6228">IT
 DEPARTMENT</span><span style="font-size:9.0pt;color:#4f6228"><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:Wingdings;color:#4f6228">(</span><span style="font-size:9.0pt"> <a href="tel:%2B6%2003-88868888%20ext%20865" value="+60388868888" target="_blank">+6 03-88868888 ext 865</a> |
</span><span style="font-size:9.0pt;font-family:"Wingdings 2";color:#4f6228">7</span><span style="font-size:9.0pt">  +6 03-888892626<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:9.0pt;color:#4f6228"><img src="cid:image002.jpg@01CF36D4.12342E50" alt="tree" height="11" width="11"></span><span style="font-size:9.0pt;color:#2d4527">  Please consider our environment before
 printing this email~ <u></u><u></u></span></p>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>


<table><tbody><tr><td bgcolor="#ffffff"><font color="#000000"><pre>/**************************************************************************\

DISCLAIMER:

This message is intended only for the use of the person to whom it is 
expressly addressed and may contain information that is confidential 
and legally privileged. If you are not the intended recipient, you are 
hereby notified that any use, reliance on, reference to, review, 
disclosure or copying of the message and the information it contains 
for any purpose is prohibited. If you have received this message in 
error, please notify the sender by reply e-mail of the misdelivery 
and delete all its contents.
 
Opinions, conclusions and other information in this message that do not
relate to the official business of Putrajaya Perdana Berhad shall be 
understood as neither given nor endorsed by it.

\**************************************************************************/</pre></font></td></tr></tbody></table>
<br>_______________________________________________<br>
Setup mailing list<br>
<a href="mailto:Setup@lists.plone.org">Setup@lists.plone.org</a><br>
<a href="https://lists.plone.org/mailman/listinfo/plone-setup" target="_blank">https://lists.plone.org/mailman/listinfo/plone-setup</a><br>
<br></blockquote></div><br></div>