javascript external source problem

gooderns

New Member
Messages
6
Reaction score
0
Points
0
hey

i have a problem working on my site and i need to integrate ajax to my page so i'm working and startin on it now...

the problem is, i cannot link my page to a test js file in my root folder

this is the js tag:
<script type='text/javascript' src='http://ernstmalifer.x10hosting.com/quickstart.js'></script>

and this is the test file:
http://ernstmalifer.x10hosting.com/test.html

do this really work or what?
 

scorch94

Member
Messages
228
Reaction score
0
Points
16
Try putting src simply to quickstart.js
Also, what you wanna do with that script?

P.S. If you get annoyed by hard AJAX scripting, there's always prototype.js JavaScript framework to help out :) jQuery works nice too :p
 
Top