Thanks Chandralal,
it's works with document.urformname.submit()
Paolo
>MIME-Version: 1.0
>Content-Transfer-Encoding: 8bit
>Date: Thu, 21 Dec 2000 02:45:57 -0800
>From: Chandralal A V <[EMAIL PROTECTED]>
>Subject: Re: How to submit a form without user interaction
>To: [EMAIL PROTECTED]
>
>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
===========================================================================
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