3 messages in com.googlegroups.google-desktop-developerset onClick event on image or sidebar...
FromSent OnAttachments
i'm laughing it29 Jan 2007 02:42 
James [GD Team]30 Jan 2007 19:58 
i'm laughing it31 Jan 2007 18:58 
Subject:set onClick event on image or sidebar area
From:i'm laughing it (laug@gmail.com)
Date:01/29/2007 02:42:52 AM
List:com.googlegroups.google-desktop-developer

kindly help pls. the onclick event works on detail view only. how can it be trigger by mouse click on image or the sidebar area?

<view width="250" height="250" onopen="onOpen();" onclick="showMsg();"> <script src="main.js" />

<img src="background.png" /> <img name="imageControl" x="0" y="0" width="250" height="250" visible="false" onclick="showMsg();"/> <label name="statusLabel" x="0" y="65" align="center" width="250" size="9" onclick="showMsg();"> &DOWNLOADING_IMAGE;</label> </view>