You need to sign in to do that
Don't have an account?

Regarding Timer
How to implement timer in VF pages?
I want the page to be submitted when timer is set?
Kindly help me.
You need to sign in to do that
Don't have an account?
How to implement timer in VF pages?
I want the page to be submitted when timer is set?
Kindly help me.
you can achieve the same using actionPoller
Ref : http://www.salesforce.com/us/developer/docs/pages/index_Left.htm#StartTopic=Content/pages_compref_actionPoller.htm?SearchType=Stem
I tried with it, but I need a timer which displays fraction of time with secs and minutes.
In action poller, counter increaments by every 60 secs default and interval can be defined there.
I think, only option you have is to use timer method of javascript
How can we implement in Apex.
Can u please guide me over this.