Du kannst es mit:
document.getElementsByName("pic")[0].src probieren oder du vergibst eine Id (<img ... id="bigpic">) und probierst es mit document.getElementById("bigpic").src
Nützliche Dinge für JavaScript sind einerseits der JS Teil von selfhtml, andererseits der DOM-Inspektor von Firefox.
jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
|