Click here to Skip to main content
15,913,904 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: XMLHttpRequest Pin
cjoki31-Jan-11 7:58
cjoki31-Jan-11 7:58 
QuestionInteger by reference Pin
vhassan25-Jan-11 23:53
vhassan25-Jan-11 23:53 
AnswerRe: Integer by reference Pin
Not Active26-Jan-11 2:25
mentorNot Active26-Jan-11 2:25 
GeneralRe: Integer by reference Pin
vhassan26-Jan-11 17:40
vhassan26-Jan-11 17:40 
GeneralRe: Integer by reference Pin
Yusuf27-Jan-11 1:09
Yusuf27-Jan-11 1:09 
QuestionSession Timeout Pin
MWRivera25-Jan-11 10:03
MWRivera25-Jan-11 10:03 
AnswerRe: Session Timeout Pin
Manfred Rudolf Bihy25-Jan-11 10:36
professionalManfred Rudolf Bihy25-Jan-11 10:36 
GeneralRe: Session Timeout Pin
MWRivera25-Jan-11 11:14
MWRivera25-Jan-11 11:14 
Thank you for your quick reply.

Good question, I expected that the req.responseText (strDoc) wouldn't include the "Session Updated - Server Time:" string. I thought AjaxSessionUpdate.aspx would only be called if the session was open, because if the session was closed wouldn't
if(this.req)

in net.js be false and therefore
this.req.open(method,url,true)

(where the url is AjaxSessionUpdate.aspx) wouldn't be called?

If AjaxSessionUpdate.aspx is always called then the session would never be shown as expired in Eric's code and the message "Warning your session has already timed out!" wouldn't be shown, which defeats the object of the code.

Please let me know if there is a way for me to treak the code in order to get it working as expected.

Thank you again,
Mel
GeneralRe: Session Timeout Pin
MWRivera26-Jan-11 4:52
MWRivera26-Jan-11 4:52 
QuestionPageMethods in Jquery Pin
Vimalsoft(Pty) Ltd25-Jan-11 3:11
professionalVimalsoft(Pty) Ltd25-Jan-11 3:11 
AnswerRe: PageMethods in Jquery Pin
Not Active25-Jan-11 3:57
mentorNot Active25-Jan-11 3:57 
GeneralRe: PageMethods in Jquery Pin
Vimalsoft(Pty) Ltd25-Jan-11 20:33
professionalVimalsoft(Pty) Ltd25-Jan-11 20:33 
Questionhow to enable/disable multiselection of table cells Pin
asbasir24-Jan-11 22:36
asbasir24-Jan-11 22:36 
Questionopener.document Pin
fififlowertot24-Jan-11 22:06
fififlowertot24-Jan-11 22:06 
AnswerRe: opener.document Pin
Richard MacCutchan25-Jan-11 3:03
mveRichard MacCutchan25-Jan-11 3:03 
AnswerRe: opener.document Pin
GenJerDan25-Jan-11 3:10
GenJerDan25-Jan-11 3:10 
QuestionChanging the CSS properties of a menu bar. Pin
Douglas Kirk24-Jan-11 20:56
Douglas Kirk24-Jan-11 20:56 
Questionvar abc = abc || {}; in Java Script Pin
Umair Feroze18-Jan-11 0:27
Umair Feroze18-Jan-11 0:27 
AnswerRe: var abc = abc || {}; in Java Script Pin
Umair Feroze19-Jan-11 3:12
Umair Feroze19-Jan-11 3:12 
GeneralRe: var abc = abc || {}; in Java Script Pin
jsc4219-Jan-11 5:53
professionaljsc4219-Jan-11 5:53 
GeneralRe: var abc = abc || {}; in Java Script Pin
Not Active19-Jan-11 7:09
mentorNot Active19-Jan-11 7:09 
GeneralRe: var abc = abc || {}; in Java Script Pin
jsc4220-Jan-11 3:30
professionaljsc4220-Jan-11 3:30 
GeneralRe: var abc = abc || {}; in Java Script Pin
Not Active20-Jan-11 3:49
mentorNot Active20-Jan-11 3:49 
QuestionGet JSON Array [modified] Pin
dataminers17-Jan-11 12:04
dataminers17-Jan-11 12:04 
Questionzoom in and zoom out for entire page in all browser Pin
niladri0310-Jan-11 1:56
niladri0310-Jan-11 1:56 

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.