[imp] Turba/IMP

Metee Khanongnuch may@yipintsoi.com
Tue, 25 Dec 2001 12:07:11 +0700


Because  "<a>" tag is systax error, I forget insert "href" in it.
Please modify compose.inc.patch or compose.inc

the line

<a onmouseout="status='';" onmouseover="status='<?= _("Address Book") ?>';
...

should be

<a href="#" onmouseout="status='';" onmouseover="status='<?= _("Address
Book") ...
^^^^^^^^^^^^^^^^^^^

:-)

----- Original Message -----
From: "David Chang" <txg16@yahoo.com.tw>
To: <imp@lists.horde.org>
Sent: Tuesday, December 25, 2001 9:02 AM
Subject: Re: [imp] Turba/IMP


> Hi Metee:
> Thanks for your patch,and that's work fine.
> But at this mean time,i also find a problem,that if i
> use Netscape 4.5 to operate IMP,and when i click the
> Addressbook button in Compose window there is nothing
> happen,why ?
>
> David Chang