Dynamic Images on web like on mouseover and mouseout can be implemented for a
view column. I store the different images for mouse over and mouse out, say
picture1.gif and picture1_a.gif respectively, as image resources.
In the form I have a field called Link, where I store the name of the image.
I have the view type as "HTML" for web users.
text1 := @LowerCase(Link) ;
server := @subset(@dbname; 1);
db := @subset(@dbname; -1);
"<a href=\"http://" + server + "/" + db + "/" + "/Customer/" +
@Text(@DocumentUniqueID) + "?OpenDocument\" onMouseOver=\"document." + text1
+".src=\'" + text1 + "1_a.gif\';\" onMouseOut=\"document." + text1 +
".src=\'" + text1 + "1.gif\';\"> <img src=\"" + text1 + "1.gif\" border=\"0\"
name=\"" + text1 + "\"></a>
"
Requires Free Membership to View
Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.
This was first published in November 2000