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
-
can i protect a folder
by James Crowley (1 replies)
-
Applet
by riyazthad (11 replies)
-
Arrays
by riyazthad (2 replies)
-
Class not Registered!
by paulfp (1 replies)
-
Java
by parimalap (0 replies)
Related jobs
-
Front End Developer
in Hammersmith (£45K-£60K per annum) -
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)
Events coming up
-
Oct
29
Look! There's my Data! Virtual Earth san Javascript
Dundee, United Kingdom
Colin Angus Mackay will be showing the new Virtual Earth ASP.NET server side control and demonstrating what you can do with it without resorting to Javascript.
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