clicken
05-15-2007, 04:05 PM
if (parent.frames.length > 0) {
parent.location.href = self.document.location
}
Site Report Card reports that this code on my page (http://www.schoolhouseflash.com) is a broken link.
I am assuming it should be...
if (parent.frames.length > 0) {
parent.location.href =http://www.schoolhouseflash.com/index.html
}
Is this correct or should there be quotes or anything else included?
parent.location.href = self.document.location
}
Site Report Card reports that this code on my page (http://www.schoolhouseflash.com) is a broken link.
I am assuming it should be...
if (parent.frames.length > 0) {
parent.location.href =http://www.schoolhouseflash.com/index.html
}
Is this correct or should there be quotes or anything else included?