RE: Netscape problem with popup navigation

by Klaas De Waele <klaas(at)gracegraphics.be>

 Date:  Fri, 18 May 2001 12:16:56 +0200
 To:  "'Dane Robison'" <dane(at)strategic-design.com>,
"'hwg-techniques(at)mail.hwg.org'" <hwg-techniques(at)mail.hwg.org>
  todo: View Thread, Original
You could resort to a full javascript option.

 onclick="function(faq);"

with a function
	blahblah.location(faq.htm);
	self.close();

it will then do things in the right order.


- Kayjey -


-----Oorspronkelijk bericht-----
Van: owner-hwg-techniques(at)hwg.org
[mailto:owner-hwg-techniques(at)hwg.org]Namens Dane Robison
Verzonden: donderdag 17 mei 2001 18:52
Aan: hwg-techniques(at)mail.hwg.org
Onderwerp: Netscape problem with popup navigation


Hi all,

My client has a framed site in which a "Help" button launches a popup
window. This small window asks the user what type of help they're looking
for (FAQ, glossary, password assistance, etc). Upon choosing an item from
that list, the popup window closes and the selected document loads in the
main content frame ("main") of the original window. The tag looks like this:

<A HREF="FAQ.htm" Target="main" ONCLICK="window.close();">FAQ</A>

It works fine in MSIE and Netscape 4.75 on a mac and MSIE on a windows pc.
However, it does _not_ work in Netscape 6 on a mac or Netscape 4/6 on a
windows pc.

What happens in the problem cases is that the popup window closes...that's
it. Nothing loads in the "main" frame. This seems like a pretty simple thing
we're trying to do. Any ideas as to why it doesn't work with certain
versions of Netscape?

Thanks,
Dane

 

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA

This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.