I fear I already know the answer but here goes.
AJAX is very useful for saving and loading content into a web page without the penalty of a page refresh.
Is it possible using AJAX to run a CGI-like server application (win32 executable) without incurring the penalty of a page refresh like you'd get from a normal CGI app?
AJAX is very useful for saving and loading content into a web page without the penalty of a page refresh.
Is it possible using AJAX to run a CGI-like server application (win32 executable) without incurring the penalty of a page refresh like you'd get from a normal CGI app?
Comment