Put this code on your webserver - call it what ever you like. frame-test.html if you like. Try it out. Bob.
<HTML> <HEAD> </HEAD> <FRAMESET FRAMEBORDER="NO" ROWS="*,100%"> <FRAME NORESIZE SRC=""> <FRAME SRC=http://www.quantum-radio.net.au> </FRAMESET> <NOFRAMES> Sorry, you need frames </NOFRAMES> </HTML> ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Greg Makuch" <[EMAIL PROTECTED]> Cc: "disscuss" <[EMAIL PROTECTED]> Sent: Saturday, November 17, 2001 3:53 AM Subject: Re: url forwarding > > "Cloaked" is just a fancy marketers term for using an HTML frame to keep > the domain name in the address/location bar of the web browser while > showing the contents of the remote site as the target frame. Basically it > is very simple HTML coding. > > > I know a lot on this board do some form of url forwarding for > > clients. I am wondering if someone can tell where I can find some > > information on line for doing cloked url forwarding we currently do > > url forwarding that is uncloked and some clients are asking if they > > can have the other. we are running Linux/apache servers and cant seem > > to find any manuals or information anywhere after a several day search > > if someone can direct us to a source of info or in which linux module > > it is done it would be appreciated. Our tech team only need a > > reference if available. > > >
