Flash Player 7.
DisplayBox.ColumnImageClick = function(ID, ImageName)
{
// your statements here
}
ID The column header ID
ImageName The name of the image in the column header
None.
Event handler; invoked when an image in a column header is clicked. The ColumnImageClick
method receives two parameters, ID, which is a number representing the column
header that was clicked and ImageName which is the name of the image that was
clicked.