473,322 Members | 1,352 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,322 software developers and data experts.

problem with frames

I am having a problem with my html code.
I have a webpage that has to frames. One frame has links and the other has
content.
When I click on a link the new webpages open within the selected frame and
not within the entire browser.
Any help?
Jul 23 '05 #1
3 1522
IOANNIS MANOLOUDIS wrote:
I am having a problem with my html code.
I have a webpage that has to frames. One frame has links and the other has
content.
When I click on a link the new webpages open within the selected frame and
not within the entire browser.
Any help?


give a name to your right frame

<frameset>
<frame name="left"...>
<frame name="right"...>
</frameset>

Then in the links, specify the target with the target attribute
<a href="..." target="right">
Jul 23 '05 #2
Axel =?UTF-8?B?QnLDvG5u?= <no@mail.no> wrote:
give a name to your right frame
Well, yes, if someone is pointing a gun an you so that you cannot get rid
of slimy frames altogether.
<frameset>
<frame name="left"...>
<frame name="right"...>
</frameset>


How informative will the names "left" and "right" be to a person using
a speech browser, or a text browser that effectively implements frame
elements as links? Names of frames _can_ be visible or audible to users,
and should be chosen according to meaning, not position.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 23 '05 #3
Jukka K. Korpela wrote:
Axel =?UTF-8?B?QnLDvG5u?= <no@mail.no> wrote:
give a name to your right frame


Well, yes, if someone is pointing a gun an you so that you cannot get rid
of slimy frames altogether.


I hate frames too, both as a web developer and as a web user.
<frameset>
<frame name="left"...>
<frame name="right"...>
</frameset>


How informative will the names "left" and "right" be to a person using
a speech browser, or a text browser that effectively implements frame
elements as links? Names of frames _can_ be visible or audible to users,
and should be chosen according to meaning, not position.


Right, I was only showing how it works; up to Ioannis to see how the frames
(if any) should be named.
BTW, what a chance, right now I'm reading your article:
http://www.cs.tut.fi/~jkorpela/chars.html
Thanks for that work, it clarifies a lot of things.

Jul 23 '05 #4

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

Similar topics

4
by: JesusFreak | last post by:
From: us_traveller@yahoo.com (JesusFreak) Newsgroups: microsoft.public.scripting.jscript Subject: toolbar script problem NNTP-Posting-Host: 192.92.126.136 Recently, I downloaded the following...
5
by: Jim Marquardson | last post by:
Hi, I've struggled with this for a while now, so I'm asking for help. I am trying to click on a link in one page, have that link open up in a new window, and set that newly opened window's...
3
by: Jan Ebbe Jensen | last post by:
Hi I have tried the following code. It works in Mozilla. In IE I'm not able to enable DesignMode? What have I done wrong? It says that obj is undefined? Can anyone help me please.
3
by: krishna | last post by:
Below is the code. language = asp.net/vb.net private sub openW() sResult = sResult & "<script language=javascript> mywindow =...
1
by: sympatico | last post by:
Hi, We are working on a .NET application. In our project, most of the interfaces use frames. We have a problem accessing previous page using frames. Let us say we have a page A that does not...
1
by: Joseph Scoccimaro | last post by:
Currently I have a Greasemonkey script that adds a menu to the top of every page by adding its self to the DOM. I am having a problem when I visit a page with frames. The menu gets duplicated in...
4
by: Johny_W | last post by:
hi guys, I have encountered a problem with IE automation (.NET 2.0, C#, mshtml, SHDocVw). I am writing a class for manipulating specific html pages with frames. It is supposed to be used from...
13
by: Giggle Girl | last post by:
Hi there, I am having a problem with the behavior of Firefox, where lefthand column content is not resized properly after it is "collapsed" and then "re-expanded". An online demo is available...
18
by: len.hartley | last post by:
Hi, I am trying to pop-up a window when the user clicks on an image. The problem is that when the user clicks on the image and the window pops up OK, but the window underneath also proceeds to...
0
by: Iridium | last post by:
Greetings, I am trying to get a JPG Frame from a MJPG Stream. A MJPG is basically a stream of JPGs which are splitted by a special boundary string. So I tried to get the stream, split it by the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.