Log in

View Full Version : How can I disable code via a plugin?


j883376
01-09-2006, 06:24 AM
This is only an example:

How would I be able to cause a block of HTML code not to be used/executed at all, via a plugin, not removing any original code.

Fake example:
<script type="text/javascript">
<!--
This does a bunch of stuff I don't want vB to do
// -->
</script>