我想让别人调用我的asp代码,如下方法行不通,别人都是怎样调用的?

1<script src="http://www.xxx.com/xxx.asp"></script>

---------------------------------------------------------------

没碰到过,不过听起来有点意思
不如这样,楼主你把代码直接放在http://****/网站上,不要加```

1然后别人用xml   
2Set Retrieval = CreateObject("Microsoft.XMLHTTP")   
3With Retrieval   
4.Open "get","http://****/",false   
5.Send   
6GetURL = .Responsebody   
7End With   
8获得你的代码,然后调用execute   
9这样……………… 呵呵
Published At
Categories with Web编程
Tagged with
comments powered by Disqus