Forum Moderators: open
Both
<!-- #include file = "file" -->
and
<script language="JavaScript" runat="server" src="file"></script>
works only with local files (I'd need [__.com...]
Any solution, if there is any?
TIA
Cross Site Javascript can be done from any public web server to any other public web serevr.
You can include files that have no server side processing using HTTPXML
You can include files that have server side processing using SOAP.