Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting a item price from server through http
Message
From
20/08/2001 18:52:57
 
 
To
All
General information
Forum:
Internet
Category:
Javascript
Title:
Getting a item price from server through http
Miscellaneous
Thread ID:
00546502
Message ID:
00546502
Views:
44
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
Reply
Map
View

Click here to load this message in the networking platform