On Jan 31, 12:55 pm, efet <efetun...@gmail.com> wrote:
> When customer enters ReceiverPostalCode and ReceiverCountry on
> index.asp, I want quotes immediately appear in index.asp. How do I do
> this basing my codes on jQuery?

Assuming ship.asp returns some kind of value, you simply make a Ajax
request to ship.asp and do what you will with the response in
index.asp. Probably best to read up on both Ajax and jQuery's Ajax
implementation:

https://developer.mozilla.org/en/AJAX
http://docs.jquery.com/Ajax

Good luck!

Reply via email to