Mailto:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Mailto:

Maarten Mostert-2
Hi

The following effectrively opens my mail client to start sending me an e-mail.

    (html anchor)
                                callback: [self session redirectTo: '/[hidden email]'];
                                text: 'Maarten Mostert'.


The problem is that it also gives my a blank page in my Browser.

Anyway to avoid this ?

Thanks in advance.

@+Maarten,




_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Mailto:

John Thornborrow
html mailto: 'email@address'; with: 'Maarten Mostert'

Regards,
John

www.pinesoft.co.uk

Maarten Mostert wrote:

> Hi
>
> The following effectrively opens my mail client to start sending me an
> e-mail.
>
>    (html anchor)
>                                callback: [self session redirectTo:
> '/mailto:[hidden email]'];
>                                text: 'Maarten Mostert'.
>
>
> The problem is that it also gives my a blank page in my Browser.
>
> Anyway to avoid this ?
>
> Thanks in advance.
>
> @+Maarten,
>
>
>
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


Pinesoft Computers are registered in England, Registered number: 2914825. Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA



This message has been scanned for viruses by BlackSpider MailControl - www.blackspider.com

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Mailto:

John Thornborrow
Correction..

html anchor mailto: '[hidden email]'

OR:

html anchor url: 'mailto:[hidden email]'; with: 'Maarten Mostert'


John

www.pinesoft.co.uk

John Thornborrow wrote:

> html mailto: 'email@address'; with: 'Maarten Mostert'
>
> Regards,
> John
>
> www.pinesoft.co.uk
>
> Maarten Mostert wrote:
>> Hi
>>
>> The following effectrively opens my mail client to start sending me an
>> e-mail.
>>
>>    (html anchor)
>>                                callback: [self session redirectTo:
>> '/mailto:[hidden email]'];
>>                                text: 'Maarten Mostert'.
>>
>>
>> The problem is that it also gives my a blank page in my Browser.
>>
>> Anyway to avoid this ?
>>
>> Thanks in advance.
>>
>> @+Maarten,
>>
>>
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Seaside mailing list
>> [hidden email]
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
> Pinesoft Computers are registered in England, Registered number:
> 2914825. Registered office: 266-268 High Street, Waltham Cross, Herts,
> EN8 7EA
>
>
>
> This message has been scanned for viruses by BlackSpider MailControl -
> www.blackspider.com
>
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
>
>
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside