Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #1102
| From | "Lew" <lew@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: problem in refreshing |
| Message-ID | <K9mdnZpCpImKCXTYnZ2dneKdnZydnZ2d@comcast.com> (permalink) |
| Newsgroups | comp.lang.java.gui |
| References | <1172832697.754752.202610@j27g2000cwj.googlegroups.com> |
| Date | 2011-04-27 15:31 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui sureshsamikannu@gmail.com wrote: > give the below code after submitting it suddenly reloaded the jsp page > so that the xml is not generating.but it had refreshed that jsp page. > > window.location.reload(); That will reload the HTML that was generated by the JSP. It is Javascript, so it executes client side. IIRC, its action is to resend the POST parameters from the previous page and ask the sender to resend the HTML. It will lose any parameters from the current page; it is basically a "start over" for the current page. -- Lew --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Find similar
problem in refreshing a j "sureshsamikannu" <sureshsamikannu@THRWHITE.remove-dii-this> - 2011-04-27 15:31 +0000 Re: problem in refreshing "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:31 +0000
csiph-web