TOC PREV NEXT INDEX

Put your logo here!


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


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX