| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#16
|
|||
|
|||
|
So....
Code:
document.onload = function {
google.js();
referrer.js();
others.js();
}
Like this? Thanks for the reply! |
|
#17
|
||||
|
||||
|
No...
What I posted was if you want to call a load of functions and procedures in a row. If you want to import external *.js files, then use: Code:
<script src="path/to/file.js" type="text/javascript"></script> You can't use "/>" because IE/Trident doesn't support it Note that you place: Code:
<script src="googleads.js" type="text/javascript"></script> |
|
#18
|
|||
|
|||
|
Sorry to be so confusing.
I have already made all my javascript external, but now I want to make it so my javascript don't load until the body has loaded. So can you help me with this please? Thanks for your patience. |
![]() |
| Viewing: ASP Free Forums > Web Design > Web Layout > New design - Need a little help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|