<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>八佰里 &#187; JavaScript</title>
	<atom:link href="http://www.800l.com/tag/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.800l.com</link>
	<description>化繁成简... 破茧成蝶</description>
	<lastBuildDate>Sat, 03 Jul 2010 02:38:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>页面跳转代码&#8212;-JavaScript 跳转</title>
		<link>http://www.800l.com/javascript-jump-to-others.html</link>
		<comments>http://www.800l.com/javascript-jump-to-others.html#comments</comments>
		<pubDate>Fri, 29 May 2009 12:07:36 +0000</pubDate>
		<dc:creator>佛祖</dc:creator>
				<category><![CDATA[网络应用]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.800l.com/?p=289</guid>
		<description><![CDATA[收着，以备自己不时之需。 &#60;script language="javascript"&#62;     window.location = "http://www.800l.com"; &#60;/script&#62; &#60;script language="javascript"&#62;     document.location = "http://www.800l.com"; &#60;/script&#62; 带进度条的跳转如下 &#60;html&#62; &#60;head&#62; &#60;meta http-equiv="Content-Language" content="zh-cn"&#62; &#60;meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"&#62; &#60;title&#62;跳转到800l.com&#60;/title&#62; &#60;/head&#62; &#60;body&#62; &#60;form name=loading&#62; &#60;P align=center&#62;&#60;FONT face=Arial color=#0066ff size=2&#62;loading...&#60;/FONT&#62; &#60;INPUT style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bolder; PADDING-BOTTOM: 0px; COLOR: #0066ff; BORDER-TOP-style: none; PADDING-TOP: 0px; FONT-FAMILY: Arial; BORDER-RIGHT-style: none; BORDER-LEFT-style: [...]]]></description>
			<content:encoded><![CDATA[<p>收着，以备自己不时之需。</p>
<p><code>&lt;script language="javascript"&gt;<br />
    window.location = "http://www.800l.com";<br />
&lt;/script&gt;</code></p>
<p><code>&lt;script language="javascript"&gt;<br />
    document.location = "http://www.800l.com";<br />
&lt;/script&gt;<br />
</code><span id="more-289"></span><br />
带进度条的跳转如下<br />
<code>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv="Content-Language" content="zh-cn"&gt;<br />
&lt;meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"&gt;<br />
&lt;title&gt;跳转到800l.com&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;form name=loading&gt;<br />
&lt;P align=center&gt;&lt;FONT face=Arial color=#0066ff size=2&gt;loading...&lt;/FONT&gt;<br />
&lt;INPUT style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bolder; PADDING-BOTTOM: 0px; COLOR: #0066ff; BORDER-TOP-style: none; PADDING-TOP: 0px; FONT-FAMILY: Arial; BORDER-RIGHT-style: none; BORDER-LEFT-style: none; BACKGROUND-COLOR: white; BORDER-BOTTOM-style: none"<br />
size=46 name=chart&gt;<br />
&lt;BR&gt;<br />
&lt;INPUT style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; COLOR: #0066ff; BORDER-BOTTOM: medium none; TEXT-ALIGN: center" size=47 name=percent&gt;<br />
&lt;script language="javascript"&gt;<br />
var bar=0<br />
var line="||"<br />
var amount="||"<br />
count()<br />
function count(){<br />
    bar=bar+2<br />
    amount =amount + line<br />
    document.loading.chart.value=amount<br />
    document.loading.percent.value=bar+"%"<br />
    if (bar&lt;99){<br />
        setTimeout("count()",100);<br />
    }else{<br />
        window.location = "http://www.800l.com";<br />
    }<br />
}<br />
&lt;/script&gt;<br />
&lt;/P&gt;<br />
&lt;/form&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.800l.com/javascript-jump-to-others.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.289 seconds -->
