Next Frames |
Advanced JavaScript Tutorial |
Next Div/Span |
To Do | Used code |
Change the image in frame 1 | top.frame1.document.image.src = "../images/roll2.gif" |
Change the text in frame 2 | top.frame2.document.getElementById('text').innerHTML = "Hello World - The text is changed." |
Insert Code in Frame 1's T-Box to change the 'select' value to "Telehpone Sanitizer" | top.frame1.document.test.tbox.value = "top.frame3.document.frm.select.value = 'Telephone Sanitizer'" top.frame1.document.test.elements[1].click() |
Stuff to change...
Try changing these elements using the T-Box of other frames.
Form Elements
Next Frames |
Contents | Next Div/Span |