The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
HTML email using vB: problem with a javascript file
Hey there, in my HTML code I am calling a javascript code like this:
Code:
<div class="smallfont"> <script type="text/javascript" src="http://www.site.org/external.php?forumids=73,74&type=js"></script> <script language="" type="text/javascript"> <!-- for (x = 0; x < 6; x++) { document.writeln("<img class=\"inlineimg\" style=\"vertical-align: middle\" src=\"http://www.site.org/skin/buttons/lastpost.gif\" alt=\"\" border=\"0\" /> <a href=\"http://www.site.org/showthread.php?t="+threads[x].threadid+"\">"+(threads[x].title.length > 56 ? threads[x].title.substr(0, 56) + '..' : threads[x].title)+"</a><br />"); } //--> </script></div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|