Click to See Complete Forum and Search --> : URL Field


Marlon_Br
01-27-2006, 02:20 PM
I dindīt really know if I should post this thread here or in the javascript section. But since my pages are php I will give it a try here first. Iīm trying to find out if there is a simple way to have only one address showing on the URL field of the browser. For example>> have>> http://www.domain.com/ always on the URL field independently if the user is on http://www.domain.com/services.php or http://www.domain.com/products.php

Thanks for any help

aaronbdavis
01-27-2006, 02:21 PM
you need to use Frames for that.

Alternatively you could usejavascript to remove the url entirely (assuming the client has JS enabled)