Generated mouseovers in the client?

In the notes client (we’re restricted to it) I currently have a largish html table with lots of dates, colors and generated html links back into the DB. All of this works great except that i would like to add some mouseover effects for more information (mouseover a due date for example, and see the owner and a status message). I have tried a few different methods which all seem to work on the web, but not on the client (basically Javascript and DIVs). Perhaps there is a script that works?

Is there any way to do this? I would even attempt generating the table in lotusscript (if possible) and i could get this (maybe using hide whens?)

TIA!

Subject: RE: Generated mouseovers in the client?

You can create such popups manually in a regular rich text field using Create / Hotspot / Text Popup. There’s no way to do it in the LotusScript API, but geniisoft’s Midas tool would probably let you do it. Or you could generate and then import the DXL of a document containing your desired rich text.