Download presentation
Presentation is loading. Please wait.
Published byHarjanti Santoso Modified over 6 years ago
1
Passing data but infact not using the names the data was received in - I am using the names on the window.document...
2
Note that because I have three separate ifs testing each check box, I will show the response to the last one I checked.
3
Now I am checking the field that was passed, but I am still using the name on the form when I assign the value.
4
This is using a radio button collection which is more appropriate for this application - essentially sets up an array.
5
I send and receive radio button which is the name of each button - the index/subscript/pointer tells which.
7
When I use appname it is not recognizing and therefore I am getting the wrong date.
8
now working correctly.
10
Two arrays of text. One is using the 0 index and one is not.
12
Image array. the images. click event sends me to the function cycle
13
within the function.
14
move.
16
and then backward.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.