July 1998
Intermediate to advanced
1456 pages
65h 5m
English
src — NN n/a IE 4 DOM n/a
Read/Write
URL of the external content file loaded into the frame. To change the
content, assign a new URL to the property. For cross-platform
applications, you can also set the location.href
property of the frame to load a different document into the frame
using window-related references
(parent.frameName.location.href = "newDoc.html").
parent.document.all.myFrame.src = "images/altNavBar.jpg"
Complete or relative URL as a string.
None.
Read now
Unlock full access