Layer.src (Property)

The source URL for a layer.

Availability:

JavaScript - 1.2
Netscape - 4.0
Deprecated
Property/method value type:String primitive
JavaScript syntax:NmyLayer.src

Changing this layer property value forces the browser to load a new document into the layer.

This can work very effectively if you generate dynamic content via a javascript: URL as the value assigned to the src property.

Warnings:

See also:javascript: URL, Layer.load()