<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — "Back" link closes windows]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5798</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5798&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in "Back" link closes windows.]]></description>
		<lastBuildDate>Fri, 26 Jun 2015 09:37:06 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: "Back" link closes windows]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23750#p23750</link>
			<description><![CDATA[<p>My apologies. I made a mistake when restoring the code. All 4 browsers do the same thing, the tab closes.</p><p>Erich</p>]]></description>
			<author><![CDATA[null@example.com (erichg)]]></author>
			<pubDate>Fri, 26 Jun 2015 09:37:06 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23750#p23750</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Back" link closes windows]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23749#p23749</link>
			<description><![CDATA[<p>I&#039;ve tried the following:</p><p>Chrome 43.0.2357.124m<br />IE 11.0.9600.16518<br />Midori 05.10.32 (portable installation)<br />SeaMonkey 2.33.1</p><p>Chrome and IE - closes the FA tab.<br />Midori and Seamonkey- nothing happens when clicking the back link</p><p>Erich</p>]]></description>
			<author><![CDATA[null@example.com (erichg)]]></author>
			<pubDate>Fri, 26 Jun 2015 09:09:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23749#p23749</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Back" link closes windows]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23746#p23746</link>
			<description><![CDATA[<p>The code part you have removed is responsible for closing popup windows. In some browsers tabs are used instead of popups, but also in this case the tab should not be closed if it is the last one FA tab in the browser. <br />Which browers you have tried beside IE ?</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Thu, 25 Jun 2015 22:06:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23746#p23746</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Back" link closes windows]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23718#p23718</link>
			<description><![CDATA[<p>The goBack() function looked like this:</p><p>function goBack(deep) {<br />&nbsp; &nbsp; if (window.opener)<br />&nbsp; &nbsp; &nbsp; &nbsp; window.close();<br />&nbsp; &nbsp; else<br />&nbsp; &nbsp; &nbsp; &nbsp; window.history.go(deep || -1);<br />}</p><p>before I changed it.</p><p>Regards<br />Erich</p>]]></description>
			<author><![CDATA[null@example.com (erichg)]]></author>
			<pubDate>Mon, 22 Jun 2015 09:26:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23718#p23718</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Back" link closes windows]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23717#p23717</link>
			<description><![CDATA[<p>If I change the goBack function in utils.js script to look like this:</p><p>function goBack(deep) {<br />&nbsp; &nbsp;&nbsp; window.history.go(deep || -1);<br />}</p><p>it seems to work correctly, but I&#039;m a bit worried that that might affect something else.</p><p>Please let me know if this will cause a problem.</p><p>Regards<br />Erich</p>]]></description>
			<author><![CDATA[null@example.com (erichg)]]></author>
			<pubDate>Mon, 22 Jun 2015 09:24:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23717#p23717</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Back" link closes windows]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23715#p23715</link>
			<description><![CDATA[<p>It does the same thing using IE 11.0.9600.16518</p><p>Regards<br />Erich</p>]]></description>
			<author><![CDATA[null@example.com (erichg)]]></author>
			<pubDate>Sat, 20 Jun 2015 08:41:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23715#p23715</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Back" link closes windows]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23713#p23713</link>
			<description><![CDATA[<p>Maybe this specific browser version problem? Have you tried other browsers?</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Fri, 19 Jun 2015 23:07:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23713#p23713</guid>
		</item>
		<item>
			<title><![CDATA["Back" link closes windows]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23708#p23708</link>
			<description><![CDATA[<p>When I open Company Setup and click on the Back link at the bottom of the page, the tab in which FA is running closes. I am running FA 2.3.24 with a WAMP called Uniform Server ZeroXI - 11.7.7 on Windows 8.1. This is happening on Google Chrome 43.0.2357.124m. The WAMP is running Apache 2.4.12, MySQL 5.5.44 and PHP 5.4.42.</p><p>It also happens on all other screens where a Back link is present.</p><p>Any ideas on what the problem can be?</p>]]></description>
			<author><![CDATA[null@example.com (erichg)]]></author>
			<pubDate>Fri, 19 Jun 2015 12:50:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23708#p23708</guid>
		</item>
	</channel>
</rss>
