<?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://sado-is.com/archives/category/js/feed" rel="self" type="application/rss+xml" />
	<link>http://sado-is.com</link>
	<description></description>
	<lastBuildDate>Sat, 31 Jul 2010 00:33:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>小窓をｊｓで表示する</title>
		<link>http://sado-is.com/archives/430</link>
		<comments>http://sado-is.com/archives/430#comments</comments>
		<pubDate>Wed, 12 Aug 2009 00:49:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://sado-is.deca.jp/wp3-fis/?p=430</guid>
		<description><![CDATA[win.js

function swfshow(a,b,c)
{
　　window.open( 'a.html', 'winname',
　　　　'resizable=false, enubar=false,' +
　　　　'statusbar=false, location=false,' +
　　　　'scrollbar=true, toolbar=false,' +
　　　　'width=320px, ' +
　　　　'Height=320px'
　　　　);
}

htmlからの呼び出し

&#60;script type=&#34;text/javascript&#34; src=&#34;win.js&#34;&#62;&#60;/script&#62;
&#60;a href=&#34;javascript:swfshow(100,200,300)&#34;&#62;小窓のリンク&#60;/a&#62;

]]></description>
		<wfw:commentRss>http://sado-is.com/archives/430/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->