Re: preserve javascript formatting?

2002-03-09 Thread Jon Hall
How about surrounding the script tags with pre tags? I may not be understanding the issue though...javascript can be compressed (if that is what this tag is doing) just like html and still work. Perhaps you are missing some semicolons and two javascript statements are getting stuck together?

preserve javascript formatting?

2002-03-09 Thread Eric J Hoffman
Ok, last question, for a bit... :-) How do you guys deal with preserving the formatting of javascript? A tag is redoing some content on a page, and when it spits it out, its lost its formatting, thus the navigation no longer works? Viewing source shows it all lopped together. I know this must