For a very, very simple fix (and I know this is available to you since
you said this script had to be in VBScript when I offered to help with
JavaScript earlier), just put a title attribute on whatever row or cell you
want it on.

<TR title="Put something here">
    <TD></TD>
</TR>

Chris Tifer
http://www.emailajoke.com



----- Original Message -----
From: "Tsiris Alexandros" <[EMAIL PROTECTED]>
To: "ActiveServerPages" <[EMAIL PROTECTED]>
Sent: Sunday, September 29, 2002 11:26 PM
Subject: mouseover effect?


> 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.unsub%%
>


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to