Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
775
How to clear content pane of a webdialogwindow using javascript
posted

Hi ,

I am showing a web page in web dialog window. when I show web dialog window with show(); method using javascript, it is first displaying the previous content and then after 10 seconds the new page is being displayed, that is refreshed with present url. 

How can i clear the content page so that i will show blank instead of the previous page till the new page shows up?