August 1999
Intermediate to advanced
1488 pages
72h 53m
English
cursor.column.blobImage(fileType, altText, align, width, height, border, ismap)
The blobImage() method retrieves and displays a BLOb image stored in a database. The method actually returns the HTML for the <IMG> tag used to display the image. The HREF attribute of the <IMG> tag references the instance of this image in memory and does not have to contain a "normal" URL of the image itself.
This method can take up to seven parameters that set the various attributes of the <IMG> tag. These attributes are contained in Table 8.2. At a minimum, you must pass the fileType of the image.
| Parameter | Attribute It Sets | Description |
|---|---|---|
| fileType | none | This parameter ... |
Read now
Unlock full access