<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://familien-hartvig.dk/wiki/index.php?action=history&amp;feed=atom&amp;title=GoTo</id>
	<title>GoTo - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://familien-hartvig.dk/wiki/index.php?action=history&amp;feed=atom&amp;title=GoTo"/>
	<link rel="alternate" type="text/html" href="http://familien-hartvig.dk/wiki/index.php?title=GoTo&amp;action=history"/>
	<updated>2026-06-16T23:17:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.15</generator>
	<entry>
		<id>http://familien-hartvig.dk/wiki/index.php?title=GoTo&amp;diff=465&amp;oldid=prev</id>
		<title>Lars: Protected &quot;GoTo&quot; ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]</title>
		<link rel="alternate" type="text/html" href="http://familien-hartvig.dk/wiki/index.php?title=GoTo&amp;diff=465&amp;oldid=prev"/>
		<updated>2012-02-22T19:27:53Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wiki/index.php?title=GoTo&quot; title=&quot;GoTo&quot;&gt;GoTo&lt;/a&gt;&amp;quot; ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 19:27, 22 February 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Lars</name></author>
		
	</entry>
	<entry>
		<id>http://familien-hartvig.dk/wiki/index.php?title=GoTo&amp;diff=62&amp;oldid=prev</id>
		<title>Lars: Created page with &quot;Usages:  &lt;pre&gt; &lt;GOTO href=&quot;&lt;url&gt;&quot; /&gt; &lt;/pre&gt;  ====Parameters==== You can pass parameters to the page, whith the normal GET querry method ex: &lt;pre&gt; somedomain.com?parameter1=som...&quot;</title>
		<link rel="alternate" type="text/html" href="http://familien-hartvig.dk/wiki/index.php?title=GoTo&amp;diff=62&amp;oldid=prev"/>
		<updated>2012-02-03T08:50:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Usages:  &amp;lt;pre&amp;gt; &amp;lt;GOTO href=&amp;quot;&amp;lt;url&amp;gt;&amp;quot; /&amp;gt; &amp;lt;/pre&amp;gt;  ====Parameters==== You can pass parameters to the page, whith the normal GET querry method ex: &amp;lt;pre&amp;gt; somedomain.com?parameter1=som...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Usages: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;GOTO href=&amp;quot;&amp;lt;url&amp;gt;&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Parameters====&lt;br /&gt;
You can pass parameters to the page, whith the normal GET querry method ex:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
somedomain.com?parameter1=some value&amp;amp;parameter2=some value...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But bee aware that since KML is inbeded in XML you have to replace the '&amp;amp;amp;' with the HTML escape sequence '&amp;amp;amp;amp;' So the above example in KML would be:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;GOTO href=&amp;quot;someaddress.com?parameter=value&amp;amp;amp;amp;parameter2=some value&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(The player will automaticly append the ussual parameters)&lt;br /&gt;
&lt;br /&gt;
====Return path====&lt;br /&gt;
You can use the system variable $$PREVIOUSDOCUMENT$$ to return to the previos page:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;GOTO href=&amp;quot;$$PREVIOUSDOCUMENT$$&amp;quot; /&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or using the Return button on the remote:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;KEY id=&amp;quot;93&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;ONCLICK&amp;gt;&lt;br /&gt;
    &amp;lt;![CDATA[ &lt;br /&gt;
      &amp;lt;GOTO href=&amp;quot;$$PREVIOUSDOCUMENT$$&amp;quot; /&amp;gt;&lt;br /&gt;
    ]]&amp;gt;&lt;br /&gt;
  &amp;lt;/ONCLICK&amp;gt;&lt;br /&gt;
&amp;lt;/KEY&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
NB: Unfortunatly the play dosen't keep track very well. If a page call it self (which more complex pages often do) $$PREVIOUSDOCUMENT$$ only refer to it self. In functional scripted pages you should therefore keep track of the return path in the script.&lt;br /&gt;
&lt;br /&gt;
--[[Simon Rigét]] 02:45, 14 June 2007 (CEST)&lt;/div&gt;</summary>
		<author><name>Lars</name></author>
		
	</entry>
</feed>