Ok, should be easy, I have an iFrame and it needs to start a timeout for a function in the main window. Here is what I have and isnt working...
window.setTimeout('check_UPLOAD()', 4000);
It says 'check_UPLOAD()' isnt defined. I tried everything... what am I missing?
Thanks