This sounds like it would also be a good application for some AJAX type programing, possibly using Regular or I-frames for some of it.
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lustosa Sent: Tuesday, June 27, 2006 8:39 AM To: [email protected] Subject: Re: [php-list] URL Hiding On 6/27/06, Sam <[EMAIL PROTECTED] <mailto:reachsam%40yahoo.com> > wrote: > Does anyone know how to hide the explicit URL addresses by exposing > only the root URL? Ideally, I want something small and simple to add > to my PHP or HTML script. Easiest way is to add a frameset with two frames to your page. The first would be a dummy invisible frame, and the second would be the document itself. The address bar would always show the address of the frameset (index.html in your case), and navigation would always take place inside the frame. -- Bruno Lustosa <[EMAIL PROTECTED] <mailto:bruno%40lustosa.net> > ZCE - Zend Certified Engineer - PHP! http://www.lustosa.net/ <http://www.lustosa.net/> ------------------------ Yahoo! Groups Sponsor --------------------~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/HKFolB/TM --------------------------------------------------------------------~-> Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
