I am using the following line of code in my PL/SQL procedure.
htp.p('
Link');
Actually the application is deplyed and running in Weblogic server. If I running the application normally it is displaying content of JSP file which contains Forward,BackWard,Refresh buttons.i.e displaying all webcontent data. But when I tried access this page from the above link using PL/SQL HTP code, I can see one tab content only. I cann't see the all tabs names and forward,backward,refresh buttons at all. Can you please suggest me how can I load the webcontent into HTP code html page?
Thanks in advance...