Hi All,
I have a function reloaddash(1); for refresh the db.js in db.js file which sends a ajax request to the action file.
In this .js itself I draw the table,td,tr for display. I dont use seperate .jsp file to draw. By onclick a link in this js file I opened a new window using window.open(URL).
Now my confusion is If I close this new window I need to refresh this .js file that is i need to call the function reloaddash(1); But I dont know how to call this function on the closing of new window.
Is there any option to call a function from w.indow.close or parent.opener. I tried a lot.
Plz suggest. Thanks in Advance