| 
 Posted by Oli Filth on 05/16/05 20:56 
Yogi_Bear_79 wrote: 
> I need to change the below format from hard coded e-mail addresses to 
> retrive them from an XML source doc. 
>  
> Can someone help with the syntax? I have used my XML elsewhere in this 
> project I am just stuck on this one 
>  
>  
>  
> <form action="mailto:email1@public.com?&cc=email2@public.com&subject=Help 
> Ticket" method="post" enctype="text/plain" > 
>   
 
mailto in forms is a Bad Thing. Use a server-based solution instead.  
Google for "mailto form" for why. 
 
 
--  
Oli
 
  
Navigation:
[Reply to this message] 
 |