① P1.cn这个网站怎么样

哈哈,我也觉得,还什么高端服务

徒有虚名而已

② ASP.NET编程,现在有2个网页,P1,P2.要是没经过P1,直接到P2,有提示,告诉你要先浏览P1.怎么编程。

p1加载事件
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
Session["p1"] = 1;
}
}
p2加载事件
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
if (Session["p1"] == null)
{
Page.ClientScript.RegisterStartupScript(this.GetType(),"","<script>alert('请先进入P1页面')</script>");
Response.Redirect("p1.aspx");
}
}
}

③ 设计一简单网页p1.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns=" http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>简单测试</title> <style type="text/css"> p {color:#930; font-size:14px; font-family:"宋体";} boby{ background:url(/images/XXX.gif);/*设置背景图像*/ } </style> </head> <body> <p>XXX.mid你自己需要的音乐文件</p> <embed src="XXX.mid" width="200" height="50"> </body> </html>

④ 求助高手:电脑打开时,多次自动打开“http://p1”网页。装有免费360,主页设为360浏览器,还是没用。

360的杀毒能力不恭维,建议用金山试试,修复下系统,扫描病毒木马、插件等。清除系统垃圾,希望可以帮到您,不明白的可以联系再交流,谢谢!