Click here to Skip to main content
15,924,901 members
Home / Discussions / JavaScript
   

JavaScript

 
Questionmy function really slows down after 4 times Pin
jkirkerx26-Aug-12 16:34
professionaljkirkerx26-Aug-12 16:34 
AnswerRe: my function really slows down after 4 times Pin
jkirkerx28-Aug-12 8:55
professionaljkirkerx28-Aug-12 8:55 
Questiontrouble using each in json array Pin
jkirkerx23-Aug-12 12:56
professionaljkirkerx23-Aug-12 12:56 
AnswerRe: trouble using each in json array Pin
BobJanova23-Aug-12 22:47
BobJanova23-Aug-12 22:47 
GeneralRe: trouble using each in json array Pin
jkirkerx24-Aug-12 6:32
professionaljkirkerx24-Aug-12 6:32 
QuestionHow to calculate difference between two date Pin
Robymon21-Aug-12 23:11
Robymon21-Aug-12 23:11 
AnswerRe: How to calculate difference between two date Pin
BobJanova22-Aug-12 0:33
BobJanova22-Aug-12 0:33 
QuestionHow to add Days in variable Date Pin
Robymon21-Aug-12 21:40
Robymon21-Aug-12 21:40 
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 

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.