Cursor Focus problem
Irha10Jul 7 2011 — edited Jul 8 2011Hello there,
can anyone help me please! using APEX 3.2 currently.
I came across one page of my application in apex 3.2 not focus on 1st item rather focus on number 7 field. After analysis, I found that b/w 1st and six fields are LOV and 7th one is textarea, so cursor focusing on 7th field that is textarea on page load. It should focus on 1st field.
I tired javascript in html body on page that is onload="javascript:setfocus('P25_Item_name');" and also set the Cursor Focus to "Do not focus cursor" but not getting on.
please let me know what should I do?
kind regards,