嘿咻在线视频精品免费_亚洲水中色Av综合在线_大黑吊无码在线观看_91精品人妻一区二区

提供高品質(zhì)的網(wǎng)站建設(shè)、網(wǎng)站制作、網(wǎng)站設(shè)計及網(wǎng)站優(yōu)化SEO服務(wù)!歡迎致電:0724-4266823       
當(dāng)前位置:首頁 > 技術(shù)展廳 > 網(wǎng)絡(luò)知識
會做網(wǎng)站,并不見得能做好網(wǎng)站!
用代碼實現(xiàn)創(chuàng)建網(wǎng)站桌面快捷方式的辦法

點擊自己網(wǎng)站就會有一個網(wǎng)站快捷方式下載到你的桌面,這種效果如何實現(xiàn)呢?其實很簡單,我們可以用多種代碼方式實現(xiàn),這里站長圈介紹兩種方式,希望可以幫助到建站的朋友!

PHP代碼實現(xiàn)方法

在網(wǎng)站目錄下新建一個PHP文件,比如site.php,然后在你的網(wǎng)頁上做一個超級鏈接,這個不用多說了吧,鏈接直接訪問到這個文件,然后把site.php里面錄入如下代碼:

 

<?php 
$Shortcut = "[InternetShortcut] 
URL=http://bbs.52jscn.com 
IDList= 
[{000214A0-0000-0000-C000-000000000046}] 
Prop3=19,2 
"; 
Header("Content-type: application/octet-stream"); 
header("Content-Disposition: attachment; filename=錦尚中國.url;"); 
echo $Shortcut; 
?>

 

要想出現(xiàn)圖標(biāo)請先確保網(wǎng)站根目錄中有 favicon.ico文件即可,把代碼里面的http://bbs.52jscn.com和錦尚中國改成自己的域名和網(wǎng)站名稱。

ASP代碼實現(xiàn)方法

同理,如果是用asp頁面實現(xiàn),在網(wǎng)站下新建一個asp文件,比如site.asp,然后在里面錄入以下內(nèi)容:

 

<% 
id=int(request("id")) 
if id="" then id="1" 
title=request("title") 
If title="" Then title="錦尚中國" 
Shortcut = "[InternetShortcut] " & vbCrLf 
Shortcut = Shortcut & "URL=http://bbs.52jscn.com" & vbCrLf 
Shortcut = Shortcut & "IDList= " & vbCrLf 
Shortcut = Shortcut & "[{000214A0-0000-0000-C000-000000000046}] " & vbCrLf 
Shortcut = Shortcut & "Prop3=19,2 " & vbCrLf 
Shortcut = Shortcut & " " & vbCrLf 
Response.AddHeader "Content-Disposition", "attachment;filename="&title&".url;" 
Response.ContentType = "application/octet-stream" 
Response.Write Shortcut 
%>

 

 

 
網(wǎng)絡(luò)經(jīng)濟主體信息
主 頁 | 網(wǎng)站報價 | 支付中心 | 關(guān)于我們 | 友情鏈接 | 聯(lián)系我們 | 網(wǎng)站地圖| 業(yè)務(wù)平臺
Copyright © 2002-2021 鐘祥瑞安快網(wǎng)網(wǎng)絡(luò)有限公司.ICP備案鄂ICP備07010791號
聯(lián)系人:黃定快 電話:0724-4266823 TEL13339759320
地址:湖北省鐘祥市王府大道23號(皇城門居委會二樓)鐘祥法院隔壁
您是本站第19416954位貴賓!