473,386 Members | 1,609 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Going from frame to non-frame web page

I am setting up a internal website and I am using a non-frame index
page, I then link to a page that contains frames... The problem is
when I link back to the home page it opens a new window. I want to use
the same browser window that I am currently in...

:code

<h2>Contents</h2>
<p><strong><a href="index.html" TARGET="top">Homepage</a></strong></p>
ect...

I appriciate any help that you can provide...
Jul 20 '05 #1
2 2058
fk****@chartermi.net (Fknapp) wrote:
I am setting up a internal website and I am using a non-frame index
page, I then link to a page that contains frames... The problem is
when I link back to the home page it opens a new window. I want to use
the same browser window that I am currently in...

<p><strong><a href="index.html" TARGET="top">Homepage</a></strong></p>


Is that really a paragraph? and is it really strong emphasis?

Anyway, a quick look at the HTML spec would have told you that
target="top" targets the link at the window or frame called "top" and
opens a new window called "top" if none exists. target="_top" is the
special case that targets the link to the uppermost level of teh
current frameset and is what you want.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #2
That was it, thanx for the help

Fritz

Steve Pugh <st***@pugh.net> wrote in message news:<4r********************************@4ax.com>. ..
fk****@chartermi.net (Fknapp) wrote:
I am setting up a internal website and I am using a non-frame index
page, I then link to a page that contains frames... The problem is
when I link back to the home page it opens a new window. I want to use
the same browser window that I am currently in...

<p><strong><a href="index.html" TARGET="top">Homepage</a></strong></p>


Is that really a paragraph? and is it really strong emphasis?

Anyway, a quick look at the HTML spec would have told you that
target="top" targets the link at the window or frame called "top" and
opens a new window called "top" if none exists. target="_top" is the
special case that targets the link to the uppermost level of teh
current frameset and is what you want.

Steve

Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

81
by: julio | last post by:
Sorry but there is no another way, c# .net and mono are going to rip python, not because python is a bad lenguage, but because is to darn old and it refuses to innovate things, to fix wrong things,...
63
by: Stephen Thorne | last post by:
Hi guys, I'm a little worried about the expected disappearance of lambda in python3000. I've had my brain badly broken by functional programming in the past, and I would hate to see things...
9
by: int | last post by:
Is .NET 2.0 Framework going to take advantage of 64-bit computing? Intel and especially AMD's Opteron are 64-bit and they are really inexpensive. Look at the prices here......
7
by: Nick Zdunic | last post by:
I have a remotable object running in my host application. The host starts up and creates the object. Within a method to start the remote object doing its thing it creates an object. ...
32
by: Adrian Herscu | last post by:
Hi all, In which circumstances it is appropriate to declare methods as non-virtual? Thanx, Adrian.
32
by: Fresh Air Rider | last post by:
Hi I understand that ASP.net 2.0 (Whidbey) is going to reduce coding by 70%. Surely this is going to de-skill or dumb down the developer's task and open up the task of web development to less...
11
by: MOOVBUFF | last post by:
I've been looking (wasting my time) for simple solutions such as Updating a database in VS 2005 and all I get is either no answer or another question. Obviously the people in the newsgroup can't...
18
by: Giovanni Bajo | last post by:
Hello, I experimented something very strange, a few days ago. I was debugging an application at a customer's site, and the problem turned out to be that time.clock() was going "backwards", that...
10
by: JoeC | last post by:
I have been programming for a while and I have seen this syntax before and I copied this from a book but the book didn't explain what is going on here. class engine{ protected: static engine*...
1
by: DotNetNewbie | last post by:
Hi, Looking forward to mvc, do you guys know when the official release is going to be? Is it spring time?
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.