RE: [Mav-user] Multiple conditional ${wrapped}?

2004-09-01 Thread jim moore
Why not just put all the javascript functions in a .js file and then just include that in the pages: script language=javascript src=functions.js/ --jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cyrille Bonnet Sent: Wednesday, September 01, 2004

RE: [Mav-user] Multiple conditional ${wrapped}?

2004-09-01 Thread Cyrille Bonnet
PROTECTED] Subject: RE: [Mav-user] Multiple conditional ${wrapped}? Why not just put all the javascript functions in a .js file and then just include that in the pages: script language=javascript src=functions.js/ --jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: [Mav-user] Multiple conditional ${wrapped}?

2004-09-01 Thread Doug Kirk
Indeed, the solution presented below is best, because then the browser will just cache the entire .js file. However, I've had problems using the XML shortcut for empty tags in this particular case, so always do script src=.../script Cheers, doug On Sep 1, 2004, at 4:49 PM, jim moore wrote: Why

RE: [Mav-user] Multiple conditional ${wrapped}?

2004-09-01 Thread Schnitzer, Jeff
From Cyrille Bonnet Hi Jim, script language=javascript src=functions1.js/ For page1 And: script language=javascript src=functions2.js/ For page2. (indications on wether to include functions1.js or functions2.js would be included in maverick.xml as a transform) There are a