Subject Re: [firebird-php] How not to show IP number on navigator address bar
Author masotti
Hi,

Roberto Carlos ha scritto:
> Is there an HTML trick not to show IP number on navigator address bar and persist http://www.mydomain.com?
>
I've never tried, but all your form can be in a frame pointing elsewhere.
You can have your main page hosted in www.mydomain.com but your frame
can be for example:
|<frame name="leftFrame" scrolling="NO" noresize src="http://200.200.xxx.xxx/index.php">

In javascript you can access your frame as document.frames[] or
document.frames(param1, param2) and change url source client side or
server side.

See references for details.
Obviously, in HTML *there is* your IP address, but it's not shown by
browsers.

Ciao.
Mimmo.

|