Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Javascript Foucs is not working In IE

HarryJul 31 2012 — edited Jul 31 2012
I have tabular in in APEX page

In tabular form on one textbox onblur="setfocs();"

And i set focus on button using javascript as below.

<script type="text/javascript">
function setfocs()
{
document.getElementById('add_row_id').focus();
}
</script>
Javascript in HTML header part of the page.

'add_row_id' is button id.

That is working fine in Firefox but not working on IE and Chrome.
Can any one have idea?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 28 2012
Added on Jul 31 2012
4 comments
314 views