⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 又一标题栏特效.txt

📁 网页特效的代码,在美化网页时有很大的作用
💻 TXT
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>
</title>

<script language=javascript > 
title_tmp1=document.title 
if (title_tmp1.indexOf(">>")!=-1){ 
title_tmp2=title_tmp1.split(">>"); 
title_last=" —> "+title_tmp2[1]; 
title_last=title_last + " —> " + title_tmp2[2]; 
}else{ 
if (title_tmp1.indexOf("——")!=-1){ 
title_tmp2=title_tmp1.split("——"); 
title_last=" —> "+title_tmp2[1]; 
if (title_last==" —> "){title_last=" —> "}; 
if (title_last==" —> "){title_last=" —> "}; 
} 
else { title_last="(www.7wind.net)"} 
} 
title_new="ASP.NET学习网站"+title_last+"欢迎您的光临!!!" //中间的标题 
step=0 
function flash_title() 
{ 
step++ 
if (step==7) {step=1} 
if (step==1) {document.title='★☆☆☆'+title_new+'☆☆☆★'} 
if (step==2) {document.title='☆★☆☆'+title_new+'☆☆★☆'} 
if (step==3) {document.title='☆☆★☆'+title_new+'☆★☆☆'} 
if (step==4) {document.title='☆☆☆★'+title_new+'★☆☆☆'} 
if (step==5) {document.title='☆☆★☆'+title_new+'☆★☆☆'} 
if (step==6) {document.title='☆★☆☆'+title_new+'☆☆★☆'} 
setTimeout("flash_title()",180); 
} 
flash_title() 

</script> 
</head>

<body >
<p>&lt;html&gt;<br>
  &lt;head&gt;<br>
  &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot; /&gt;<br>
  &lt;title&gt;<br>
  &lt;/title&gt;</p>
<p>&lt;script language=javascript &gt; <br>
  title_tmp1=document.title <br>
  if (title_tmp1.indexOf(&quot;&gt;&gt;&quot;)!=-1){ <br>
  title_tmp2=title_tmp1.split(&quot;&gt;&gt;&quot;); <br>
  title_last=&quot; —&gt; &quot;+title_tmp2[1]; <br>
  title_last=title_last + &quot; —&gt; &quot; + title_tmp2[2]; <br>
  }else{ <br>
  if (title_tmp1.indexOf(&quot;——&quot;)!=-1){ <br>
  title_tmp2=title_tmp1.split(&quot;——&quot;); <br>
  title_last=&quot; —&gt; &quot;+title_tmp2[1]; <br>
  if (title_last==&quot; —&gt; &quot;){title_last=&quot; —&gt; &quot;}; <br>
  if (title_last==&quot; —&gt; &quot;){title_last=&quot; —&gt; &quot;}; <br>
  } <br>
  else { title_last=&quot;(www.7wind.net)&quot;} <br>
  } <br>
  title_new=&quot;ASP.NET学习网站&quot;+title_last+&quot;欢迎您的光临!!!&quot; //中间的标题 <br>
  step=0 <br>
  function flash_title() <br>
  { <br>
  step++ <br>
  if (step==7) {step=1} <br>
  if (step==1) {document.title='★☆☆☆'+title_new+'☆☆☆★'} <br>
  if (step==2) {document.title='☆★☆☆'+title_new+'☆☆★☆'} <br>
  if (step==3) {document.title='☆☆★☆'+title_new+'☆★☆☆'} <br>
  if (step==4) {document.title='☆☆☆★'+title_new+'★☆☆☆'} <br>
  if (step==5) {document.title='☆☆★☆'+title_new+'☆★☆☆'} <br>
  if (step==6) {document.title='☆★☆☆'+title_new+'☆☆★☆'} <br>
  setTimeout(&quot;flash_title()&quot;,180); <br>
  } <br>
  flash_title() </p>
<p>&lt;/script&gt; <br>
  &lt;/head&gt;</p>
<p>&lt;body &gt;<br>
  &lt;/body&gt;<br>
  &lt;/html&gt;<br>
</p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -