Michael,

I don't think that would work. It might if you were using frames.

Some other embedded scripting languages will allow you to

include("http://stave.com/layout/main_leftside.html";)

but Active4D doesn't. I think this has been requested as a future feature.

You could write a 4D method that would use 4DIC, ITK, or some other method to pull the remote content. Active4D could call that method, e.g.,

<?= my_remote_include("http://stave.com/layout/main_leftside.html";) ?>

Alternately, if the remote content isn't dynamic you could have 4D periodically grab the common header, navigation & footer files and write local copies on your server. Active4D could include those files.

hth,

Brad Perkins

Michael Goldsmith wrote:
I need to include common header, navigation & footer files(HTML) that are
located on a remote server.

I tried including a .a4d file with the following but it does not work.

<META HTTP-EQUIV=REFRESH CONTENT="1;
URL="http://stave.com/layout/main_leftside.html";>

============================================
Michael P. Goldsmith                           [EMAIL PROTECTED]
SSS 4 Computer Solutions, LLC           (603) 496-8032
617 First NH Tpke Unit 6                    http: //www.sss4solutions.com
Northwood, NH 03260
============================================
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to