Reload window

  • Thread starter Thread starter Grey
  • Start date Start date
G

Grey

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top