Quote:
Originally Posted by vbplusme
Now I am confused. Doesn't YUI JS have to do with loading or not Yahoo Libraries for using their javascript widgets? I didn't think that had anything to do with running custom javascript code?
|
All I know is that this code wouldnt run unless I enabled it:
<script type="text/javascript" src="external.php?type=js"></script>
<script language="" type="text/javascript">
<!--
for (x = 0; x < 10; x++)
{
document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a>, ");
}
//-->
</script>