This is probably more than "slightly" off topic.
You might want to check your html syntax (validator.w3c.org), and use
something like
if (parent.navigate.document) {
// Seems like it's necessary for IE
parent.navigate.document.location = url;
} else {
// Usual way
parent.navigate.src =
On 1/31/07, Robert Cahn <[EMAIL PROTECTED]> wrote:
Apologies if this is slightly off topic.
[snip]
fails. Can anyone suggest how to fix this problem with IE or where else to
submit this question?
A web development forum. Hopefully one that still supports the use of frames.
DS
-