i have superb doubt...
i have one text box... in jsp page
i will type something... everytime whenever i am calling this page..
if i call the same jsp... the textbox restoring the previous value... ie... it is 
listing all the value based on typing the first letter...
i want to flush the textbox ...
some javascript code is there... for this...
anybody know...share to me...

thx and
regards
suriya
*Q  try for everything     Q*

Suriya narayanan V
Software Engineer
Contech Software Ltd
E-3/1,2,3, GIDC Electronics Estate,
Sector - 25, Gandhinagar - 382 044, INDIA
Tel.    : +91(2712) 44989/43324/43328
    (R)  : 91 - 79 - 6746164
fax    :+91 (2712) 24468

Email         :[EMAIL PROTECTED],[EMAIL PROTECTED]
URL           : http://www.contechgroup.com
HomePage :     http://www.suriyan.org



-----Original Message-----
From:   jaction [SMTP:[EMAIL PROTECTED]]
Sent:   Tuesday, July 25, 2000 8:02 AM
To:     [EMAIL PROTECTED]
Subject:        Re: refresh

hi,Herb,
    u can test via the following way:
<body.........onunload="location.reload()">
or<form.......onsubmit="location.reload()">
good luck!

jaction
shanghai city.
China


----- Original Message -----
From: "Herbert Pfleger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 24, 2000 11:57 PM
Subject: refresh


> Hi all,
> how can I implement a Refresh-Button in a jsp-page. When I only reload the page,
> i got no new values, cause the jsp-page is already transformed to a servlet and
> the servlet is already compiled and does not refresh. So how can I make a total
> refresh (with new java-file and new compilation).
> Thanks a lot
> Herb
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to