<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Local javascript</title>
		<link>http://community.wikidot.com/forum/t-51141/local-javascript</link>
		<description>Posts in the discussion thread &quot;Local javascript&quot; - Is it possible to run javascript from your own wikidot?</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://community.wikidot.com/forum/t-51141#post-264057</guid>
				<title>Re: Local javascript</title>
				<link>http://community.wikidot.com/forum/t-51141/local-javascript#post-264057</link>
				<description></description>
				<pubDate>Fri, 19 Sep 2008 20:57:22 +0000</pubDate>
				<wikidot:authorName>Jeff_Marks</wikidot:authorName>				<wikidot:authorUserId>58205</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Gerdami,<br /> Thank you! Worked for me.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-51141#post-165633</guid>
				<title>Re: Local javascript</title>
				<link>http://community.wikidot.com/forum/t-51141/local-javascript#post-165633</link>
				<description></description>
				<pubDate>Sun, 18 May 2008 12:30:19 +0000</pubDate>
				<wikidot:authorName>thevisitor</wikidot:authorName>				<wikidot:authorUserId>95668</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>And now, the first example from gerdami (with .html) works for me, with Firefox and everything. Woot!</p> <p>It seems that uploaded files are really saved under an address like <a href="http://mywiki.wikidot.com/local--files/my-page/file.html">http://mywiki.wikidot.com/local--files/my-page/file.html</a> - and that could be a part of the problem.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-51141#post-161444</guid>
				<title>Re: Local javascript</title>
				<link>http://community.wikidot.com/forum/t-51141/local-javascript#post-161444</link>
				<description></description>
				<pubDate>Sun, 11 May 2008 11:15:30 +0000</pubDate>
				<wikidot:authorName>thevisitor</wikidot:authorName>				<wikidot:authorUserId>95668</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Weird… that fix doesn't work for me. :(</p> <p>Works in IE6, but not in FF (updated to the last version), or Opera, or even Konqueror.</p> <p>What is really strange is that this used to work for me a couple days ago. Since there was no change on my side, was anything changed on the server?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-51141#post-140424</guid>
				<title>Re: Local javascript</title>
				<link>http://community.wikidot.com/forum/t-51141/local-javascript#post-140424</link>
				<description></description>
				<pubDate>Mon, 07 Apr 2008 21:58:08 +0000</pubDate>
				<wikidot:authorName>gerdami</wikidot:authorName>				<wikidot:authorUserId>3370</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><span style="text-decoration: line-through;">iframe localfile.htm is rendered by IE6 but not by FF2.</span><br /> <span style="text-decoration: line-through;">iframe localfile.jvs will be rendered by IE6 <strong>and</strong> FF2.</span></p> <p><iframe src="http://fivenations.wikidot.com/local--files/ega-playing-handicap-table/ega-playing-handicap.htm" align="" frameborder="0" height="200" scrolling="no" width="99%" class="" style=""></iframe></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-51141#post-138236</guid>
				<title>Re: Local javascript</title>
				<link>http://community.wikidot.com/forum/t-51141/local-javascript#post-138236</link>
				<description></description>
				<pubDate>Fri, 04 Apr 2008 11:52:53 +0000</pubDate>
				<wikidot:authorName>Phil Chett</wikidot:authorName>				<wikidot:authorUserId>4297</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Only gerdami's tweak works in FF. IE7 will do both.<br /> I wonder what happens in IE6?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-51141#post-138218</guid>
				<title>Re: Local javascript</title>
				<link>http://community.wikidot.com/forum/t-51141/local-javascript#post-138218</link>
				<description></description>
				<pubDate>Fri, 04 Apr 2008 11:23:39 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Here is the script itself:</p> <div class="code"> <pre> <code>&lt;html&gt; &lt;body&gt; &lt;script type="text/javascript"&gt; document.write("Hello World!"); &lt;/script&gt; &lt;/body&gt; &lt;/html&gt;</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-51141#post-138199</guid>
				<title>Re: Local javascript</title>
				<link>http://community.wikidot.com/forum/t-51141/local-javascript#post-138199</link>
				<description></description>
				<pubDate>Fri, 04 Apr 2008 10:45:37 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It is intresting - both versions work…</p> <p>Here is the code ( content) of the two files:</p> <div class="code"> <pre> <code>&lt;html&gt; &lt;body&gt; &lt;script type="text/javascript"&gt; document.write("Hello World!"); &lt;/script&gt; &lt;/body&gt; &lt;/html&gt;</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-51141#post-138169</guid>
				<title>Re: Local javascript</title>
				<link>http://community.wikidot.com/forum/t-51141/local-javascript#post-138169</link>
				<description></description>
				<pubDate>Fri, 04 Apr 2008 09:54:16 +0000</pubDate>
				<wikidot:authorName>gerdami</wikidot:authorName>				<wikidot:authorUserId>3370</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You can upload your javascript as a local file.<br /> [[iframe http://community.wikidot.com/local--files/local:files/HelloWorld.html]] will not work (with Firefox 2) :<br /> <iframe src="http://community.wikidot.com/local--files/local:files/HelloWorld.html" align="" frameborder="" height="" scrolling="" width="" class="" style=""></iframe><br /> … but if you change the file extension to "scrap"…<br /> [[iframe http://community.wikidot.com/local--files/local:files/HelloWorld.scrap]] will give:<br /> <iframe src="http://community.wikidot.com/local--files/local:files/HelloWorld.scrap" align="" frameborder="" height="" scrolling="" width="" class="" style=""></iframe></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-51141#post-137607</guid>
				<title>Local javascript</title>
				<link>http://community.wikidot.com/forum/t-51141/local-javascript#post-137607</link>
				<description></description>
				<pubDate>Thu, 03 Apr 2008 15:46:39 +0000</pubDate>
				<wikidot:authorName>YuriT</wikidot:authorName>				<wikidot:authorUserId>31338</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I have a need to embed javascript, that I have defined localy in my wikidot. Is it possible?<br /> because now it gives "Sorry, no match for the embedded content." error. As i understood it is only possible<br /> to run javascript from a limited number of predefined sources. Why not locally? Is it possible to allow this feature?</p> <p>best regards,<br /> YuriT</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>