|
|
| When I have <a href="#" onclick="Effect.BlindUp('user-login-form');; return false;">Blind me up</a> and I want to put the javascript into an external .js file, whats the best way todo that? |
| Just do it? ;) Add <script type="text/javascript" src="/path/to/external.js"></script> into the <head> and be done ;) |