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!

Using frames to hide Apex URL

Luis CabralFeb 13 2008 — edited Feb 21 2008
Hi

In order to hide the full URL of our Apex 3 applications, I used this code in the index.html in the webserver:
<html>
<HEAD>
<TITLE>Application</TITLE>
</HEAD>
<frameset cols="100%">
  <frame src="/pls/apex/f?p=MASTER">
</frameset>
</HTML>
It works perfectly, but it seems just "too easy"... Any drawbacks that I should be aware of, or is this technique 100% compatible with Apex 3?

Thanks,
Luis
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 20 2008
Added on Feb 13 2008
5 comments
1,112 views