I'm trying to get the status bar to display a custom message instead of the default thing when I mouseover an element but for some reason it keeps displaying the default message.
What am I doing wrong?
$insertpics .= " <td align=\"center\"><a onmouseover=\"window.status='Open Picture';\" onmousout=\"window.status=''; return;\" href=\"javascript:opener('$dirName/$jpgFile', $jpgWidth, $jpgHeight)\">\r <img style='border-color:#8888aa; border-width:1px; border-style:solid;' src='$dirName/$gifFile'></a></td>\r";
(and of course, it is displaying $insterpics later in the page)