Juavascript Close window
-
Hi Everybody, I wrote one javascript function to close the popup window, while clicking the close button on my popup page(.aspx).But this function asks for confirmation while closing the window.But i don't want any confirmation while closing the window. Can anyone suggest me regarding this. Thanks in advance
-
Hi Everybody, I wrote one javascript function to close the popup window, while clicking the close button on my popup page(.aspx).But this function asks for confirmation while closing the window.But i don't want any confirmation while closing the window. Can anyone suggest me regarding this. Thanks in advance
u add this one in the source and try
-
u add this one in the source and try
-
Hi Everybody, I wrote one javascript function to close the popup window, while clicking the close button on my popup page(.aspx).But this function asks for confirmation while closing the window.But i don't want any confirmation while closing the window. Can anyone suggest me regarding this. Thanks in advance
-
u add this one in the source and try
Hi Lakshmi where should i add this. Below i gave my code see the code. close Thanks in advance.
-
Hi Lakshmi where should i add this. Below i gave my code see the code. close Thanks in advance.
u add this code in the popupwindow before form tag
-
Hi Everybody, I wrote one javascript function to close the popup window, while clicking the close button on my popup page(.aspx).But this function asks for confirmation while closing the window.But i don't want any confirmation while closing the window. Can anyone suggest me regarding this. Thanks in advance
Try this
onclick="window.opener=top;window.close();"
Abhishek Sur
-
u add this code in the popupwindow before form tag
i don't have form tag for my page because my page has a master page. I put your code in master page but it was not working
-
Hi Everybody, I wrote one javascript function to close the popup window, while clicking the close button on my popup page(.aspx).But this function asks for confirmation while closing the window.But i don't want any confirmation while closing the window. Can anyone suggest me regarding this. Thanks in advance