Hi there,
I’m using a htmlimage in a grid (as button replacement). Now I want to change the image in the onLoad Event.
Does anybody know, how to do that?
Regards
Rainer
Hi there,
I’m using a htmlimage in a grid (as button replacement). Now I want to change the image in the onLoad Event.
Does anybody know, how to do that?
Regards
Rainer
Found a solution.
I change the field to text and added an image with
$img_src_1 = LIB_DIR.‘image.png’;
{Text}="<img src=’".$img_src_1."’>";
and a link with
sc_link(PushText,
newscript.php,
usr_login=[usr_login];glo_vorname={Vorname};glo_nachname={Nachname},
$msg_1,
“_self”);
Maybe this can help somebody
Regards Rainer