[thelist] Brain phart

Thierry Koblentz ng at tjkdesign.com
Fri May 26 13:22:50 CDT 2006


It looks like what you want is a SS-Include.

---
Regards,
Thierry | www.TJKDesign.com

----- Original Message ----- 
From: "Beach Computers" <Groups at beachcomp.com>
To: <alex at deltatraffic.co.uk>; <thelist at lists.evolt.org>
Sent: Friday, May 26, 2006 8:24 AM
Subject: [thelist] Brain phart


> 
> And the brain locks up....
> 
> 
> I can not figure this out for the life of me.
> I need to call codejs.asp via the code contained in view.asp.
> But, I have all sorts of syntax issues.
> Any ideas would be appreciated!
> 
> 
> ///////////////codejs.asp////////////
> document.write('<%');
> document.write('Dim objXMLHTTP, xml');
> document.write('Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP")');
> document.write('xml.setTimeouts 5000, 5000, 15000, 15000');
> document.write('xml.Open "GET", "http://domain.com/data.asp", False');
> document.write('xml.Send');
> document.write('Response.Write xml.responseText');
> document.write('Set xml = Nothing');
> document.write('%>');
> //////////////////////////////////////
> 
> 
> /////////////view.asp/////////////
> <center>
> <SCRIPT LANGUAGE="JavaScript"
> SRC="http://domain.com/codejs.asp"></SCRIPT>
> </center>
> ///////////////////////////////////
> 
> 
>  
> Dave
> 
> 
> 
> -- 
> 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
> 
> For unsubscribe and other options, including the Tip Harvester 
> and archives of thelist go to: http://lists.evolt.org 
> Workers of the Web, evolt !



More information about the thelist mailing list