Date:  01/15/2003 09:42:53 AM Msg ID:  001236
From:  Joe Bigelow Thread:  001236
Subject:  Calling FoxWeb from Java Script
I'm in the process of setting up a very complex back end system for lodging that will be accessed from various domains all over the place. What I need to do is control a piece of the HTML the browser display to set up the calls and parameters necessary for the back end processing.
 
Using Javascript this is fairly simple. On the client web page I simply place the following:
 
<script src="domain/whatever.js"></script>
 
and I can the control the "whatever.js" script on my end making use of the document.write() function and what I need to show up on the client page is there.
 
What I "really" need to do is have my whatever.js script call a foxweb script then document.write() the results. Cannot get it to work. Any suggestions? The problem is that I cannot get the foxweb script to execute.
 
Thanks,
 
Joe Bigelow
HV/Net