also
document.all is ie only, are you testing it in IE or in NS?
try this, ie 5.5+ and NS6+
<cfset strCat='Kitty!'>
<CFOUTPUT>
<table>
<tr>
<td>
<span id='minus' onClick="document.getEleme
<span id='plus' onClick="document.all.cat1
</td>
<td>
HELLO
<br><span ID="cat1">
#strCat#
</span></td>
</tr>
</table>
<script>
document.getElementById('p
</script>
</CFOUTPUT>
Main Topics
Browse All Topics





by: dhayfulePosted on 2004-02-01 at 22:46:16ID: 10250703
Hi,
e.com/vb/s cripts/ Bro wseCategor yOrSearchR esults.asp ?lngWId=9& grpCategor ies=15& opt Sort=Alpha betical&tx tMaxNumber OfEntriesP erPage=10
What is the File extension that you have provided to the above Code, Is it CFM/CFML?
Also is it veiwed Through a Web Server with Cold Fusion Extensions Installed.
Check it out.
You can even refer to the following URL
http://www.planetsourcecod
That contains useful resources and source codes for Cold fusion.
Bye
Regards