Click here to Skip to main content
15,896,557 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: How to add Days in variable Date Pin
Pete O'Hanlon21-Aug-12 22:26
mvePete O'Hanlon21-Aug-12 22:26 
Questionget all image file names from a folder in Jquery Pin
ashjassi19-Aug-12 19:33
ashjassi19-Aug-12 19:33 
Questionintegrate bidichecker to awebsite Pin
nada200615-Aug-12 17:42
nada200615-Aug-12 17:42 
Questioneither my css or Javscript is in error, another set of eyes Pin
jkirkerx15-Aug-12 13:19
professionaljkirkerx15-Aug-12 13:19 
AnswerRe: either my css or Javscript is in error, another set of eyes Pin
jkirkerx15-Aug-12 16:32
professionaljkirkerx15-Aug-12 16:32 
AnswerRe: either my css or Javscript is in error, another set of eyes Pin
BobJanova15-Aug-12 23:36
BobJanova15-Aug-12 23:36 
QuestionDisplay Values Pin
lakshmiblp15-Aug-12 10:29
lakshmiblp15-Aug-12 10:29 
Questionhow to get default signature in outlook using Javascript Pin
Anurag Sinha V9-Aug-12 2:20
Anurag Sinha V9-Aug-12 2:20 
Hi All,
Have a code which sends an Outlook mail using Javascript by creating an instance of ActiveX object.
I need the functionality to be such, when the user executes this code his default signature should also be added in the mail...Have tried it but to no avail..Any help would be highly appreciated...
The code goes as follows for the reference:
C#
function mailWindowOpen(mailBody) {
     outlookApp = new ActiveXObject("Outlook.Application");
     var nameSpace = outlookApp.getNameSpace("MAPI");
     mailFolder = nameSpace.getDefaultFolder(6);
     mailItem = mailFolder.Items.add('IPM.Note.FormA');
     mailItem.Subject = "Hi There!!!";
     mailItem.HTMLBody = mailBody;

     mailItem.display(0);

 }


mailBody is passed as a parameter from an aspx page, which has the Page.ClientScript.RegisterStartScript command to call this Javascript function...
-Anurag

AnswerRe: how to get default signature in outlook using Javascript Pin
Pete O'Hanlon9-Aug-12 3:52
mvePete O'Hanlon9-Aug-12 3:52 
AnswerRe: how to get default signature in outlook using Javascript Pin
BobJanova9-Aug-12 3:56
BobJanova9-Aug-12 3:56 
Newsurdu Pin
sania habib8-Aug-12 15:47
sania habib8-Aug-12 15:47 
GeneralRe: urdu Pin
Richard MacCutchan8-Aug-12 21:28
mveRichard MacCutchan8-Aug-12 21:28 
AnswerRe: urdu Pin
Rahul Rajat Singh22-Aug-12 1:24
professionalRahul Rajat Singh22-Aug-12 1:24 
GeneralRe: urdu Pin
Sandip.Nascar22-Aug-12 11:03
Sandip.Nascar22-Aug-12 11:03 
QuestionLooping through elements, to find textbox, and get values Pin
jkirkerx8-Aug-12 13:12
professionaljkirkerx8-Aug-12 13:12 
AnswerRe: Looping through elements, to find textbox, and get values Pin
jkirkerx8-Aug-12 18:13
professionaljkirkerx8-Aug-12 18:13 
GeneralRe: Looping through elements, to find textbox, and get values Pin
Andrei Straut9-Aug-12 4:41
Andrei Straut9-Aug-12 4:41 
GeneralRe: Looping through elements, to find textbox, and get values Pin
jkirkerx9-Aug-12 6:27
professionaljkirkerx9-Aug-12 6:27 
AnswerRe: Looping through elements, to find textbox, and get values Pin
Andrei Straut9-Aug-12 9:37
Andrei Straut9-Aug-12 9:37 
GeneralRe: Looping through elements, to find textbox, and get values Pin
jkirkerx9-Aug-12 10:18
professionaljkirkerx9-Aug-12 10:18 
GeneralRe: Looping through elements, to find textbox, and get values Pin
Andrei Straut9-Aug-12 10:35
Andrei Straut9-Aug-12 10:35 
AnswerRe: Looping through elements, to find textbox, and get values Pin
Andy Brummer9-Aug-12 10:26
sitebuilderAndy Brummer9-Aug-12 10:26 
GeneralRe: Looping through elements, to find textbox, and get values Pin
jkirkerx9-Aug-12 16:54
professionaljkirkerx9-Aug-12 16:54 
GeneralRe: Looping through elements, to find textbox, and get values Pin
Andy Brummer10-Aug-12 4:56
sitebuilderAndy Brummer10-Aug-12 4:56 
GeneralRe: Looping through elements, to find textbox, and get values Pin
jkirkerx10-Aug-12 6:31
professionaljkirkerx10-Aug-12 6:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.