Welcome! Log In Create A New Profile

Advanced

Javascript

Posted by vad 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
vad
Javascript
February 11, 2010 12:13PM
In order to run a javascript script, are there any installation procedures that I need to perform? I have written a HTML which calls a javascript function. JS function is not executed.
Re: Javascript
February 11, 2010 12:35PM
Post the script so that we can have a look at it.
TvD
Re: Javascript
February 11, 2010 01:05PM
No installation required apart from the lesson files.
Internet Explorer will ask you to allow running scripts on the local machine.
Otherwise install Firefox and try to run the script in Firefox

Which page of the Masterskill manual are you working on?

Also see:
http://osprey.unisa.ac.za/phorum/read.php?406,99636

The Javascript also has the answers available

Otherwise try the easier Javascript exercises first before you start with the Masterskill ones see:

http://osprey.unisa.ac.za/phorum/read.php?406,96821
vad
Re: Javascript
February 12, 2010 09:40AM
I am running a script from the suggested website given above:

<html>
<head>
<title>Title of the Page</title>

<script language="JavaScript">

function hello(){
alert("Hello World"winking smiley
}

</script>
</head>

<body onLoad="hello()">
Here are the contents of the page!
</body>
</html>

From Tvd: Which page of the Masterskill manual are you working on?
I am working on the first part( Lesson four ) but I just wanted to do some skimming on the HTML and JS chapters. Curious, just curious.......

I will try installing the firefox and see what happens.
vad
Re: Javascript
February 12, 2010 09:57AM
Running the script worked while executing it in Firefox, but not Internet Explorer.
Sorry, only registered users may post in this forum.

Click here to login