Re: Javascript functions are not working. Please help.
I'm still learning the ins and outs of servers, but I think JavaScript is left up to the browsers.
If your using Firefox, try 'DOM Inspector' plugin for deep probing of the DOM. Also 'FireBug' is grate for looking at scripting, CSS and more. Both can set breakpoints.
Another problem could be how your scripts are loading and functioning agents each other. You can have more then one 'onload' event, but they have to done correctly. I would try removing your scripts back until one works, then start reloading them until you find the one conflicting.
If I remember right, IE shows a icon in the lower left corner before it crashes. Without the plugins, Firefox just keeps on going, FireBug will show how many errors are on the page and at what line number.
Dave
Always forward thinking... Lost my mind!