Why don't javascript programs run on my computer?
4 posters
Page 1 of 1
Why don't javascript programs run on my computer?
I am trying codes in javascript. They are all from reliable books. But they don't run on my comp. And, I have windows vista. Is that the problem?
cyberfriend- Newbie
- Number of posts : 4
Warning :
Reputation :
Registration date : 2008-10-24
Re: Why don't javascript programs run on my computer?
Javascript codes must be run through a webpage.
ie
(html)
ie
(html)
- Code:
...Rest of site
<script src="script.js"></script>
..Rest of site
Re: Why don't javascript programs run on my computer?
You could also write the script without an external file.
- Code:
<html>
<!-- HTML PAGE -->
<script type="text/javascript">
{
alert("This works too!") //Alert pops up displaying "This works too!"
}
<!-- END OF HTML PAGE -->
</script>
Re: Why don't javascript programs run on my computer?
First enable ur browser settings..
try later
try later
fluxerj- Newbie
- Number of posts : 3
Warning :
Reputation :
Registration date : 2009-02-06
Similar topics
» How do you fix JavaScript errors using debugger/developer tools, in interent explorer?
» How ethical to use Javascript libraries that are available on the net?
» Starting off Javascript Tutorial
» How to learn Javascript fast and effective to make use in business website?
» How to learn Javascript fast and effective to make use in business website?
» How ethical to use Javascript libraries that are available on the net?
» Starting off Javascript Tutorial
» How to learn Javascript fast and effective to make use in business website?
» How to learn Javascript fast and effective to make use in business website?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum