if u r asking about refreshing,use meta tag in html
 <META HTTP-EQUIV="REFRESH" CONTENT=10>
here 10 is time in seconds

or
Use client side scripting
 document.urformname.submit()
if it is not working
  place one submit button with 0px width and height
and use
  document.urformname.ursubmitbuttonname.click()
            regards chandralal


--- Paolo Sommaruga <[EMAIL PROTECTED]> wrote: >
Hi,
>
> I have a problem, perhaps a trivial problem. I have
> a jsp page with a form
> wich only contains hidden fields. I need to submit
> such form automatically,
> without any user interaction.
> There is some special value in the tag to do this
> action ?
>
>         <input type="submit" value ...>
>
> There is a way with jsp ?
>
> Thanks for your suggestions
>
>
>                                 Paolo Sommaruga
>
>                                 Garda Access
>                                 Garda (Vr), Italy
>
> http://www.garda-acess.com/
>
> ==================

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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