In that case, you might be best off saving a text string with all of the JS in a string in the app scope so that you can do the processing to build all that once for the application and save the processing overhead w/ each page request.
>>> Dwayne Cole <[EMAIL PROTECTED]> 06/27/02 11:46AM >>> > I think the general answer to that is. Why bother? Application and session > scopes can handle complex data types, only client variables can't handle > complex data. If you're accessing the navigation system on every page > request, then if you use WDDX you would have to initially serialise your > data, then de-serialise it for ever page request after that. Why not just > store it in a session or, if its the same for every user of the application, > in an application variable? I'm using javascript to build the display of the navigation system. So I deserialize the WDDX packet into javascript. Prof. Dwayne Cole MS in MIS, MBA Certified Advanced ColdFusion Developer 850-591-0212 "It can truely be said that nothing happens until there is vision. But it is equally true that a vision with no underlying sense of purpose, no calling, is just a good idea - all "sound and fury, signifiying nothing." The Fifth Discipline - Peter Senge ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

