
The Cradle
|
|
EXTERNAL JS LINK GENERATOR
External JS Link Generator
This generator will provide you with a working linker code for your external.js file. The only downside is that the codes generated works only on Internet Explorer and Netscape. Just get the direct link or URL of your external.js file and paste in the box below. Click generate and some converted codes will be generated. After generating your codes, highlight and copy them and paste them in your Add Media section. Hit save and that's it.
A complete example of a complete url of an external.js file is shown below.
http://h1.ripway.com/username/mycodes/external.js
Important:
Do not use script codes with document.write attributes/elements because it will spwn your page making it look blank.
To add external.css to your external.js file, just get the direct link of your external.css file and paste in the space needed in the code below.
document.createStyleSheet('put the link of your external.css here');
After modifying the codes above, paste it at the very beginning of your external.js file.
In case the link of your external file still appears on your media box, just add the codes below to your external.css file.
#a { display: none !important; }
Codes written by: Archer
Generator by: Angell de Ville
If you don't have external files yet or you don't know what that is, I suggest that you visit the tutorial below. It will help you organize your codes making it easy for you to modify anytime and also will save you some time.
Creating Your Main Files
|
| |
|