Welcome Guest, Not a member yet? Register   Sign In
Codeigniter using Roundcube email system
#1

[eluser]Aakika[/eluser]
We have a roundcube email system using codeigniter for the permission process. Each time a recipient chooses a permission option - Accept, Reject or Report Abuse, a new window opens. The permission process is done in codeigniter. How do I prevent a new window from opening?

To read emails or access any other roundcube option, stays in same window. So the question is what is missing in the codeigniter code that interfaces with Roundcube?

Here is the code which link resides in the html code of the body of the email sent:

<a style="background-color:yellow;width:auto;
height:30px;
padding:5px;
color:white;
text-decoration:none;
font-weight:bold;
border:0px solid #BDC0C2;
-moz-border-radius: 10px;" target="_self" target="_self" href="http://mobile.aakika.com/index.php/mobile/acceptRequest/&lt;?php echo $iduser;?&gt;/&lt;?php echo $idfriend;?&gt;">Accept</a>

Any suggestion will be greatly appreciated.




Theme © iAndrew 2016 - Forum software by © MyBB