Click here to Skip to main content
15,887,135 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: ASP Log off Section Pin
AlanJones20053-Apr-05 23:16
AlanJones20053-Apr-05 23:16 
GeneralJavaScript String Comparison Pin
Brendan Vogt29-Mar-05 19:02
Brendan Vogt29-Mar-05 19:02 
GeneralRe: JavaScript String Comparison Pin
Esmo200030-Mar-05 5:10
Esmo200030-Mar-05 5:10 
GeneralRe: JavaScript String Comparison Pin
Yulianto.30-Mar-05 14:45
Yulianto.30-Mar-05 14:45 
GeneralSession Persistence Pin
Brendan Vogt29-Mar-05 18:57
Brendan Vogt29-Mar-05 18:57 
GeneralRe: Session Persistence Pin
Esmo200030-Mar-05 5:14
Esmo200030-Mar-05 5:14 
GeneralRe: Session Persistence Pin
theJazzyBrain6-Apr-05 1:47
theJazzyBrain6-Apr-05 1:47 
GeneralRe: Session Persistence Pin
Anonymous6-Apr-05 9:10
Anonymous6-Apr-05 9:10 
An alternative to Cookies is to define a session variable using the navigator object, e.g.

window.navigator.session = "[put session info here]";

This defined variable is persistent for as long as the browser window is open, no matter how many new pages are loaded. You can use it just like a Cookie to track session information and it can be modified just like any other string variable.

QuestionJavascript "onsave" event?? Pin
Anonymous29-Mar-05 4:38
Anonymous29-Mar-05 4:38 
GeneralUse dll in web apllication but dllhost shutdown Pin
Anonymous28-Mar-05 17:24
Anonymous28-Mar-05 17:24 
GeneralStream live video in internet explorer. Pin
Narayana Vivek28-Mar-05 9:08
Narayana Vivek28-Mar-05 9:08 
Generallink get disconnected on accessing WebServices. Pin
Bobby.NET28-Mar-05 5:13
Bobby.NET28-Mar-05 5:13 
GeneralMore confused Pin
27-Mar-05 23:39
suss27-Mar-05 23:39 
GeneralRe: More confused Pin
Yulianto.28-Mar-05 16:08
Yulianto.28-Mar-05 16:08 
GeneralRe: More confused Pin
Member 173387829-Mar-05 6:28
Member 173387829-Mar-05 6:28 
GeneralRe: More confused Pin
Yulianto.29-Mar-05 15:45
Yulianto.29-Mar-05 15:45 
GeneralRe: More confused Pin
Member 173387830-Mar-05 3:39
Member 173387830-Mar-05 3:39 
GeneralRe: More confused Pin
Yulianto.31-Mar-05 15:36
Yulianto.31-Mar-05 15:36 
GeneralSecurity Application Block Pin
Ramya Kappini27-Mar-05 21:20
Ramya Kappini27-Mar-05 21:20 
Generaljavabean: cannot find symbol Pin
Anonymous26-Mar-05 21:36
Anonymous26-Mar-05 21:36 
QuestionHow Can I Send Free E-Mail Using CDONTS Pin
Member 183249126-Mar-05 21:22
Member 183249126-Mar-05 21:22 
AnswerRe: How Can I Send Free E-Mail Using CDONTS Pin
Yulianto.27-Mar-05 14:37
Yulianto.27-Mar-05 14:37 
QuestionWhat would be the best solution Pin
j45mw26-Mar-05 4:08
j45mw26-Mar-05 4:08 
GeneralSpeech application problems on the south of France Pin
Member 167953425-Mar-05 21:03
Member 167953425-Mar-05 21:03 
Generalinclude files and event handling Pin
gagirl_4325-Mar-05 9:06
gagirl_4325-Mar-05 9:06 

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.