Question : Outlook 2007 signatures

I need to preface this question with some background information. Our case managers were upgraded from office 2003 to 2007. In office 2003 they had a set up where they had multiple signatures with different common responses to emails that would come in. When in a reply they could click the signature button at the top and select and item or multiple items and quickly add it to an email. it would allow them to add as many as they wanted.

In outlook 2007 they can only add one signature. if they click another one is just deletes what is there. I understand this is not a common use of signatures and understand if another route is need.

So the question is can I change the signature behavior to allow multiple signatures to be added or is there another way I can accomplish the same result?

Answer : Outlook 2007 signatures

<cfform format="flash" width="300" height="500">
<cfformitem type="script">
function disable(){
if(check1.selected  == true)
{
     _root.mytext1.enabled = false;
     _root.mytext2.enabled = false;
     _root.mytext3.enabled = false;
     }
     else
     {
      _root.mytext1.enabled = true;
     _root.mytext2.enabled = true;
     _root.mytext3.enabled = true;
     }
     }
</cfformitem>
     <cfinput name="check1" type="checkbox" label="Disable" enabled="true" onClick="disable()" />
<cfinput type="text" name="mytext1">
<cfinput type="text" name="mytext2">
<cfinput type="text" name="mytext3">
</cfform>


This is the same way which i posted for you in earlier solutions :)  .
Random Solutions  
 
programming4us programming4us