in my javascript i have a script tag which works fine.But the moment i mention a src to the script tag , it gives an error
eg. <script language="javascript" src="audio-player.js">
I have audio-player.js file uploaded in the same folder as the source HTML file.The error msg is "object expected"
Plz help


LinkBack URL
About LinkBacks
Reply With Quote
.How i identified the error in src attribute was the fact that the moment i remove the src attribute there is no error and the output is displayed for the webpage.


