<?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"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: getting browser to stick to one window</title>
		<atom:link href="http://cycling74.com/forums/topic/getting-browser-to-stick-to-one-window/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/getting-browser-to-stick-to-one-window/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 02:29:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/getting-browser-to-stick-to-one-window/#post-60699</guid>
					<title><![CDATA[getting browser to stick to one window]]></title>
					<link>http://cycling74.com/forums/topic/getting-browser-to-stick-to-one-window/#post-60699</link>
					<pubDate>Thu, 15 Dec 2011 22:46:16 +0000</pubDate>
					<dc:creator>karlkartong</dc:creator>

					<description>
						<![CDATA[
						<p>Hi guys!</p>
<p>I&#8217;m stuck with something that seemed silly and easy to sort out  but now gives me doubts if there&#8217;s a solutions at all&#8230;</p>
<p>the ; max launch browser command opens URLs in new windows, is there a way to use the same window always and not new ones? I need the old URL to get replaced with the new URL using the same window. It can&#8217;t be new tabs either, I really need it to be just one page all the time. So the triggering is fantastic, but any ideas on the issue of getting hundreds of browser windows? been trying preferences in Safari, Firefox&#8230; happy to download other browsers if that solves it. Don&#8217;t think this can be solved in Max. My guess is that it&#8217;s a setting outside</p>
<p>Many thanks for advice</p>
<p>David</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/getting-browser-to-stick-to-one-window/#post-218493</guid>
					<title><![CDATA[Re: getting browser to stick to one window]]></title>
					<link>http://cycling74.com/forums/topic/getting-browser-to-stick-to-one-window/#post-218493</link>
					<pubDate>Tue, 11 Sep 2012 15:10:10 +0000</pubDate>
					<dc:creator>gmazel</dc:creator>

					<description>
						<![CDATA[
						<p>Try using javascript ?</p>
<p><html><br />
<head><br />
<script><br />
function replaceDoc()<br />
  {<br />
  window.location.replace("http://www.cnn.com")<br />
  }<br />
</script><br />
</head><br />
<body></body></html></p>
<p><input type="button" value="Replace document" onclick="replaceDoc()" /></p>
<p><br />
</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

