Javascript src blocked?

http://btools.rf.gd/test.htm
http://btools.rf.gd/test.js

Error Message

test.htm not executing functions on test.js

Other Information

on test.htm,have tried all of these:


<!--
<script src="http://btools.rf.gd/test.js"></script>

<script type="text/javascript" src="http://btools.rf.gd/test.js"></script>

<script type="text/javascript" src="/test.js"></script>

<script language="javascript" src="http://btools.rf.gd/test.js"></script>

<script language="javascript" src="/test.js"></script>

<script language="javascript" src="test.js"></script>

-->

Hello, you seem to have a syntax error in your Javascript code.

In your test.js file there is HTML code. Remove the <script> in your file and it should work.

8 Likes

Thanks problem solved!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.