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

please help with frame navigation

Frames are working fine except the navigation is not happening as
desired. ie links in left frame are desired to show up in the right
frame, but they open in a new browser instead.

Can someone help ammend to the following:
I am attempting the following so that the target for links in left
frame should appear in right frame (there are 2 frames, left and right)

<frame name="leftfr" src="framea.html" noresize target="rightfr">
<frame name="rightfr" src="frameb.html" noresize>

Jul 23 '05 #1
3 2043
br*********@yahoo.com wrote:
Frames are working fine except the navigation is not happening as
desired. ie links in left frame are desired to show up in the right
frame, but they open in a new browser instead.


Your syntax is nonsense. I'd suggest you RTFM, but it would be better for
you to stop using frames.

http://www.allmyfaqs.com/faq.pl?Prob...h_using_frames

Decent alternatives to solve "similar content such as navigation on multiple
pages":

http://www.allmyfaqs.com/faq.pl?Incl...ile_in_another

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 23 '05 #2
In message <11**********************@c13g2000cwb.googlegroups .com>,
br*********@yahoo.com writes
Frames are working fine except the navigation is not happening as
desired. ie links in left frame are desired to show up in the right
frame, but they open in a new browser instead.

Can someone help ammend to the following:
I am attempting the following so that the target for links in left
frame should appear in right frame (there are 2 frames, left and right)

<frame name="leftfr" src="framea.html" noresize target="rightfr">
<frame name="rightfr" src="frameb.html" noresize>

What you could do is:

(a) Remove target="rightfr" from the first line (above).

(b) For each (appropriate) link anchor in 'framea.html' add
target="rightfr"
e.g. <a href="alpha.html" target="rightfr">ALPHA</a>

Alternatively, if most links in 'framea.html' cause the content to be
loaded into 'rightfr' you can simply set <BASE target="rightfr"> inside
'framea.html' instead.

Give us a url and we can look at the code.

ps. Don't forget about the <noframes></noframes> content.

regards.

--
Jake

Jul 23 '05 #3
The target frame page has to be give with-in the <a> element which is
placed in the left frame and not in the frame element.
<frame name="leftfr" src="framea.html" noresize target="rightfr">
<frame name="rightfr" src="frameb.html" noresize>


<a href="http://seashellwebs.com target="right"">b</a>

thanks!
ganesh j. acharya
Jul 23 '05 #4

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

Similar topics

13
by: Greg G | last post by:
Present site: http://www.risky-biz.com First "sketch" of new design. http://www.risky-biz.com/new I'm trying some new ideas, mostly just changing the stylesheet. It's pretty rough so...
1
by: Ricardo Garcia | last post by:
hi, i have the next situation: an index.html that has 2 frames (the main and the navigation bar) and the next problem (in IE, in Mozilla it works properly): when i start to scroll in the main...
2
by: dawaves | last post by:
Hello, I'm new to javascript so bear with me.... I have a t-based frame site with my javascript-based menu on the left hand frame (ie NavFrame) with its submenus showing up on the right side...
2
by: cillic | last post by:
I have a page which consists of index.html, navigation.html and home.html. Index.html has the following frameset info... <FRAMESET COLS="250,*" FRAMEBORDER="NO" FRAMESPACING="0"...
3
by: SpamProof | last post by:
If have a page with a frameset set up as below: There are 3 rows of pages displayed. I need the navigation to be in the middle. When I click on one of the links in the navigations, I need to...
2
by: Martin Schmid | last post by:
I've got a page w/ frames... one is a navigation frame with some ImageButtons. In the navigation frame, there is also a drop-down list. I need to redirect the mainFrame based on which ImageButton...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
2
by: Steve K | last post by:
I got a bit of a problem I like some help on. I'm designing an online training module for people that work in food processing plants. This is my target audience. These workers have little or no...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.