Library tutorials & articles
Remote Scripting Made Easy
- Introduction
- Client-side scripting
- Server-Side Requirements
Introduction
One of the issues that we had when we first started to develop commercial web sites was some of the limitations of using a browser as the interface. This was three or four years ago, but we are only just now starting to see some improvement in the richness of interface that can be offered. And, in our opinion, some changes just couldn't come fast enough.
For instance, there were many cases where we wanted to retrieve information from the server immediately after the user had performed some action, like entering a customer number. In our 'ideal' universe, the entry of the customer number would trigger a request to the server to retrieve the name, address and contact person. All of this without needing to repaint Internet Explorer or requiring that the page be refreshed. Now in today's world, we might examine Web Services or SOAP as the tool to use. But for simplicity, both then and now, we can use Remote Scripting to get the functionality up and running within minutes. And with a minimum of learning curve. The purpose of this article is to get YOU up and running on remote scripting.
Related articles
Related discussion
-
problem i refreshing the parent page when the popup/child page done the server side processing and closes itself
by joydeep157 (0 replies)
-
How can I execute server-side function using asp.net Ontextchanged orJavascript onchange?
by konikula (6 replies)
-
RadioButton inside Repeater with Javascript
by Aquila (1 replies)
-
save .csv with newline character
by James Crowley (1 replies)
-
Header and Footer in Web page print
by fhajaj (4 replies)
Related podcasts
-
Episode 27: What Every Web Developer Needs To Know
Kevin leads a discussion on what every web developer needs to know. Topics Javascript - language or toolkits? Does clean HTML matter? What are the tangible benefits? Working with designers who only speak Photoshop Basic usability Tools every web developer needs Progressive enhancement K. Scott i...
Related jobs
-
BPM Consultant - Frankfurt
in Frankfurt (€40K-€80K per annum) -
BPM Consultant - Paris
in Paris (€40K-€80K per annum) -
BPM Consultant - Amsterdam
in Amsterdam (€40K-€80K per annum) -
PHP Developer - Germany
in Koln (€35K-€60K per annum)
Thats what drives me nuts about AJAX - its the wrong way to do 90 percent of what people are freaking out over and getting so hyper whatevered over.
http://sportsforum.ws - chat room on top (use IE - chat stuff doesnt need it - if I make a blank white page with nothing on it - it doenst work in Moz cause I made it)
The typing part is sort of hidden under the chat, when your curser is on the bottom of that little chat area you can see it change to like pull down type - pull down
Just script - no refresh - no xmlhttp - no security issues - works (if written by someone else
My scripts probably look like crap, cause I am throwing them up, and on to the next - but they work - and in the case of the chat - I wrote that over two years ago - and still nobody picks up and uses that simple little method.
You mention a "ZIP file in the resources section on the right" with the relevant files but I could not find it. This is a very interesting article and would like to try it out.
Also is it possible to use the same technique but haveing the calls to the remote scripts from a script which is being processed on the server (i.e. an asp page on the server calling a remote script on the same server or a remote server)
Thanks
This thread is for discussions of Remote Scripting Made Easy.