address bar doesn't change

This is a discussion on "address bar doesn't change" within the Starting Out section. This forum, and the thread "address bar doesn't change are both part of the Design Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old May 29th, 2007, 02:06
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
address bar doesn't change

Hi,

I've been looking at a site that has links to external sites but when I click to these other sites the address bar still displays the original sites url even though I see the other site.
Why the original site would do this I don't know but how do they do that is my question?

many thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old May 29th, 2007, 02:30
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,668
Blog Entries: 1
Thanks: 1
Thanked 4 Times in 4 Posts
Re: address bar doesn't change

HTML Frames
With frames, you can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each frame is independent of ...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old May 29th, 2007, 02:52
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: address bar doesn't change

What Spinal forgot to mention: Do not use frames. They are bad for accessibility, usability, SEO, and so on.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old May 29th, 2007, 02:55
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,668
Blog Entries: 1
Thanks: 1
Thanked 4 Times in 4 Posts
Re: address bar doesn't change

Yes! Sorry, forgot!
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old May 29th, 2007, 11:06
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Re: address bar doesn't change

Thanks for the replies.

I looked at the source code for the site http://www.cantley.norfolk.sch.uk/
and it doesn't appear to be frames unless the address is that of the frameset file with the frame as the page being viewed. If this is the case why would anyone use frames for just one viewable window?.

I appreciate what you say about not using frames but I used frames to display photos
http://www.cantley.org/slideshow/index.html
Would there have been a better option than this?.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old May 29th, 2007, 12:28
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: address bar doesn't change

Source of http://www.cantley.norfolk.sch.uk/

Code: Select all
<html>
<frameset cols=0,*"
                framespacing="0" border="0" frameborder="0">
<frame name="zero" scrolling="no" noresize>
<frame name="main" src="http://www.cantley.norfolk.procms.co.uk">
</frameset>
</html>
That's a frame alright! *gives me the hibby gibbies just looking at that code*

Quote:
Originally Posted by aflacduck View Post
I appreciate what you say about not using frames but I used frames to display photos
http://www.cantley.org/slideshow/index.html
Would there have been a better option than this?.
Sure ... by using Lightbox or the different or the different flavors of it

Last edited by karinne; May 29th, 2007 at 12:30.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old May 29th, 2007, 12:44
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Re: address bar doesn't change

Hi Karinne,

Thanks for that but how did you get to that frameset code? when I viewed source I just got the frame and not the frameset.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old May 29th, 2007, 12:54
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: address bar doesn't change

There are 2 extensions in Firefox that you cannot live you web designers' life without

Web Developer
Firebug
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old May 29th, 2007, 13:44
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Re: address bar doesn't change

I have firebug which is fantastic but I will check out the web developer. Just looked at that page in firebug, i can see now that it is frames.

Thanks a lot Karinne
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old May 29th, 2007, 14:02
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: address bar doesn't change

no problem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old May 29th, 2007, 22:19
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: address bar doesn't change

Lightbox is beautiful
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
address bar

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Javascript in address bar alexgeek JavaScript Forum 4 Oct 13th, 2007 11:52
Icon in web address bar pokerskatershark Web Page Design 3 Jan 18th, 2006 23:25
PHP for users IP address djme PHP Forum 3 Dec 31st, 2005 18:08
how do i get the http address? mostwanted Flash & Multimedia Forum 0 Nov 11th, 2005 14:08


All times are GMT. The time now is 01:53.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42