Cursor.blobLink() (Method)

This method creates an <A> element that links to the BLOB data.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
Property/method value type:Anchor object
JavaScript syntax:NESmyCursor.blobLink(aMimeType, aString)
Argument list:aStringThe text inside the link
aMimeTypeThe MIME type of the document being displayed

The data is pulled out of the database according to the specified parameters. The BLOB can then be displayed as if it were an document in an <A> tag.

See also:blob.blobLink()