The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Spoiler in java question (bbcode)
If i make a bbcode with this:
----------------- <script type="text/javascript"> function showSpoiler(block) { block.nextSibling.nextSibling.style.display ="block"; block.parentNode.removeChild(block); } </script> <input type="button" class="button" onClick="showSpoiler(this);" value="Mostra Spoiler"> <span class="content" style="display:none">ciao</span> ---------------------- is dangerous for my forum? i heard that javascript bbcode could suffer of hacker attack. It's true? Someone can answer me? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|