Presentation is loading. Please wait.

Presentation is loading. Please wait.

I meant \" it print. Here I have defined a function called basicHelloWorld() - the () are used with a function and can show things received.

Similar presentations


Presentation on theme: "I meant \" it print. Here I have defined a function called basicHelloWorld() - the () are used with a function and can show things received."— Presentation transcript:

1

2

3

4

5

6

7 I meant \" it print.

8

9

10 Here I have defined a function called basicHelloWorld() - the () are used with a function and can show things received into the function as we will see. Here I am calling the function or saying go execute the function and when you are done, return.

11

12

13 and then used in the alert.

14

15

16 which is then used in the function.
then passed it to basicHello.

17

18

19 first thing passed is the first thing received.

20 when the data is received.

21

22

23 Here I entered the data in textboxes
Here I entered the data in textboxes. When I passed it was received with the same name. Note that in the alert, I use value to say the value property of firstIn.

24

25

26 in the function so I refer to it as document. info. nameOut
in the function so I refer to it as document.info.nameOut.value to tell it where nameOut is located.

27

28 In explorer I was able to say just info.

29 Problem using just info in firefox.

30

31

32


Download ppt "I meant \" it print. Here I have defined a function called basicHelloWorld() - the () are used with a function and can show things received."

Similar presentations


Ads by Google