Stripping SRC from SCRIPT tags
-
I’m trying to include a flash file via javascript. This would work fine (tried and tested) except that WordPress is stripping the SRC from my SCRIPT tags. What’s going on?
Here is my code:
<script language=”javascript” src=”https://www.somesite.com/somepage.php?SomeID=6″></script>And WordPress turns it into:
<script language=”javascript” />I installed the Text Control plugin but it lacks any directions on what all the weird modes mean, and after trying a few of them, see no change to the stripping of the src=”” part. Help!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Stripping SRC from SCRIPT tags’ is closed to new replies.