<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>特投网 - html/js</title>
    <link>https://www.tetou.cn/forum-79-1.html</link>
    <description>Latest 20 threads of html/js</description>
    <copyright>Copyright(C) 特投网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 15 May 2026 13:26:09 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.tetou.cn/static/image/common/logo_88_31.gif</url>
      <title>特投网</title>
      <link>https://www.tetou.cn/</link>
    </image>
    <item>
      <title>JavaScript 消息框</title>
      <link>https://www.tetou.cn/thread-1245-1-1.html</link>
      <description><![CDATA[可以在 JavaScript 中创建三种消息框：警告框、确认框、提示框。

警告框警告框经常用于确保用户可以得到某些信息。当警告框出现后，用户需要点击确定按钮才能继续进行操作。语法：alert(\&quot;文本\&quot;)
确认框确认框用于使用户可以验证或者接受某些信息。当确认框出现后，用户 ...]]></description>
      <category>html/js</category>
      <author>tetou</author>
      <pubDate>Mon, 08 Feb 2016 10:01:50 +0000</pubDate>
    </item>
    <item>
      <title>JavaScript生成GUID的算法</title>
      <link>https://www.tetou.cn/thread-1243-1-1.html</link>
      <description><![CDATA[全局唯一标识符（GUID，Globally Unique Identifier）也称作 UUID(Universally Unique IDentifier) 。GUID是一种由算法生成的二进制长度为128位的数字标识符。GUID 的格式为“xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx”，其中的 x 是 0-9 或 a-f 范围内的一个32位十六进制 ...]]></description>
      <category>html/js</category>
      <author>tetou</author>
      <pubDate>Mon, 08 Feb 2016 09:58:03 +0000</pubDate>
    </item>
    <item>
      <title>Javascript 实现复制（Copy）动作方法大全</title>
      <link>https://www.tetou.cn/thread-1073-1-1.html</link>
      <description><![CDATA[一、实现点击按钮，复制文本框中的的内容function copyUrl2(){var Url2=document.getElementById(\&quot;biao1\&quot;);Url2.select(); // 选择对象document.execCommand(\&quot;Copy\&quot;); // 执行浏览器复制命令alert(\&quot;已复制好，可贴粘。\&quot;);}用户定义的代码区域


二、复制专题地址和 url  ...]]></description>
      <category>html/js</category>
      <author>tetou</author>
      <pubDate>Mon, 07 Sep 2015 06:55:24 +0000</pubDate>
    </item>
    <item>
      <title>【html】网页跳转代码大全</title>
      <link>https://www.tetou.cn/thread-151-1-1.html</link>
      <description><![CDATA[网页跳转代码大全三种网页跳转代码：如果你要在服务器端跳转，可以这样：Response.Redirect(www.tetou.cn)Response.End如果你要在客户端跳转，可以这样：window.location=\&quot;http: //www.tetou.cn\&quot;;;如果你要让页面显示几秒钟之后跳转，可以在html代码的部分加上这样的代 ...]]></description>
      <category>html/js</category>
      <author>tetou</author>
      <pubDate>Mon, 12 Aug 2013 06:59:25 +0000</pubDate>
    </item>
    <item>
      <title>【html】随时间显示的健康提示代码</title>
      <link>https://www.tetou.cn/thread-120-1-1.html</link>
      <description><![CDATA[像本站首页上显示的提示一样，根据时间显示健康提示。]]></description>
      <category>html/js</category>
      <author>tetou</author>
      <pubDate>Sat, 03 Aug 2013 05:47:21 +0000</pubDate>
    </item>
    <item>
      <title>【html】得到HTML文件问号后面的参数代码</title>
      <link>https://www.tetou.cn/thread-29-1-1.html</link>
      <description><![CDATA[查看效果： 
保存代码文件为HTML文件如：aaa.html，打开会显示无ID值 
再打开，后面加上ID参数如：aaa.html?id=333，打开。]]></description>
      <category>html/js</category>
      <author>tetou</author>
      <pubDate>Sun, 07 Jul 2013 14:33:48 +0000</pubDate>
    </item>
    <item>
      <title>【html】使HTML页面嵌入的框架页面背景透明</title>
      <link>https://www.tetou.cn/thread-28-1-1.html</link>
      <description><![CDATA[allowtransparency=\&quot;true\&quot;
嵌入式框架背景透明 

嵌入页面无背景]]></description>
      <category>html/js</category>
      <author>tetou</author>
      <pubDate>Sun, 07 Jul 2013 14:33:26 +0000</pubDate>
    </item>
    <item>
      <title>论坛页首天气、日期、搜索条代码</title>
      <link>https://www.tetou.cn/thread-26-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>html/js</category>
      <author>tetou</author>
      <pubDate>Sun, 07 Jul 2013 14:32:35 +0000</pubDate>
    </item>
  </channel>
</rss>