|
2#
楼主 |
发表于 2005-3-7 10:27:12
|
只看该作者
对了,上网后显示(event 3)
#include "as_web.h"
Action()
{
web_url("MercuryWebTours",
"URL=http://localhost/MercuryWebTours/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
LAST);
web_url("home.html",
"URL=http://localhost/MercuryWebTours/home.html",
"Resource=0",
"RecContentType=text/html",
"Referer=http://localhost/MercuryWebTours/welcome.pl?signOff=true",
"Snapshot=t2.inf",
"Mode=HTML",
LAST);
web_url("nav.pl",
"URL=http://localhost/MercuryWebTours/nav.pl?in=home",
"Resource=0",
"RecContentType=text/html",
"Referer=http://localhost/MercuryWebTours/welcome.pl?signOff=true",
"Snapshot=t3.inf",
"Mode=HTML",
LAST);
return 0;
} |
|