ambergarg22
New Member
- Messages
- 19
- Reaction score
- 0
- Points
- 0
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
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