submit() doesn't do a postback. it does a form submit, which is part of a postback, but not 100% of the process. postback has an eventtarget value, for one. and timers only work if you want to do it on a timed basis, and not based on other logic like most programs are driven by.
∞ Andy Badera ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=(andrew+badera)+OR+(andy+badera) On Tue, Sep 1, 2009 at 12:44 PM, Bixam<[email protected]> wrote: > > use timer in javascript and submit() > > > > > On Mon, Aug 31, 2009 at 11:20 AM, Sudhir <[email protected]> wrote: >> >> hi, >> >> How to postback the page programatically means without clicking any button >> >> please explain elaborately >> >> if possible write me code >> >> thanks >
