G Grey Apr 22, 2004 #1 I have one main window and one dialog window. Is it possible to reload the content of main window which is triggered from one button on dialog window. Million Thanks
I have one main window and one dialog window. Is it possible to reload the content of main window which is triggered from one button on dialog window. Million Thanks
G Guest Apr 22, 2004 #2 Hi, Gre If this dialog window is opened from the main window, you could do it in javascript <script language="javascript" for="button" event="onclick" window.opener.navigate(window.opener.location) </script Bin Song, MCP
Hi, Gre If this dialog window is opened from the main window, you could do it in javascript <script language="javascript" for="button" event="onclick" window.opener.navigate(window.opener.location) </script Bin Song, MCP