Click to See Complete Forum and Search --> : is it possible to hide url in the address bar


khushi
December 8th, 2004, 01:58 AM
I want to know if its possible to hide the actual URL in the address bar of the different pages on my website eg, http://abc.free.com/MyBikePage.html
and just have the domain name displayed no matter what page you are veiwing? eg, http://www.abc.com

ok Any help appreciated thanks guys!

Rohit Kukreti
December 8th, 2004, 05:56 AM
khushi,

U need to use frames on ur website. Every frame has a html, aspx, etc. page attached to it. E.g. u can have 3 frames where by the top frames have the banner, left one has the menus and the right one has the content. Every time user selects something on the left menu frame u can show the contents on the right frame.

khushi
December 9th, 2004, 01:23 AM
Hi
Rohit Kukreti

thnx for ur help.