Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
May 24, 2012, 02:09:37 AM

Pages: [1]   Go Down
  Print  
Author Topic: Frames  (Read 352 times)
cwilliams
Trekkie
**
Offline Offline

Posts: 11


WWW
« on: October 28, 2002, 12:59:00 AM »

Hello there,
Can someone tell me how to enable your website to use the browsers forward and back while navigating through a website? When I click on my hyper link and want to revisit the page I was just on(within my site), I have to click the X on the browser to close to get back where I was. So basically my website opens multipul browser sessions. I know this is due to my building of the site dhh!
thanks much!!
Logged
stephan
Guest
« Reply #1 on: October 28, 2002, 01:03:00 AM »

I think I know what you mean.

You need to specify which frame the link is meant to open with.

Like this:

<a href="mypage.htm" target="myframe">click here</a>

Otherwise the browser opens the link in the wrong place.

Is that what you meant?
Logged
cwilliams
Trekkie
**
Offline Offline

Posts: 11


WWW
« Reply #2 on: October 28, 2002, 01:52:00 AM »

Hello,
If I click on a link(example the link is to a file called *.htm) that is on my home page, it opens that link, however it opens another IE session to do so. With this happening, I'm unable to use the browsers forward and back to navigate through my web site. I have to keep closing or Xing out of pages. I know it's confusing typing it out yet seem simple to fix.
thanks!!
Logged
cwilliams
Trekkie
**
Offline Offline

Posts: 11


WWW
« Reply #3 on: October 28, 2002, 02:15:00 AM »

I just figured it out. Evidently when I created the link I specified a target. I cleard out the target and alls well. I noticed one of my links was performing correctly so I took a look at the properties and verified it to the ones that were not and noticed the mistake. Thanks anyway:0)
Logged
stephan
Guest
« Reply #4 on: October 28, 2002, 01:57:00 PM »

That's what I meant.

The "target" section is the culprit.

You probably had something like:

<a href="this.htm" target="_blank">

_blank
_top

and others which start with _, are special.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to: