Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting a item price from server through http
Message
De
20/08/2001 18:52:57
 
 
À
Tous
Information générale
Forum:
Internet
Catégorie:
Javascript
Titre:
Getting a item price from server through http
Divers
Thread ID:
00546502
Message ID:
00546502
Vues:
39
I have a table in IE 5.5. User enters an item code.
After that, IE must retrieve item default price and default name from
server and fill price and name columns with those values.

I know tah tis is possble to call server process by changing img src propery
in field onchange event:
< img src=blank.gif width=1 height=1 name=serverImage>

< a href=javascript:; onClick=if (document.images) document.images['serverImage'].src='server-side-process'; return false> Call server side process< /a>
However, How I can retrieve values from server using
javascript or some other simple method? I don't want to post the entire row and re-disply it because this is slow.
Andrus
Répondre
Fil
Voir

Click here to load this message in the networking platform