src The src property provides a url to load as content into the current frame. Syntax frameElement.src = sURL Parameters sURL is a string containing a URL. Example f = document.getElementById("content-frame"); f.src = "www.netscape.com"; Notes None. Specification DOM Level 2 -- HTMLFrameElement
The src property provides a url to load as content into the current frame.
frameElement.src = sURL
sURL is a string containing a URL.
f = document.getElementById("content-frame"); f.src = "www.netscape.com";
None.
DOM Level 2 -- HTMLFrameElement