473,792 Members | 3,251 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

problems with firefox, frames, and targeted links

I built my portfolio with Dreamweaver MX. In the bottom frame, I have
thumbnails of images. When you click on a thumbnail, it is supposed to
load the full size image in a targeted part of the top frame. It
works fine in Explorer and Safari, but not in Firefox.

The address is http://www.justmyname.com/portfolio

If anyone has any suggestions on why it isn't working, I'd appreciate
some help.

Thank you,

John

Jul 23 '05 #1
7 8803
millhauser wrote:
I built my portfolio with Dreamweaver MX. In the bottom frame, I have
thumbnails of images. When you click on a thumbnail, it is supposed to
load the full size image in a targeted part of the top frame. It
works fine in Explorer and Safari, but not in Firefox.

The address is http://www.justmyname.com/portfolio

If anyone has any suggestions on why it isn't working, I'd appreciate
some help.

Thank you,

John

firefox javascript console says top.topFrame.em pty has no value
Jul 23 '05 #2
I know. What does that mean? Or, better put, how can I change that so
it will work for Firefox?

Jul 23 '05 #3
One of my frames is labeled "top" which mightbe confusing matters, so
perhaps I'll try changing that and see if it works...

Jul 23 '05 #4
millhauser wrote:
One of my frames is labeled "top" which mightbe confusing matters, so
perhaps I'll try changing that and see if it works...


One, quote what you are replying to, this is Usenet, not Email.

Second, give your frames a proper reference.

Third, do not name frames, or anything else, with an ID or a Name that
is a reserved word and "top" is a reserved word.

Then, if it still doesn't work, post back.

And read this groups FAQ.

--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly
Jul 23 '05 #5
>One, quote what you are replying to, this is Usenet, not Email.

You got it.
Second, give your frames a proper reference.
Will do.
Third, do not name frames, or anything else, with an ID or a
Name that is a reserved word and "top" is a reserved word.
Now I know.
Then, if it still doesn't work, post back.


Thank you

Jul 23 '05 #6
millhauser wrote:
One, quote what you are replying to, this is Usenet, not Email.

You got it.


<--snip-->
Then, if it still doesn't work, post back.

Thank you

onclick="parent .frames['topFrame'].images['empty'].src='../images/portfolio/people01.jpg'"

parent.frames.. ..... is what I was referring to when I said "give your
frames a proper reference". top.frameName is an IE-ism that, as you have
found out, doesn't work in other browsers.

--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly
Jul 23 '05 #7
millhauser wrote:
Third, do not name frames, or anything else, with an ID or a
Name that is a reserved word and "top" is a reserved word.


Now I know.


`top' is _not_ a reserved word in the formal language sense. `_top' could
be called so for its special meaning in HTML `target' attribute values.
`top' is, however, the identifier of a property of Window objects to refer
to to the "upmost" frameset (a Window object as well), so it may be unwise
to reuse it, depending on the structure of the application and the user
agent's DOM it should run on. Internet Explorer is known to implement
names and IDs (i.e. values of HTML `name' and `id' attributes) of elements
as properties of the global and document object. However, since the
so-called DOM Level 0 (proprietary, yet wide-spread DOM implementation
since IE3/NN3) names of frames are implemented as identifiers of
frame-referencing properties of the parent Window object or its `frames'
property, so that could interfere as well.
PointedEars
--
Wenn man zwei Stunden lang mit einem netten Mädchen zusammensitzt, meint
man, es wäre eine Minute. Sitzt man jedoch eine Minute auf einem heißen
Ofen, meint man, es wären zwei Stunden. Das ist Relativität.
-- Albert Einstein
Jul 23 '05 #8

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

Similar topics

23
6416
by: Markus | last post by:
Hi, i have this problem: Sometimes, i can't reproduce, if i click on an small image on the website, the popup _AND_ an other Tab in firefox open. Here are the linkcode: <div align="center">
35
2078
by: Aaron Gray | last post by:
Hi, I have some code I just cannot seem to get to work properly on FireFox. It is probably something simple. On FireFox the following code does not seem to terminate in the browser, but it works fine on IE :- http://angray.members.beeb.net/Test/Test5.html
23
3656
by: AJBopp | last post by:
Ok, I'm trying to be a good little boy and create a site that doesn't use frames :) Things were going along decently until I uploaded what little I have done so far to the web server (that is, things were displaying pretty well on my local machine - not perfect, but we'll get to that later). So here's the site: http://www.wesleyumc-vinton.org/beta/index.html This page displays pretty good in IE, but all the graphics and styles are...
14
1588
by: bill | last post by:
I currently have a site which has the index page immediately open two frames. I put a music object in the top frame. That way the music is not cut off when the user navigates to another page and I certainly don't want to put the music on each page. But, the page is not treated well by google as it has no descriptive text to index so I would like to change it to a first real page with text, but I don't want to lose the advantage of a...
4
7475
by: evgenyg | last post by:
Hello ! We have the following situation - when Ajax request is sent what's being returned by the server is usually an XML (which is used for DOM updates) but sometimes it's HTML which is a whole new page that should replace an existing one. I.e when we issue an Ajax request we don't know what will be returned and analyze the response to act accordingly. Now, the way to replace the current document with a new one used to be easy and...
0
6752
by: celoftis | last post by:
Using VS2005, VB code behind, BACKGROUND I'm trying to set up a page with a TreeView of links on the left hand side of my page - when clicked I want the links to open in the remaining portion of the page. The best and easiest way I've found todo this is with using frames (any suggestions on other ways todo this I'd love to hear about it). PROBLEM
29
2343
by: töff 93722 | last post by:
Long story short, I built a website based primarily on JavaScript: http://www.sjcga.com The site renders *great* in WinIE6/7 and in Mac/Win Opera9. It has problems in Mac/Win Firefox2, and in Safari(OSX) ... especially the Gallery, but the rightside menu is funky also. I've "validated" my scripts through a couple different systems, to no
4
9829
by: deBaer | last post by:
Hi! For an in-house web application (it will only be deployed on Firefox browsers with JavaScript turned on), I need to open a preview window (which needs to be a separate window, even if Firefox is set to open targeted links in new tabs) and be able to change the preview window's location.href from the opening window, even after a new page is loaded into that window. Is there any way to do that?
0
9517
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9997
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9030
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7537
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6776
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5435
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5559
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4110
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3718
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.