The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#8
|
||||
|
||||
![]()
Well after testing, it seems createElement() does work for loading JS files after the page has loaded, which is nice
![]() Try this: Code:
<script type="text/javascript"> <!-- function load_ads(url, appendobj) { ads = document.createElement('script'); ads.src = url; ads.type = 'text/javascript'; document.getElementById(appendobj).appendChild(ads); } load_ads('YOUR_SCRIPT_URL', 'YOUR_APPEND_OBJECT'); --> </script> Code:
load_ads('YOUR_SCRIPT_URL', 'YOUR_APPEND_OBJECT'); ![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|