Click here to Skip to main content
15,891,828 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Firefox event cancelling??? Pin
raouls6-Jan-05 21:40
raouls6-Jan-05 21:40 
GeneralRe: Firefox event cancelling??? Pin
alex.barylski6-Jan-05 22:33
alex.barylski6-Jan-05 22:33 
GeneralWeb Interface Pin
Anthony_Yio5-Jan-05 21:07
Anthony_Yio5-Jan-05 21:07 
GeneralRe: Web Interface Pin
raouls5-Jan-05 21:42
raouls5-Jan-05 21:42 
GeneralRe: Web Interface Pin
Anthony_Yio5-Jan-05 21:53
Anthony_Yio5-Jan-05 21:53 
GeneralRe: Web Interface Pin
raouls5-Jan-05 22:44
raouls5-Jan-05 22:44 
GeneralCreating automatic updating web pages Pin
Krishnan V5-Jan-05 3:45
Krishnan V5-Jan-05 3:45 
GeneralRe: Creating automatic updating web pages Pin
Javier Lozano5-Jan-05 5:08
Javier Lozano5-Jan-05 5:08 
The server does not keep track of the user that makes the request. Since HTTP is stateless (make the request, get data back), it's nearly imposible to do it. The client will have to 'refresh' itself on an interval basis to pull back the latest data.

If the client is a web browser, you could implement some JavaScript that posts back to the server every couple seconds.

~Javier Lozano
(blog)
GeneralRe: Creating automatic updating web pages Pin
tecnovate_vivek8-Jan-05 1:29
tecnovate_vivek8-Jan-05 1:29 
GeneralRe: Creating automatic updating web pages Pin
JKroschel14-Jan-05 4:57
JKroschel14-Jan-05 4:57 
GeneralRe: Creating automatic updating web pages Pin
Krishnan V14-Jan-05 17:56
Krishnan V14-Jan-05 17:56 
GeneralRe: Creating automatic updating web pages Pin
Hemant Mane18-Jan-05 5:15
Hemant Mane18-Jan-05 5:15 
Generalslide menu using html in vb.net Pin
besah4-Jan-05 22:44
besah4-Jan-05 22:44 
GeneralRe: slide menu using html in vb.net Pin
Anonymous4-Jan-05 23:11
Anonymous4-Jan-05 23:11 
GeneralRe: slide menu using html in vb.net Pin
tecnovate_vivek8-Jan-05 1:31
tecnovate_vivek8-Jan-05 1:31 
GeneralAuthentication system and storage mediums Pin
alex.barylski4-Jan-05 10:39
alex.barylski4-Jan-05 10:39 
GeneralRe: Authentication system and storage mediums Pin
JKroschel14-Jan-05 5:08
JKroschel14-Jan-05 5:08 
GeneralHTML in VB.NET Pin
Mike Greene4-Jan-05 7:19
Mike Greene4-Jan-05 7:19 
GeneralRe: HTML in VB.NET Pin
JKroschel14-Jan-05 5:19
JKroschel14-Jan-05 5:19 
GeneralRe: HTML in VB.NET Pin
Mike Greene14-Jan-05 5:32
Mike Greene14-Jan-05 5:32 
GeneralRe: HTML in VB.NET Pin
JKroschel14-Jan-05 6:41
JKroschel14-Jan-05 6:41 
GeneralRe: HTML in VB.NET Pin
Mike Greene14-Jan-05 7:12
Mike Greene14-Jan-05 7:12 
GeneralUsing session variables in XMLHTTP (Is it possible) Pin
Mighty Booshed4-Jan-05 2:52
Mighty Booshed4-Jan-05 2:52 
GeneralRe: Using session variables in XMLHTTP (Is it possible) Pin
Mighty Booshed4-Jan-05 3:45
Mighty Booshed4-Jan-05 3:45 
GeneralToolbar for IE and Firefox Pin
salzhering4-Jan-05 1:57
salzhering4-Jan-05 1:57 

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.