[Catalyst] external javascript files

2008-03-24 Thread Jennifer Ahn
hello! i'm tyring to call my external javascript library under myapp/root/src/myjavascript.js in my tt2 file by placing this line at the top of the tt2 file: script language=Javascript src=/myjavascript.js type=text/javascript/script is this the right way to use an external javascript file

Re: [Catalyst] external javascript files

2008-03-24 Thread Ashley
On Mar 24, 2008, at 2:43 PM, Jennifer Ahn wrote: i'm tyring to call my external javascript library under myapp/root/ src/myjavascript.js in my tt2 file by placing this line at the top of the tt2 file: script language=Javascript src=/myjavascript.js type=text/ javascript/script The language

RE: [Catalyst] external javascript files

2008-03-24 Thread Mesdaq, Ali
: Jennifer Ahn [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2008 2:43 PM To: The elegant MVC web framework Subject: [Catalyst] external javascript files hello! i'm tyring to call my external javascript library under myapp/root/src/myjavascript.js in my tt2 file by placing this line at the top

Re: [Catalyst] external javascript files

2008-03-24 Thread Tobias Kremer
On 24.03.2008, at 22:43, Jennifer Ahn wrote: i'm tyring to call my external javascript library under myapp/root/ src/myjavascript.js in my tt2 file by placing this line at the top of the tt2 file: script language=Javascript src=/myjavascript.js type=text/ javascript/script is this the right