用PHP java實作自動新聞滾動視窗_PHP教程

WBOY
發布: 2016-07-21 16:04:07
原創
892 人瀏覽過

show.php源代码:
if ($action=="cp"){
echo"


  

滚动菜单资料输入端


  

    

文字一:  
      
      链接一:
      
    


    

文字二:  
      
      链接二:  
      
    


    

文字三:  
      
      链接三:  
      
    


    

文字四:  
      
      链接四:  
      
    


    

文字五:  
      
      链接五:  
      
    


    

  
      
      
    


  

";exit;}
if ($action=="edit"){
$wname="data.txt";#資料儲存文件,屬性666
$writeurl="$t1

$t2

$t3

$t4

$t5

";
$fp=fopen ($wname,"w");
$ww=fputs($fp,$writeurl);
if ($ww){echo 檔案寫入成功;}else{echo 寫入失敗;}
exit;}
$wname="php-bin/data.txt";#由於是在頁面調用,這裡必須填入頁面和程式相對路徑或絕對路徑! "r ");
$wwww=fread($fa,filesize($wname));
echo "

table>

var marqueewidth=118
var marqueeheight=104
var speed=1
var marqueecontents='$wwww'
if (document.all)
document.write('' marqueecontents '')
function regenes( ){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}
function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write(marqueecontents) thelength=document.cmarquee01.document.cmarquee02.document.height
scrollit()
}
function scrollit(){
if (0um.doct. .top>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.top-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.top=marqueeheight
scrollit()
}
}
window.onload=regenerate2
";
?>

使用時先建立一個名為data.txt的空白檔案放在show.php的同一級目錄下,然後在頁面裡使用include呼叫即可!
show.php?action=cp及可以進行設置,當然,因為沒有密碼保護,你可以把cp改成其他文字! 

http://www.bkjia.com/PHPjc/316022.html

truehttp: //www.bkjia.com/PHPjc/316022.htmlTechArticleshow.php原始碼: ? if ($action==cp){ echodiv align=center p捲動資料選單輸入端/p form method=post action=show.php?action=edit p文字一: input type=text name=t1 maxleng...
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新問題
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板