|
6#
楼主 |
发表于 2009-6-10 18:06:37
|
只看该作者
- #include "as_web.h"
- Action()
- {
- web_url("club",
- "URL=http://localhost:8080/club",
- "Resource=0",
- "RecContentType=text/html",
- "Referer=",
- "Snapshot=t1.inf",
- "Mode=HTML",
- EXTRARES,
- "Url=/club/images/top01_tonglan.gif", "Referer=http://localhost:8080/club/", ENDITEM,
- "Url=/club/images/liw.gif", "Referer=http://localhost:8080/club/", ENDITEM,
- "Url=/club/images/main01lft_down.gif", "Referer=http://localhost:8080/club/", ENDITEM,
- "Url=/club/images/nav02line.gif", "Referer=http://localhost:8080/club/", ENDITEM,
- "Url=/club/images/topbg0.gif", "Referer=http://localhost:8080/club/", ENDITEM,
- "Url=/club/images/jiantou01.gif", "Referer=http://localhost:8080/club/", ENDITEM,
- "Url=/club/images/top01_nav03.gif", "Referer=http://localhost:8080/club/", ENDITEM,
- "Url=/club/images/down02_01_down.gif", "Referer=http://localhost:8080/club/", ENDITEM,
- "Url=/club/images/button01.gif", "Referer=http://localhost:8080/club/", ENDITEM,
- "Url=/club/images/top01_nav01.gif", "Referer=http://localhost:8080/club/", ENDITEM,
- "Url=/club/images/rgt_news_mid.gif", "Referer=http://localhost:8080/club/", ENDITEM,
- "Url=/club/images/line01.gif", "Referer=http://localhost:8080/club/", ENDITEM,
- "Url=/club/images/rgt_news_up.gif", "Referer=http://localhost:8080/club/", ENDITEM,
- "Url=/club/images/rgt_news_mark.gif", "Referer=http://localhost:8080/club/", ENDITEM,
- "Url=/club/images/rgt_news_down.gif", "Referer=http://localhost:8080/club/", ENDITEM,
- LAST);
- return 0;
- web_url("refreshstate.jsp_2",
- "URL=http://localhost:8080/club/refreshstate.jsp?ref=http%3A//localhost%3A8080/club/&turl=http%3A//localhost%3A8080/club/%23",
- "Resource=0",
- "RecContentType=text/html",
- "Referer=http://localhost:8080/club/",
- "Snapshot=t5.inf",
- "Mode=HTML",
- LAST);
- return 0;
- }
复制代码 这是我的脚本。刚学嘿嘿 |
|