Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- Problem with javascript in netscape


joshie76 - 11:16 am on Jul 18, 2002 (gmt 0)


Is
displayBanner() called before the writeImage() function is written in the source?

Do you know what the error is? (type javascript: into the address bar just after the error occured).

edit>>DOH! I can see that your displayBanner() function is called before the writeImage function exists and think this may be the cause of your problems...
can you try:

function writeImage()
{
...
}
displayBanner();


Thread source:: http://www.webmasterworld.com/javascript/160.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com