Skip to Main Content

SQL & PL/SQL

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!

Help on HTP.P in PL/SQL procedure

763255Mar 30 2010 — edited Mar 30 2010
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...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 27 2010
Added on Mar 30 2010
1 comment
2,680 views