<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Daily Counter javascript bit help"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Daily Counter javascript bit help"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Daily Counter javascript bit help</title>
				<description><![CDATA[ Hi!<br /> <br /> I've gotten the Daily counter to work fine now. But there's one big annoying difference between my page and the demo version... <br /> Whenever I click on "Visitors" on my page it first opens a full browser window before opening the small Visitor display... the first window is left hanging with a DNS/Can't find page error in it... What am I doing wrong here, can someone tell me the correct code to insert to just open the small php visitirs display?<br /> <br /> BTW, couldn't get the code in the "usage instructions" to work so I snipped the code from the demo wich does work for me...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1060/2716.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1060/2716.php</link>
				<pubDate><![CDATA[Wed, 9 Oct 2002 07:20:03]]> GMT</pubDate>
				<author><![CDATA[ SteinerKD]]></author>
			</item>
			<item>
				<title>:)</title>
				<description><![CDATA[ [code]&lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; size=&quot;1&quot;&gt;<br />       &lt;?php echo date&#40;&quot;D, j F Y&quot;&#41;; ?&gt;<br />       &lt;br&gt;&lt;br&gt;<br />       Total Visits&#58; &lt;?php echo $visits&#91;'total'&#93;; ?&gt;<br />       &lt;br&gt;<br />       &lt;b&gt;&lt;a href=&quot;javascript&#58;void&#40;window.open&#40;'visitors.php','Visitors','scrollbars=yes,width=420,height=210'&#41;&#41;&quot; class=&quot;links&quot;&gt;Visitors&lt;/a&gt; today&#58; &lt;font color=&quot;#CC0066&quot;&gt;<br />        &lt;?php echo $visits&#91;'visits_today'&#93;; ?&gt;&lt;/font&gt;&lt;/b&gt;<br />      &lt;/font&gt;[/code]<br /> <br /> Include that were u want it, to change the size et... just change the [code]&#40;'visitors.php','Visitors','scrollbars=yes,width=420,height=210'&#41;&#41;&quot; [/code]<br /> <br /> DD  :lol:]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1060/2769.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1060/2769.php</link>
				<pubDate><![CDATA[Mon, 14 Oct 2002 16:36:24]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ That's exactly the code I'm usinga nd it doesn't work.. hmm...Think I heard someone say that javascript code isn't processed ina  .php page which this is... Maybe that's my problem?<br /> Any way to get round this and still get it to work as intended?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1060/2772.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1060/2772.php</link>
				<pubDate><![CDATA[Mon, 14 Oct 2002 18:03:01]]> GMT</pubDate>
				<author><![CDATA[ SteinerKD]]></author>
			</item>
			<item>
				<title>:)</title>
				<description><![CDATA[ weird worked for me fine and my pages r php<br /> <br /> DD  <img src="https://proxy2.de/forum//images/smilies/97ada74b88049a6d50a6ed40898a03d7.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1060/2773.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1060/2773.php</link>
				<pubDate><![CDATA[Tue, 15 Oct 2002 01:07:21]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yeah.. and my reply is kinda stupid I realise as the demo.php works just fine and opens the visitor window correctly, the exact same code in my own webpage doesn't work properly <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" /><br /> Could the fact that I'm using the code snippet in a banner page within a frameset have anything to do with it?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1060/2774.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1060/2774.php</link>
				<pubDate><![CDATA[Tue, 15 Oct 2002 02:53:48]]> GMT</pubDate>
				<author><![CDATA[ SteinerKD]]></author>
			</item>
			<item>
				<title>:)</title>
				<description><![CDATA[ Possible, try making a test.php, put some content on it and then include the code if it works then yes thats the problem<br /> <br /> DD <img src="https://proxy2.de/forum//images/smilies/97ada74b88049a6d50a6ed40898a03d7.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1060/2780.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1060/2780.php</link>
				<pubDate><![CDATA[Tue, 15 Oct 2002 14:53:26]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Solved it <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" /> After I wrote that I tested a bit (hadn't realy thought about the frame stuff before I wrote it). With default target frame set to "_self" it works perfectly as inteded.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1060/2782.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1060/2782.php</link>
				<pubDate><![CDATA[Tue, 15 Oct 2002 17:00:06]]> GMT</pubDate>
				<author><![CDATA[ SteinerKD]]></author>
			</item>
	</channel>
</rss>