Roundcube Community Forum

 

Javascript on the login.html page

Started by luxerama, January 24, 2007, 09:41:45 AM

Previous topic - Next topic

luxerama

Hi folks,

I've got a little problem with the customisation of the login page of RC. Basically what I want is to include JavaScript with the normal import statement like so: <script type=&quot;text/javascript&quot; src=&quot;linktojs&quot;></script> it works for CSS but doesn't seem to be working for JS. If anyone could help me that would be highly appreciated. :)

xoqez

Quote from: luxerama <script type=&quot;text/javascript&quot; src=&quot;linktojs&quot;></script>
Hi
there is no dot before js in the code.


I have never tested linking to javascript.

thanks
--
Venond; using roundcube since June 2006
www.venond.com

luxerama

sorry my fault should have guessed that it could be misunderstood. the "linktojs" string is not the real link, its just there for demonstration purposes.
The problem is that it doesn't seem to pick up the import statement.