① 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的殺毒能力不恭維,建議用金山試試,修復下系統,掃描病毒木馬、插件等。清除系統垃圾,希望可以幫到您,不明白的可以聯系再交流,謝謝!