tanicos Posted May 4, 2008 Posted May 4, 2008 hello. i added this contrib and works perfectly...what i needed was another scrolling box so i went and added the code for it like this: //<![CDATA[ /* merge server php and client javascript arrays */ var pausecontent=new Array() pausecontent[0]='<a href="example.php"><img src="images/scroll1.jpg"></a><br />' pausecontent[1]='<a href="example.php"><img src="images/scroll2.jpg"></a><br />' pausecontent[2]='<a href="example.php" ><img src="images/scroll3.jpg"></a><br />' pausecontent[3]='<a href="example.php" ><img src="images/scroll4.jpg"></a><br />' <?php $i = 0; while ($pausecontent[$i]) { echo "pausecontent[".$i."] = '".$pausecontent[$i]."'; "; $i++; } ?> //]]> now i got 2 same special scrolling boxes....how can i make them different? thank you
tanicos Posted May 6, 2008 Author Posted May 6, 2008 i've managed to do it...if anyone wants to know pm me..
Recommended Posts
Archived
This topic is now archived and is closed to further replies.