Hi all, Can anybody solve my problem ... How to hide the Real address of the page ?? i.e. When ever I visit my site I don't want my full url(Including the page name) to be displayed like www.xname.com/1.jsp , instead I would like to display only the main url like www.xname.com.This task is possible using frames in html.Is there any other option available for this ? -Shiva.
Sean MacLean
author
Ranch Hand
Joined: Nov 07, 2000
Posts: 621
posted
0
If your simply refering to the main (home) page for your site then you simply have to configure your server to recognise the 1.jsp as the default index. Beyond that you'd have to do every proceding page within a frame (of this main page) using some sort of controlling object such that the user never really leaves this 'main' page. That one suggestion anyway.