Inline Javascript?
-
I’m having a hard time adding javascript into my posts. No matter what I try, it always replaces the single quotes with the html encoded equivalent.
Any ideas? None of the following seem to work…
<script language=”javascript” type=”text/javascript”>vid_qt(‘/video/test.mov’,450,264);</script>
<script language=”javascript” type=”text/javascript”>
vid_qt('/video/test.mov',450,264);
</script>
<script language="javascript" type="text/javascript">vid_qt('/video/test.mov',450,264);</script>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Inline Javascript?’ is closed to new replies.