Hi
I am facing a severe issue to open a inline dialog region which is in my apex page(page no 111) .My code is here. Please suggest me any solution.
sys.htp.p('<tr><td class="left">'||c1.detail_img||'</td><td class="left">'|| apex_escape.html(c1.item_name)||
'</td><td class="left">'||c1.item_price||
'</td><td><a href="'||apex_util.prepare_url('f?p=&APP_ID.:111:'||:app_session||':javascript:openModal('detailsKitchen'))||'" ><span>Add<i class="iR"></i></span></a></td></tr><br/>');
Highlighted code i am using to open the inline dialog region which is in the same page(111) where this code exists. But this is not working and i am not getting any idea to resolve this issue.
I am waiting for a quick response.
Thanks
Himansu