riverrat
08-25-2003, 03:23 PM
I have a user that needs to get a price from another server that has software which performs the price calculations. That server doesn't have access to the page or other resources. I need to call it to just perform the calculation and somehow send it back to be placed on the active page. I've been pulling my hair out trying to come up with something but to no avail. Is this possible? I figured I could call it with something like "document.location = 'http://www.site.com/cgi-bin/script.cgi?name=zoid;sku=1234;qty=4';" but receiving is a different animal. My only other option is to somehow update a database that they have access to. Thanks!