Hi all,<br><br>I am trying to sit pmwiki within another application and I do not want it to open up another window/tab when I click on the `view changes` link that shows when simultaneous edit occurs.<br><br>It is possible to change the link to a pop-up?&nbsp; <br>
<br>I know I have to change this part in simuledit.php<br><br>$MessagesFmt[] = &quot;&lt;p class=&#39;editconflict&#39;&gt;$ec<br>&nbsp;&nbsp;&nbsp; (&lt;a target=&#39;_blank&#39; href=&#39;\$PageUrl?action=diff&#39;&gt;$[View changes]&lt;/a&gt;)<br>
<br><br>I tried <br>&nbsp; $MessagesFmt[] = &quot;&lt;p class=&#39;editconflict&#39;&gt;$ec<br>&nbsp;&nbsp;&nbsp; (&lt;a href=&#39;\$PageUrl?action=diff&#39; onClick=&#39;window.open(&#39;\$PageUrl?action=diff&#39;,&#39;popup&#39;,&#39;width=600,height=700,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=50,top=0&#39;); return false;&#39;&gt;$[View changes]&lt;/a&gt;)<br>
&nbsp;&nbsp;&nbsp; &lt;/p&gt;\n&quot;;<br><br>But there is no pop-up and only the action=diff page appears on the same page.<br><br>Any ideas?<br><br>Thanks alot!<br><br>Elizabeth<br><br><br>