Welcome Guest, Not a member yet? Register   Sign In
closing popup and refreshing popup parent window after form submit
#3

[eluser]John_Betong[/eluser]
[quote author="crwtrue" date="1248140611"]What would a be codeigniter way to do this? Cause there is a function for popup(anchor_popup()) and with this javascript you can do this
Code:
window.close();
window.opener.location.reload();

but i dont want to put that code in the controller so what would be the standard way to do this?[/quote]
 
My kludge is to include the following code snippet in my popup_view file:
Code:
<form action='#'>
    <p>
      &lt;input  id='close'  type='button' value="Close Window" /&gt;
       &nbsp;&nbsp;
      <br /><br />
    </p>    
  &lt;/form&gt;
&nbsp;
&nbsp;
&nbsp;
77


Messages In This Thread
closing popup and refreshing popup parent window after form submit - by El Forum - 07-20-2009, 07:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB