Strange -- I am almost positive that the original poster of this trick, 
found it in Outlook (pre XP, though).

Sorry, but it worked for me in Eudora and Mac Mail.

Dick

On Wednesday, September 11, 2002, at 09:08 AM, Benjamin S. Rogers wrote:

> Outlook XP does not treat it as a single, clickable link.
>
> Benjamin S. Rogers
> http://www.c4.net/
> v.508.240.0051
> f.508.240.0057
>
> -----Original Message-----
> From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 11, 2002 11:48 AM
> To: CF-Talk
> Subject: Re: CFMX: how to deal with type java.util.Hashtable$Enumerator
>
>
> Yes it still wraps (i didn't say that it wouldn't wrap),  but the email
> client (at least most do) treats it as a single, contiguous,
> double-clickable URL.
>
> Dick
>
> On Wednesday, September 11, 2002, at 08:21 AM, Tangorre, Michael wrote:
>
>> it still wrapped in your email.
>>
>> -----Original Message-----
>> From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
>> Sent: Wednesday, September 11, 2002 11:17 AM
>> To: CF-Talk
>> Subject: Re: CFMX: how to deal with type
> java.util.Hashtable$Enumerator
>>
>>
>> A while ago, someone posted this hint:
>>
>> If you send a URL in an email, you can avoid it being broken into
>> segments by line-wrapping.  Just include the URL within < and >
>> characters , for example:
>> <http://java.sun.com/j2se/1.4/docs/api/java/util/
>> Enumeration.html#method_summary>.
>>
>> Most email clients will treat the information within < and> as on
>> continuous double-clickable, string.
>>
>> Don't use parenthesis (or any other characters), as they get included
>> with the URL!
>>
>> Try it, it works-- and makes life easier for the recipients.
>>
>> HTH
>>
>> Dick
>>
>>
>> On Wednesday, September 11, 2002, at 07:51 AM, Jann VanOver wrote:
>>
>>> Try nextElement().
>>>
>>> See
>>> http://java.sun.com/j2se/1.4/docs/api/java/util/
>>> Enumeration.html#method_summ
>>> ary
>>>
>>> (That is a long URL and may need to be stuck back together before
>>> being
>>> used)
>>>
>>> On 9/10/02 9:27 AM, "Marcello Frutig" <[EMAIL PROTECTED]>
>>> wrote:
>>>
>>>> Hello!
>>>>
>>>> I'm calling a Java method in CFMX that is returning an object of
> type
>>>> java.util.Hashtable$Enumerator. How could I deal with this object in
>>>> CFML in
>>>> order to get the elements/values? I've tried to use the methods
>>>> next(), etc.
>>>> without success.
>>>>
>>>> Thanks,
>>>> Marcello Frutig.
>>>> -- Astrolabio
>>>>
>>>>
>>>
>>
>>
>
> 
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to