Author Topic: Javascript on the login.html page  (Read 5304 times)

Offline luxerama

  • Newbie
  • *
  • Posts: 8
Javascript on the login.html page
« on: January 24, 2007, 09:41:45 AM »
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:
Code: [Select]
<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. :)

Offline xoqez

  • Jr. Member
  • **
  • Posts: 84
Re: Javascript on the login.html page
« Reply #1 on: January 24, 2007, 04:11:01 PM »
Quote from: luxerama
Code: [Select]
<script type=&quot;text/javascript&quot; src=&quot;linktojs&quot;></script>
Hi
there is no dot before js in the code.

Code: [Select]

I have never tested linking to javascript.

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

Offline luxerama

  • Newbie
  • *
  • Posts: 8
Re: Javascript on the login.html page
« Reply #2 on: January 24, 2007, 07:44:08 PM »
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.