I downloaded a script to show random quotes.
i modified the script to show the file location and it works, but everytime i edit the quotes to another set of different quotes I'd like, it stops working. I did not change any ' and maintained allthe brackets intact. I also did not modify any part of the javascript curly braces etc.
this code goes into the html file of the body
CODE
<script language="JavaScript1.1" src="http://www.mp2.computerfirst.net/motivatequote.js">
</script>
i have made 2 files
www.mp2.computerfirst.net/life1.html (code works with original motivatequote.js file)
works.doc ( 30k )
Number of downloads: 28www.mp2.computerfirst.net/living.html (code doesnt work - file reference is motivatequote1.js file)
doesntwork.doc ( 24k )
Number of downloads: 25attaching 2 files, which is an exact copypaste of these 2 js files respectively.
Can you help me identify what am i doing wrong ?
thanks
Shalini