HTML JavaScript DHTML



URL Property Reader

function fillTopFrame() {
    newURL=prompt("Enter the URL of a document to show in the top frame:","")
    if (newURL != null && newURL != "") {
        top.frames[0].location = newURL
    }
}
function showLoc(form,item) {
    var windName = item.value
    var theRef = windName + ".document"
    form.dLoc.value = unescape(eval(theRef + ".URL"))
    form.dTitle.value = unescape(eval(theRef + ".title"))
}









Select a window or frame to view each document property values.


Parent window
Upper frame
This frame



document.URL:

document.title: