|
The easiest way is to make a page with the content of an Iframe, and the width and height are 100%. Loading your file with this IFRAME is OK, so that all the passed parameters will not be displayed in the address bar. Such as:
default.html:
<iframe width = 100% height = 100% border = 0 src = "YourPage.aspx"> |
|