> Does anyone know the syntax for INCLUDING a URL in a 6.0 web template?
> I want to include an ASP page from another server and have it
> parsed already when it comes in.  The relative path or OS
> path only returns the script, not the parsed results.  It
> needs to be called from the web server.

Salvatore,

The only way to do this is to use a tricky implementation of a standard
<script src="whatever.asp"></script> tag. Your template has to output
all its HTML in a valid Javascript statement beginning with
document.write('....');.

We've developed such a beast in ColdFusion (see http://fuselets.com),
and we're working on an ASP and a PHP version. Stay tuned.


HTH,

Ron Allen Hornbaker       ����
Humankind Systems, Inc.    ~
http://humankindsystems.com/LoftCam
mailto:[EMAIL PROTECTED]

~~HKSI WebMail Templates for IMail v6~~
~~~~~~Now 5X Faster with Netscape~~~~~~
~~~~~~160 Installations Worldwide~~~~~~
Global Stylesheet Colors  ~  Fast Loads
ActiveX SpellCheck  ~  MacIE compatible
Try our demo...... http://mail.hksi.net




Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

Reply via email to