[thelist] Grabbing a file across domains

Beach Computers Web Hosting Groups at Beachcomp.com
Tue Jan 9 23:23:04 CST 2007


I have an ASP file which changes often.
I want to be able to call it from php, htm, html and asp pages on the fly,
and across multiple domains.
I currently use the below script to call it in asp.
Is there any way to call it using javascript, AJAX, or any other universal
method?

Thanks

---------------------------
<%
  'Response.Buffer = True
  Dim objXMLHTTP, xml
  Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP")
  xml.setTimeouts 5000, 5000, 15000, 15000
  xml.Open "GET", "http://www.domain.com/included_asp_page.asp", False
  xml.Send
  Response.Write xml.responseText
  Set xml = Nothing
%>
-----------------------------
 
Dave
 
 -----------------------------------
|Beach Computers                    |
|Affordable Hosting Solutions       |
|http://www.beachcomp.com           |
 ===================================
|Cheap Domain Warehouse             |
|Get Your Own Dot!                  |
|http://www.cheapdomainwarehouse.com|
 ---------------------------------- 

------------------------------------
Disclaimer and confidentiality note:

The contents of this communication are intended/meant only for addressee(s)
and may contain information that is privileged or otherwise confidential.
If you are not the intended recipient you are hereby notified that any
disclosure, copying, distribution or taking any action in reliance on the
contents of this information is strictly prohibited and may be unlawful.
The contents of this e-mail shall not be forwarded to any third party. If
you have received this electronic mail transmission in error, please delete
it from your system without copying or forwarding it, and notify the sender
of the error by reply email, so that the sender's address records
can be corrected.
Views and opinions are solely those of the sender unless clearly indicated
as being that of Beach Computers or any of it's affiliated companies.
Beach Computers cannot assure that the integrity of this communication has
been maintained or that it is free of errors, virus, interception or
interference.

-----Original Message-----
From: thelist-bounces at lists.evolt.org
[mailto:thelist-bounces at lists.evolt.org] On Behalf Of Beach Computers Web
Hosting
Sent: Tuesday, January 09, 2007 11:56 PM
To: thelist at lists.evolt.org
Subject: [thelist] Test

Im sorry for the test.. I keep getting list bounces.

 
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