the best way for putting javascript into external js file
|
| View previous topic :: View next topic |
| Author |
Message |
optomeb
Joined: 19 May 2006 Posts: 113
|
| 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? |
| |
|
|
|
|
autos06
Joined: 13 May 2006 Posts: 123 Location: New York
|
Just do it?
Add <script type="text/javascript" src="/path/to/external.js"></script> into the <head> and be done  |
| |
|
|
|
|