Yeah - some sample code would help...
On Dec 3, 1:52 pm, QuadCom <[EMAIL PROTECTED]> wrote: > I am trying to use setTimeout to call another function. Everytime I > put the functions I wish to call within the doc.ready block, I get > errors stating that the function is undefined. If I move it out of the > doc.ready block it works fine. > > The problem is I can't share vars between teh doc.ready block and any > functions outside of the doc.ready block. > > I've been coding all day so my eyes are screwed, if you need to see > some code I can put some up. > > Thanks everyone.