Don't want path of pages showing in address bar

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
graydeth
-


Joined: 22 Feb 2004
Posts: 16

PostPosted: Mon May 01, 2006 9:31 pm    Post subject: Don't want path of pages showing in address bar Reply with quote

I'm sure it's been asked before, but I couldn't find it....

How do I keep the full path to the page from being shown in the web browser title bar?

Example: my site name is www.michaelsplayground.com

when I click on the link for comics, i see:
http://www.michaelsplayground.com/Comics%20Web/ComicsMain.htm

I only want to see:
www.michaelsplayground.com

Thanks in advance. :oops:


Last edited by graydeth on Mon May 01, 2006 10:00 pm; edited 1 time in total
Back to top View user's profile Send private message Send e-mail Yahoo Messenger
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Mon May 01, 2006 9:32 pm    Post subject: Reply with quote

Use a HTML frameset. That should do the job no problem.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
graydeth
-


Joined: 22 Feb 2004
Posts: 16

PostPosted: Mon May 01, 2006 9:37 pm    Post subject: Reply with quote

The Inquisitor wrote:
Use a HTML frameset. That should do the job no problem.


I am using frames on my page, maybe I am missing something?
Back to top View user's profile Send private message Send e-mail Yahoo Messenger
graydeth
-


Joined: 22 Feb 2004
Posts: 16

PostPosted: Mon May 01, 2006 9:39 pm    Post subject: Reply with quote

The Inquisitor wrote:
Use a HTML frameset. That should do the job no problem.


Here's the html for it:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Michael's Playground - The Home Page</title>
<meta name="Microsoft Theme" content="bluecalm 1011, default">
</head>

<frameset framespacing="0" rows="65,*" border="0" frameborder="0">
<frame name="header" scrolling="no" noresize target="main" src="NavButtons.htm">
<frame name="main" src="main.htm" scrolling="auto" noresize target="_self">
<noframes>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<div id="watermarklogo" style="position:absolute;"></div>

<script src="staticlogo2.js">

///////////////////////////////////////////////////////////////////
/*Site Logo Script © Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and TOS, visit http://www.dynamicdrive.com/ */
///////////////////////////////////////////////////////////////////

</script>

<p>This page uses frames, but your browser doesn't support them.</p>

</body>
</noframes>
</frameset>

</html>
Back to top View user's profile Send private message Send e-mail Yahoo Messenger
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Mon May 01, 2006 10:14 pm    Post subject: Reply with quote

That HTML should work fine. Not sure if that was for a check or for other people to use.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group