<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Javascript Mailing List RSS Feed</title> 
<link>http://www.houseoffusion.com/groups/javascript</link> 
<description>Javascript  discussion</description> 
<language>en-us</language> 
<copyright>Copyright &#169; 2011, House of Fusion</copyright> 
<lastBuildDate>Sat, 11 Feb 2012 09:55:46 GMT</lastBuildDate> 
<webMaster>Michael Dinowitz (mdinowit@houseoffusion.com)</webMaster> 
<category>Mailing List</category>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
	<title><![CDATA[passing javascript varial into uRL and then read it inthe othe rpage]]></title> 
	<description><![CDATA[var newId = 2;<br>
	row.insertCell( 6 ).innerHTML = &quot;&lt;a href=Update_Gate.cfm?GateIdVar=&quot; + newId + &quot;&gt;Edit Gate&lt;/a&gt;&quot;;<br>
	<br>
	You need to concatenate your variable value (newId) with the literal string (everything else). By just passing one quoted literal string, '<BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6724"  title="Javascript: passing javascript varial into uRL and then read it inthe othe rpage">more</A>]]]></description> 
	<pubDate>Thu, 15 Sep 2011 06:47:00 GMT</pubDate> 
	<dc:author>Charlie Griefer </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6724</guid> 
</item>



<item>
	<title><![CDATA[The Flex Authority Volume 1, Issue 2 is out now]]></title> 
	<description><![CDATA[If you want your Flex skills to be up-to-date then you need the Flex Authority. The current issue is all about Components: The Building Blocks of Your Applications.
	
	Order now]]></description> 
	<guid>http://www.flex-authority.com/issues/components-application-building-blocks/</guid>
	<pubDate>Sat, 11 Feb 2012 09:55:46 GMT</pubDate> 
	<dc:author>Flex Authority</dc:author> 
</item>

<item>
	<title><![CDATA[passing javascript varial into uRL and then read it inthe othe rpage]]></title> 
	<description><![CDATA[hi ,<br>
	i am trying to pass a javascript variable into URL ..but not getting the value..<br>
	<br>
	var newID = 2;<br>
	row.insertCell(6).innerHTML = &quot;&lt;a href=Update_Gate.cfm?GateIdVar=newID&gt;Edit Gate&lt;/a&gt;&quot;;<br>
	<br>
	i am getting<br>
	<br>
	&quot;newID&quot; in Update_Gate.cfm page ...<br>
	<br>
	i <BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6723"  title="Javascript: passing javascript varial into uRL and then read it inthe othe rpage">more</A>]]]></description> 
	<pubDate>Wed, 14 Sep 2011 11:20:00 GMT</pubDate> 
	<dc:author>Mo Lay </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6723</guid> 
</item>

<item>
	<title><![CDATA[Javascript  generate  dynamic date field with date mask &quot;mm/dd/yyy&quot;]]></title> 
	<description><![CDATA[Hi folks,<br>
	i am trying to generate a dynamic datefield with date mask &quot;mm/dd/yyyy&quot; and trying to insert it into Oracle db ...i still got the error ORA invalid month ehich means the date filed is not recognized as date:<br>
	<br>
	below is what i am doing&nbsp;&nbsp;: <br>
	<br>
	<BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6722"  title="Javascript: Javascript  generate  dynamic date field with date mask &quot;mm/dd/yyy&quot;">more</A>]]]></description> 
	<pubDate>Fri, 19 Aug 2011 10:20:00 GMT</pubDate> 
	<dc:author>Mo Lay </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6722</guid> 
</item>

<item>
	<title><![CDATA[javascript DAteformat &quot;mmm-yy&quot;]]></title> 
	<description><![CDATA[Hi Guys ,<br>
	i am wondering how i can get the current 6 month windows like the following <br>
	<br>
	Aug-11<br>
	Sep-11<br>
	Oct-11<br>
	Nov-11<br>
	Dec-11<br>
	Jan-12<br>
	<br>
	thanks<BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6721"  title="Javascript: javascript DAteformat &quot;mmm-yy&quot;">more</A>]]]></description> 
	<pubDate>Mon, 15 Aug 2011 12:04:00 GMT</pubDate> 
	<dc:author>Mo Lay </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6721</guid> 
</item>

<item>
	<title><![CDATA[Calendar with dynamic javascript generated textbox !!]]></title> 
	<description><![CDATA[Hi Guys i am stack with this one :<br>
	<br>
	I am generated diff dynamic textboxes that should take date type value..i need a date picker on the textbox click...<br>
	<br>
	Any help ?<br>
	<br>
	Thanks<BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6719"  title="Javascript: Calendar with dynamic javascript generated textbox !!">more</A>]]]></description> 
	<pubDate>Fri, 12 Aug 2011 04:16:00 GMT</pubDate> 
	<dc:author>Mo Lay </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6719</guid> 
</item>

<item>
	<title><![CDATA[document getElementById('idddl') value not workingunder IE !!any help]]></title> 
	<description><![CDATA[Hi guys, <br>
	<br>
	my code runs just fine on Firefox but when it comes to IE it gives me blank ... Any help hyit does that ..i ve read in the web diff scenarios..<br>
	( i have already defined ddlid).<br>
	<br>
	var element1 = document.getElementById('ddlid').value;	<br>
	<BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6718"  title="Javascript: document.getElementById('idddl').value not workingunder IE !!any help">more</A>]]]></description> 
	<pubDate>Fri, 12 Aug 2011 01:38:00 GMT</pubDate> 
	<dc:author>Mo Lay </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6718</guid> 
</item>

<item>
	<title><![CDATA[Highlighting a custom row in a dynamic HTML table ]]></title> 
	<description><![CDATA[ &gt;&gt;I need to select the top 3 best performace value in the column and <br>
	then highlight the entire rows in different colours. Can any one help me <br>
	in doing it?<br>
	<br>
	Are the rows displayed according to this performance order ?<br>
	If yes, I'd just use the <BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6404"  title="Javascript: Highlighting a custom row in a dynamic HTML table.">more</A>]]]></description> 
	<pubDate>Mon, 07 Jun 2010 10:21:00 GMT</pubDate> 
	<dc:author>Claude_Schnéegans </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6404</guid> 
</item>

<item>
	<title><![CDATA[Highlighting a custom row in a dynamic HTML table ]]></title> 
	<description><![CDATA[Guys,<br>
	<br>
	I have a dynamic HTML table which gets populated by coldfusion and displayed, I have a column called performace which holds numeric values. I need to select the top 3 best performace value in the column and then highlight the entire rows in <BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6397"  title="Javascript: Highlighting a custom row in a dynamic HTML table.">more</A>]]]></description> 
	<pubDate>Mon, 07 Jun 2010 04:27:00 GMT</pubDate> 
	<dc:author>ashok Ramkumar </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6397</guid> 
</item>

<item>
	<title><![CDATA[Prevent confirmation URL for JS Fail]]></title> 
	<description><![CDATA[+1 to both of Peter's suggestions.&nbsp;&nbsp;Definitely include the validation on the<br>
	server side as well.&nbsp;&nbsp;Client-side validation (when done right) is just a<br>
	convenience to the user.<br>
	<br>
	And yeah, I was going to bring up jQuery... but figured baby steps :)<br>
	<br>
	On<BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6302"  title="Javascript: Prevent confirmation URL for JS Fail">more</A>]]]></description> 
	<pubDate>Tue, 23 Mar 2010 06:51:00 GMT</pubDate> 
	<dc:author>Charlie Griefer </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6302</guid> 
</item>

<item>
	<title><![CDATA[Prevent confirmation URL for JS Fail]]></title> 
	<description><![CDATA[Check Charlie's example again - you also need the return in the<br>
	onsubmit attribute.<br>
	<br>
	Also, just a reminder to also perform these same validations on the server side.<br>
	(JS validation is only for better user interface, it doesn't provide<br>
	the security/<BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6301"  title="Javascript: Prevent confirmation URL for JS Fail">more</A>]]]></description> 
	<pubDate>Tue, 23 Mar 2010 06:48:00 GMT</pubDate> 
	<dc:author>Peter Boughton </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6301</guid> 
</item>

<item>
	<title><![CDATA[Prevent confirmation URL for JS Fail]]></title> 
	<description><![CDATA[I thought the return false was the key.&nbsp;&nbsp;I must have it in the wrong<br>
	place.&nbsp;&nbsp;Here's the code.<br>
	<br>
	&lt;script type=&quot;text/javascript&quot;&gt;<br>
	<br>
	function DoValidation()<br>
	{<br>
		var count =0;<br>
		var dup1 =0;<br>
		var dup2 =0;<br>
		var dup3 =0;<br>
		if(document.getElementById(&quot;s1<BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6300"  title="Javascript: Prevent confirmation URL for JS Fail">more</A>]]]></description> 
	<pubDate>Tue, 23 Mar 2010 06:42:00 GMT</pubDate> 
	<dc:author>Jason Wilke</dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6300</guid> 
</item>

<item>
	<title><![CDATA[Prevent confirmation URL for JS Fail]]></title> 
	<description><![CDATA[Would help to see the code in question.<br>
	<br>
	Normally, your &lt;form&gt; tag would call the JS validation in the onsubmit<br>
	method.&nbsp;&nbsp;Something like:<br>
	<br>
	&lt;form id=&quot;myForm&quot; onsubmit=&quot;return validateFields( this );&quot;&gt;<br>
	<br>
	Then your JS would look something like:<br>
	<br>
	<BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6299"  title="Javascript: Prevent confirmation URL for JS Fail">more</A>]]]></description> 
	<pubDate>Tue, 23 Mar 2010 06:35:00 GMT</pubDate> 
	<dc:author>Charlie Griefer </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6299</guid> 
</item>

<item>
	<title><![CDATA[Prevent confirmation URL for JS Fail]]></title> 
	<description><![CDATA[I'm using a CFMail page to submit info to a user, and I have a JS validation on it.&nbsp;&nbsp;When I submit a test that fails the validation, I get the appropriate JS alert messages, but the CFM page still calls the confirmation URL.<br>
	<br>
	How do I keep the focus on <BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6298"  title="Javascript: Prevent confirmation URL for JS Fail">more</A>]]]></description> 
	<pubDate>Tue, 23 Mar 2010 06:31:00 GMT</pubDate> 
	<dc:author>Jason Wilke </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6298</guid> 
</item>

<item>
	<title><![CDATA[Detect SWF movie has finished playing]]></title> 
	<description><![CDATA[Hello,<br>
	<br>
	I am in the process of writing an application where each user is required to watch a video (in SWF format) before they can proceed to the next page.&nbsp;&nbsp;The application needs to detect that the video has finished playing before the user is taken to<BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6150"  title="Javascript: Detect SWF movie has finished playing">more</A>]]]></description> 
	<pubDate>Fri, 16 Oct 2009 09:50:00 GMT</pubDate> 
	<dc:author>Joshua Rowe </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6150</guid> 
</item>

<item>
	<title><![CDATA[Javascript Expert is required for San Jose CA]]></title> 
	<description><![CDATA[Hello<br>
	<br>
	We have a client in San JOse CA, who are looking to fill multiple Javascript Expert position (Contracting).<br>
	<br>
	Let me know your interests with a copy of your resume and contact details at 408-416-3850 or s.gupta@vui-inc.com<BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6014"  title="Javascript: Javascript Expert is required for San Jose CA">more</A>]]]></description> 
	<pubDate>Wed, 29 Jul 2009 12:07:00 GMT</pubDate> 
	<dc:author>Saurabh Gupta </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6014</guid> 
</item>

<item>
	<title><![CDATA[Need help to repeat dynamicly form fields onclick]]></title> 
	<description><![CDATA[On Fri, Jul 24, 2009 at 9:41 AM, Elena Aminova &lt;CFElena@gmail.com&gt; wrote:<br>
	<br>
	&gt;<br>
	&gt; I have a form with 4+ input fields.<br>
	&gt; I need these 4+ fields to be repeated every time the user clicks &quot;Add<br>
	&gt; Additional Topic(s)&quot;<br>
	&gt;<br>
	<br>
	Here's a sample using jQuery.&nbsp;&nbsp;IMO<BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6001"  title="Javascript: Need help to repeat dynamicly form fields onclick">more</A>]]]></description> 
	<pubDate>Fri, 24 Jul 2009 01:34:00 GMT</pubDate> 
	<dc:author>Charlie Griefer </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6001</guid> 
</item>

<item>
	<title><![CDATA[Need help to repeat dynamicly form fields onclick]]></title> 
	<description><![CDATA[function doBox(num){<br>
	 var oldNum = num - 1;<br>
	 if(eval(&quot;document.buyer.geog&quot;+oldNum+&quot;.value&quot;) != &quot;&quot;){<br>
	&nbsp;&nbsp;document.getElementById(&quot;boxbutton[&quot;+oldNum+&quot;]&quot;).style.visibility =<br>
	&quot;hidden&quot;;<br>
	&nbsp;&nbsp;var newNum = num + 1;<br>
	&nbsp;&nbsp;var box = &quot;&lt;input type=\&quot;text\&quot; name=\&quot;geog<BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6000"  title="Javascript: Need help to repeat dynamicly form fields onclick">more</A>]]]></description> 
	<pubDate>Fri, 24 Jul 2009 01:02:00 GMT</pubDate> 
	<dc:author>David Hannum </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6000</guid> 
</item>

<item>
	<title><![CDATA[Need help to repeat dynamicly form fields onclick]]></title> 
	<description><![CDATA[I have a form with 4+ input fields. <br>
	I need these 4+ fields to be repeated every time the user clicks &quot;Add Additional Topic(s)&quot; <br>
	<br>
	Can someone please help me with the JS function on that? <br>
	&nbsp;&nbsp;&nbsp; &lt;script&gt; <br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; function addTopicEvent() { <br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var<BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:5999"  title="Javascript: Need help to repeat dynamicly form fields onclick">more</A>]]]></description> 
	<pubDate>Fri, 24 Jul 2009 12:46:00 GMT</pubDate> 
	<dc:author>Elena Aminova </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:5999</guid> 
</item>

<item>
	<title><![CDATA[T-P position]]></title> 
	<description><![CDATA[Immediate position (NO H-1B's)	<br>
	<br>
	-&nbsp;&nbsp;Work with the Lead Software Developers to develop highly functional, scalable, <br>
	&nbsp;&nbsp;&nbsp;reliable web based applications.<br>
	-&nbsp;&nbsp;Act as the lead software developer for Web Based user interface. <br>
	-&nbsp;&nbsp;Rapidly create user <BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:5957"  title="Javascript: T-P position">more</A>]]]></description> 
	<pubDate>Mon, 22 Jun 2009 03:46:00 GMT</pubDate> 
	<dc:author>Lisa Vella </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:5957</guid> 
</item>

<item>
	<title><![CDATA[Need help with dynamic form fields]]></title> 
	<description><![CDATA[Try something like this:<br>
	in javascript:<br>
	varName =  &quot;compensationType_&quot; + userID;<br>
	varFormField = document.getElementsByName(varName);<br>
	now you can get value from varFormField.value.<br>
	<br>
	--- On Sat, 5/30/09, Torrent Girl &lt;torrentgirl@gmail.com&gt; wrote<BR> [<A href="http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:5904"  title="Javascript: Need help with dynamic form fields">more</A>]]]></description> 
	<pubDate>Sun, 31 May 2009 02:58:00 GMT</pubDate> 
	<dc:author>Maya Tulchinsky </dc:author> 
	<guid>http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:5904</guid> 
</item>

<item>
	<title><![CDATA[The Fusion Authority Quarterly Update Volume 3, Issue 1 is out now]]></title> 
	<description><![CDATA[If you want your ColdFusion skills to be up-to-date then you need the Fusion Authority Quarterly Update. The current issue is all about Data and how to make it work for you. Just what we all need.
	
	Order now]]></description> 
	<guid>http://www.fusionauthority.com/quarterly/data-how-to-make-it-work-for-you/</guid>
	<pubDate>Sat, 11 Feb 2012 09:55:46 GMT</pubDate> 
	<dc:author>Fusion Authority</dc:author> 
</item>


</channel>
</rss>


