The storyline here is a little messy, so I'll suppress the details. Anyways, I've been working on a hack-job that recreates a "left nav table" through javascript. Surprisingly it works in both IE and mozilla. However, trouble has erupted because I'm using body.onload to run the function(s), and there is another piece of code in a place I have no control over that is also calling window.onload. So, my onload function is replacing the other onload function, and the other onload function doesn't run. I need it to run, so is there something I could do to have them both run?
Thanks.
Thanks.