View Single Post
  #3 (permalink)  
Old July 25th, 2004, 05:34 PM
anshul anshul is offline
Friend of Wrox
Points: 980, Level: 12
Points: 980, Level: 12 Points: 980, Level: 12 Points: 980, Level: 12
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Mar 2004
Location: Bhopal, MP, India.
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to anshul
Default

no that is not working.
actually i think i m not able2(transmit/transit) DOM variables containing values from one function2another in that functions.

.. but why document.writeln(img); outputs as if values are passed ..

also if i put constant values like 'image1', 'image2'
in this code without any suggested modification like
{setTimeout("animate2('image1')",99);}, these functions works. DOM values are not getting into functions correctly ?

can anyone list few urls that explain exhaustive/comprehensive information about javascript functions. i couldn't find this at sites like javascriptkit.com, dynamicdrive.com etc.
Reply With Quote