Applet.src (Property)

A supplementary property for passing in URL values to the applet.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:String primitive
JavaScript syntax:IEmyApplet.src

Some applets may need to access a supplementary data file from the server. It is good practice to abstract such data values from the code itself, and so a means of passing this parameter value in from outside is necessary. The SRC HTML tag attribute is reflected into this property and is provided as a somewhat standardized means of passing one of the parameter values most likely to be defined.

Property attributes:

ReadOnly.