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