<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[we developers forum]]></title>
	<link rel="self" href="http://forum.wedevs.com/feed/atom/forum/15/"/>
	<updated>2009-04-23T20:52:26Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.wedevs.com/</id>
		<entry>
			<title type="html"><![CDATA[Javascirpt help needed]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/46/javascirpt-help-needed/new/posts/"/>
			<summary type="html"><![CDATA[Hi, i need a help

suppose i have a page with a textarea and a link. When i click on the link, a new popup window will appear with about 50-60 images. After clicking each image, the image url will be pasted to it's textarea (first page). How to do that?

Also, i want to use a iframe to the popup. Because, there are many images there and the popup area can't hold this all.

Thanks in advance :)]]></summary>
			<author>
				<name><![CDATA[Tareq]]></name>
				<uri>http://forum.wedevs.com/user/2/</uri>
			</author>
			<updated>2009-04-23T20:52:26Z</updated>
			<id>http://forum.wedevs.com/topic/46/javascirpt-help-needed/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Is javascript enabled?]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/36/is-javascript-enabled/new/posts/"/>
			<summary type="html"><![CDATA[Sometimes we need to check that if javascript is enabled. To do this, we will add some codes. It will show, if only javascript is disabled.
[code=html]<NOSCRIPT>
<H3>Your JavaScript is disabled</H3> 
<strong>For Internet Explorer</strong><br />
Go to "View -> Internet Options -> Security tab<br />
Select "Custom" and click on the "Settings..." button<br />
To enable: make sure "Enable" is selected under "Active scripting"<br />
To disable: make sure "Disable" is selected under "Active scripting"<br /><br />

<strong>For FireFox</strong><br />
Go to "Tools" -> "Options"<br />
Go to "Content" tab and "Enable JavaScript"<br /><br />

<strong>For Opera</strong><br />
Go to "Tools" -> "Preferences"<br />
Go to "Advanced" tab -> "Content" and "Enable JavaScript"<br /><br />
</div>
</NOSCRIPT>[/code]
Everything under <noscript></noscript> will be escaped, if javascript is enabled :)]]></summary>
			<author>
				<name><![CDATA[qaosar]]></name>
				<uri>http://forum.wedevs.com/user/2/</uri>
			</author>
			<updated>2009-03-18T19:05:33Z</updated>
			<id>http://forum.wedevs.com/topic/36/is-javascript-enabled/new/posts/</id>
		</entry>
</feed>
