Dear all,
I want to close the jquery modal popup and refresh the parent window.
Firststly i want to close the modal dialog
following is my code
<asp:Button ID="btnAdd" runat="server" OnClientClick="return JClose"/>
<script type="text/javascript">
function JClose() { location.reload(true);
}
</script>
its not closing pls help me.....
thanks
nick
Go to the complete details ...