Date:  05/27/2005 02:01:49 PM Msg ID:  002583
From:  FoxWeb Support Thread:  002581
Subject:  Re: Do I have to use XML DOM for this?
You are absolutely right.  The IFRAME tag (or regular frames) will allow you to display content from another page in your site.  A word of caution:  The default settings for many browsers (including IE) will not allow cookies from sites displayed in frames, if the server that served the parent window, or frameset is on a different server.  Such cookies are called "3rd party cookies".  This means that session variables will not work properly in these cases.
 
One way around this is to create a compact privacy policy.  For more details on this subject search this forum or the Web for "P3P".

FoxWeb Support Team
support@foxweb.com email

Sent by Kev on 05/27/2005 01:48:03 PM:
Seems all I needed for this was an <IFRAME>. Works quite well for remote scripting.
Sent by Kev on 05/25/2005 03:48:19 PM:
Our client has a web server that will have links to our foxweb page on our site.
 
We also want to display data on their server page using a link from our foxweb site.
 
I have never done this before and have no idea where to start.

Below I actually don't want to have a link button but want to display the value of  GET variable from our page  on their page.

I hope this makes sense. In everything I have read in the forum it seems people are being directed to DOM obects. Is this the only way to do such a thing?

 
 
<html>
 
<body>
 
<pre> their data </pre>

<br><br>


<!-- foxweb code from our site -->

<pre>
<a href="http://www.oursite.com/cgi-bin/foxweb.exe/ourcode/ourprog.fwx"></a>
</pre>

</body>
</html>