I apologize as this is probably OT.
I have an asp page that briengs back a recordset.
then depending on the value of a certain field, I manipulate the display of
some rows like this:
<TR NAms="NAMES" NB="NB" LastName="LastName" TAX="TAXNO" IDTYPE="IDTYPE"
IDNO="IdNo" Status="Status" <% if rstSearchResults.Fields ("Status").Value
<> "EXECUTED" then %> Class="TableLink"><% else %><Class="DATAROW"><%end if
%>
Is there anyway within the above statement that I can include a onmouseover
effect that displays a message when the 'else' condition is met?
I would like to have a mouseover effect like the ones inherent in windows
applications when you keep your mouse pointer on top of something and an
explanation comes up.
Thank you,
Alexander
---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]