This is off-topic, but if you let me know what type of browser you're targeting, I will write you up something (a little more advancded if this is in-house and on IE :-) using JavaScript...
Chris Tifer http://www.emailajoke.com ----- Original Message ----- From: "Tsiris Alexandros" <[EMAIL PROTECTED]> To: "ActiveServerPages" <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 3:58 AM 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]
