[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
netscape 2.01 problem
i had some javascript code which worked fine under 2.0 but not under 2.01.
the code poped a framed page (mame="main") out to the parent (full
screen/noframes) window (for bookmarking/exited, tec.). before i always got
a valid URL using parent.main.location.href, but in 2.01 it mostly (but not
always) returns a NULL.
1) is this *really* part of the security hole fix? and
2) is there another way of retrieving the URL of a page loaded into a frame?
my original code follows
*****
this code is in another frame off the parent window called "slot01.html"
*****
<html>
<head>
<title>slot01</title>
<meta name="GENERATOR" content="Mozilla/2.0GoldB1 (Win32)">
</head>
<body bgcolor="#000000">
<div align=center><p><a href="#"
OnClick="parent.location.href=parent.main.location.href"
OnMouseOver="window.status='Exit Frames'; return true"><img
src="graphics/breakout.gif" border=0 height=44 width =44 ></a></p></div>
</body>
</html>
*****
tia, stan
--------------------------------------------------------------------
For help about the list, please send a message to 'majordomo@obscure.org'
with the message body 'help'. To unsubscribe, send a message to
'majordomo@obscure.org' with the message body 'unsubscribe javascript'.
List archives and pointer to FAQ: http://www.obscure.org/javascript/