khello:)
I have an evil practice file like this:
now the test.js file contains a function called myFunc(). I'm wondering, how would I call that from inside the first script tag? :afrog:HTML Code:<script language="javascript">
//do some stuff
//call to myFunc() which is inside test.js doesnt work :( see the below script tag
</script>
<script language="javascript" src="test.js"></script>
