• online status indicator for icq on PersonWeb form does not work

    By Peter Närlund 2 decades ago

    I changed the computed text beneith the field ICQAddress to:



    @If(

    ICQAddress="" ; "";

    ICQStatus != "NO";

    "http://status.icq.com/online.gif?icq="+ICQAddress+"&img=5\" ALT=\""+ICQAddress+"\" height=18 width=18 border=0> "+ICQAddress+"";

    ""+ICQAddress+"")



    This should do the trick.



    /Peter