Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
141
rated 0 times [  148] [ 7]  / answers: 1 / hits: 17322  / 14 Years ago, mon, december 27, 2010, 12:00:00

What is .src in the JavaScript code below?



function jsDropDown(imgid,folder,newimg) {
document.getElementById(imgid).src=http://www.cookwithbetty.com/ + folder + / + newimg + .gif;
}

More From » src

 Answers
12

It's the src DOM property of the <img> element that it's dealing with.


[#94486] Wednesday, December 22, 2010, 14 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tobyl

Total Points: 598
Total Questions: 110
Total Answers: 114

Location: Vietnam
Member since Sat, Feb 12, 2022
2 Years ago
tobyl questions
Tue, Aug 10, 21, 00:00, 3 Years ago
Wed, Jan 13, 21, 00:00, 3 Years ago
Tue, Dec 1, 20, 00:00, 4 Years ago
;