Page refresh
-
is there a refresh method for window.opener.location class. the one below is reloading the whole page but i just want a postback if (window.opener && !window.opener.closed) { window.opener.location.reload(); }
-
is there a refresh method for window.opener.location class. the one below is reloading the whole page but i just want a postback if (window.opener && !window.opener.closed) { window.opener.location.reload(); }
Hi omlac There is no Refresh mthod available in Javascript. Better you try the following code location.href="mention the same page name";
R.Palanivel 10:01 4 Jan '06
modified on Tuesday, August 19, 2008 8:08 AM
-
is there a refresh method for window.opener.location class. the one below is reloading the whole page but i just want a postback if (window.opener && !window.opener.closed) { window.opener.location.reload(); }
-
is there a refresh method for window.opener.location class. the one below is reloading the whole page but i just want a postback if (window.opener && !window.opener.closed) { window.opener.location.reload(); }