Hi all,
Here's the situation.
function scrollLog(line) { // Assume Firefox
// alert("weird");
frames['log'].find(line);
};
Here's a function I call when the document is ready. The code as written does not always fire . However, uncomment the alert line, and after the alert is fired, the find function always fires. Any ideas?
EDIT: Could this possibly be due to a load() issue where the timing of the loading of the iframe is not complete all the time? (These are pretty big log files)
Thanks,
Michael