Click here to Skip to main content
15,895,557 members
Home / Discussions / Web Development
   

Web Development

 
QuestionWeb Site Installation - Port issue Pin
alexfromto24-Aug-06 4:59
alexfromto24-Aug-06 4:59 
Questionpassing controlid in javascript Pin
TintinV3ck24-Aug-06 4:06
TintinV3ck24-Aug-06 4:06 
AnswerRe: passing controlid in javascript Pin
TintinV3ck24-Aug-06 4:16
TintinV3ck24-Aug-06 4:16 
QuestionHelp! Download file dialog box has garbage words in ASP! Pin
Lane Yu24-Aug-06 0:27
Lane Yu24-Aug-06 0:27 
QuestionAutosave using Ajax in every 10 sec. with .Net Pin
Amit Agarrwal23-Aug-06 20:33
Amit Agarrwal23-Aug-06 20:33 
AnswerRe: Autosave using Ajax in every 10 sec. with .Net Pin
JimmyRopes1-Sep-06 20:21
professionalJimmyRopes1-Sep-06 20:21 
GeneralRe: Autosave using Ajax in every 10 sec. with .Net Pin
Amit Agarrwal1-Sep-06 21:06
Amit Agarrwal1-Sep-06 21:06 
GeneralRe: Autosave using Ajax in every 10 sec. with .Net Pin
JimmyRopes3-Sep-06 4:39
professionalJimmyRopes3-Sep-06 4:39 
XMLHttpRequest can be sent asynchronously by specifying “true” for the 3rd parameter of the request open.

Request.open("POST", "testit.php", true);

The routines I use are not guaranteed to work 100% of the time on IE with it’s reliance on multiple versions of CaptiveX “technology” as opposed to virtually every other modern browser that processes native XMLHttpRequest commands.
IE7 is supposed to process native XMLHttpRequest commands I am happy to say but the legacy of M$ CaptiveX will live for some time to come.

There are a few things you will need to setup so I’ll email the java script code I use on the client side to you but you will have to modify it for your circumstances. You specify that you want to code the server side in .net. I use PHP scripting on a *NIX server so you are on your own about how to implement the server side. Perhaps some of the .net coders can give you a hand.

Note the request abort prior to setting up and issuing a request. If for some reason the server doesn’t complete processing the previous request in 10 seconds it is canceled prior to issuing the current request. If you have need for multiple request to be processing independently you will have to create multiple request objects and manage them appropriately.


I'm on-line therefore I am.

JimmyRopes

QuestionSite Publishing in search sites Pin
maximf23-Aug-06 18:25
maximf23-Aug-06 18:25 
AnswerRe: Site Publishing in search sites Pin
Boro_Bob23-Aug-06 23:09
Boro_Bob23-Aug-06 23:09 
QuestionHide titlebar of browser without fullscreen Pin
jagmit2023-Aug-06 7:40
jagmit2023-Aug-06 7:40 
AnswerRe: Hide titlebar of browser without fullscreen Pin
Paddy Boyd23-Aug-06 23:38
Paddy Boyd23-Aug-06 23:38 
GeneralRe: Hide titlebar of browser without fullscreen Pin
jagmit2024-Aug-06 7:22
jagmit2024-Aug-06 7:22 
Questionredirecting on hyperlink click in datagrid Pin
ElvenTrumpeter3623-Aug-06 6:24
ElvenTrumpeter3623-Aug-06 6:24 
AnswerRe: redirecting on hyperlink click in datagrid Pin
alexfromto24-Aug-06 6:43
alexfromto24-Aug-06 6:43 
GeneralRe: redirecting on hyperlink click in datagrid Pin
ElvenTrumpeter3624-Aug-06 8:25
ElvenTrumpeter3624-Aug-06 8:25 
QuestionFirefox - text zoom event? Pin
Dmitry Khudorozhkov23-Aug-06 1:18
Dmitry Khudorozhkov23-Aug-06 1:18 
QuestionHosting dot net site on WEB server / DOMAIN Pin
sandeep kumar pundhir22-Aug-06 19:54
sandeep kumar pundhir22-Aug-06 19:54 
AnswerRe: Hosting dot net site on WEB server / DOMAIN Pin
Paddy Boyd23-Aug-06 1:16
Paddy Boyd23-Aug-06 1:16 
QuestionExcel using ASP Pin
Geo S Neeliyara22-Aug-06 16:07
Geo S Neeliyara22-Aug-06 16:07 
QuestionASP ADO Variable Problem [modified] Pin
Soot22-Aug-06 10:22
Soot22-Aug-06 10:22 
GeneralRe: ASP ADO Variable Problem Pin
Guffa22-Aug-06 11:18
Guffa22-Aug-06 11:18 
GeneralRe: ASP ADO Variable Problem Pin
Soot23-Aug-06 4:26
Soot23-Aug-06 4:26 
Questionbanner rotator for html in html Pin
tetraso22-Aug-06 6:26
tetraso22-Aug-06 6:26 
AnswerRe: banner rotator for html in html Pin
User 171649222-Aug-06 10:05
professionalUser 171649222-Aug-06 10:05 

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.