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

Calling a javascript method from a pageblock table
Hi Guys,
I would like to call a javascript method on 'Onblur' event from every row of a pageblock table. (How the ids in pageblock table can be accessed in Javascript). My requirement is that I will pass some count to the javascript method of every row and at the end of the table, the overall count should be displayed.
All this logic has to happen at page level without involving any database.
It would be of great help if anyone provides inputs.
I would like to call a javascript method on 'Onblur' event from every row of a pageblock table. (How the ids in pageblock table can be accessed in Javascript). My requirement is that I will pass some count to the javascript method of every row and at the end of the table, the overall count should be displayed.
All this logic has to happen at page level without involving any database.
It would be of great help if anyone provides inputs.


This page has an example usage of onblur in a pageblocktable: http://www.davehelgerson.com/?p=496