<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Forums Topic: Javascript show/hide element function</title>
<link>http://www.tutorialhelpdesk.com/forum/</link>
<description>Tutorialhelpdesk programming forums</description>
<language>en</language>
<pubDate>Sat, 22 Nov 2008 00:18:58 +0000</pubDate>

<item>
<title>ioana on "Javascript show/hide element function"</title>
<link>http://www.tutorialhelpdesk.com/forum/topic/javascript-showhide-element-function#post-18</link>
<pubDate>Fri, 04 Jul 2008 11:07:40 +0000</pubDate>
<dc:creator>ioana</dc:creator>
<guid isPermaLink="false">18@http://www.tutorialhelpdesk.com/forum/</guid>
<description>&#60;p&#62;This very handy function can be used with the &#60;em&#62;onclick&#60;/em&#62; attribute to show or hide an HTML element:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function show_hide(object)
{
object.style.display = element.style.display == &#38;quot;none&#38;quot; ? &#38;quot;block&#38;quot; : &#38;quot;none&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>
