Categories | Question details Back To List | ||
Mouseover message Hi, I need to display a mouseover mesage for the cell defined as type link. I have written syntax like this: Response.Write "<![CDATA[<div onmouseover=""javascript:window.status=\'Click Here\'"" onmouseout=""javascript:window.status=\'\'"">" &_ "" & Rowname & "^javascript:Show("" " & ID & " "");^_self" But the status bar always displays javscript:Show(123.4).Is this the default property? Is there any way to display my message 'Click Here'. Please suggest. Answer posted by Support on May 07, 2008 09:40 When hovering other link , browser will show href content of link - this is default behavior. By the way only IE gives direct access to status bar of window, in other browser it is denied by default. |