<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adsense Script &#187; external</title>
	<atom:link href="http://scriptahead.com/tag/external/feed/" rel="self" type="application/rss+xml" />
	<link>http://scriptahead.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 May 2012 17:01:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>HOW TO MAKE A SITE WITH THAT BANNER LIKE 911TABS.COM FOR IT&#8217;S EXTERNAL LINKS?</title>
		<link>http://scriptahead.com/411/how-to-make-a-site-with-that-banner-like-911tabs-com-for-its-external-links/</link>
		<comments>http://scriptahead.com/411/how-to-make-a-site-with-that-banner-like-911tabs-com-for-its-external-links/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 05:02:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[911tabs.com]]></category>
		<category><![CDATA[banner]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[It's]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://scriptahead.com/411/how-to-make-a-site-with-that-banner-like-911tabs-com-for-its-external-links/</guid>
		<description><![CDATA[Question by NEB 1993: how to make a site with that banner like 911tabs.com for it&#8217;s external links? i run a business in web design and i want to have a page where a client can log in to approve the site before they purchase it. I can set up the log in script using]]></description>
			<content:encoded><![CDATA[<a target="_blank" rel="nofollow" href="http://scriptahead.com/goto/http://your-own-search.com/"  target="_blank"><img src="http://searchenginescript.biz/se.jpg" alt="Search engine" border="0" /></a><p><strong><i>Question by NEB 1993</i>: <br />how to make a site with that banner like 911tabs.com for it&#8217;s external links?</strong><br />
i run a business in web design and i want to have a page where a client can log in to approve the site before they purchase it. I can set up the log in script using MySQL, but how do I add a banner to the pages like the one seen on 911tabs.com when you visit an external link.</p>
<p>(Example&#8230; http://www.911tabs.com/link/?6769987 &#8211; the banner is at the very top, then the external website is underneath)</p>
<p><span id="more-411"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by Poonam</i><br/>You can find step by step guide on how to make a site at website like www.aplis.net ,etc .</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Know better? Leave your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/411/how-to-make-a-site-with-that-banner-like-911tabs-com-for-its-external-links/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HOW TO CHANGE A JAVASCRIPT FILE (.JS FILE) WITH EXTERNAL VALUES?</title>
		<link>http://scriptahead.com/105/how-to-change-a-javascript-file-js-file-with-external-values/</link>
		<comments>http://scriptahead.com/105/how-to-change-a-javascript-file-js-file-with-external-values/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 17:02:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adsense]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[values]]></category>

		<guid isPermaLink="false">http://scriptahead.com/105/how-to-change-a-javascript-file-js-file-with-external-values/</guid>
		<description><![CDATA[Question by chris wick: How to change a Javascript File (.js file) with external values? I need the code for the Javascript file that would enable it to be change with out chaning the JS file like Google adsense goes. I just need it to change the background colour. Example Code: bg_color = &#8220;#FFFFFF&#8221;; Thanks,]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by chris wick</i>: <br />How to change a Javascript File (.js file) with external values?</strong><br />
I need the code for the Javascript file that would enable it to be change with out chaning the JS file like Google adsense goes.<br />
I just need it to change the background colour.</p>
<p>Example Code:</p>
<p><SCRIPT language="JavaScript"><br />
bg_color = &#8220;#FFFFFF&#8221;;<br />
</SCRIPT><br />
<SCRIPT TYPE="text/javascript" SRC="http://www2.domainname.com/file/file.js"></SCRIPT></p>
<p>Thanks, Chris</p>
<p><span id="more-105"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by dhvrm</i><br/>You need to know the variable in the external JS file that holds the background color. That variable needs to have global scope.</p>
<p>Assuming you properly identify the variable with global scope that holds the value, then you can simply reassign its value inb your JavaScript.</p>
<p>You then need to ensure no other functions or statements in the external JS file reassign the value to the background color variable.</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Know better? Leave your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/105/how-to-change-a-javascript-file-js-file-with-external-values/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

