Re: javascript link newbie question

2008-06-10 Thread .
typo i meant array('validate.js') and On Tue, Jun 10, 2008 at 2:48 PM, clemos <[EMAIL PROTECTED]> wrote: > > Hi . > > Do you often link "array('commons.js')" when you actually want > "validate.js?11645" to be loaded ??? > The weirdest thing is that Cake links "validate.js" instead... > > T

Re: javascript link newbie question

2008-06-10 Thread clemos
Hi . Do you often link "array('commons.js')" when you actually want "validate.js?11645" to be loaded ??? The weirdest thing is that Cake links "validate.js" instead... The correct code, at least on Earth and for computers built by human beings, should be: link('validate.js?11645') ?> +++ Cl

javascript link newbie question

2008-06-10 Thread .
when i do this: echo $javascript->link(array('common.js')) the output i get is this is giving me problems in IE6 (but it is okay in firefox or IE7). The correct line should be (without the slash '/' to the left of the 'js') how do i do this? thanks --~--~-~--~~~-