javascript thread: Change ALT-text of Image
Yes, example:
<html>
<body>
<img id="picture" src="unknown" alt="First"/>
<br><br>
<button onclick="document.all['picture'].alt='Second';">Change
alt</button>
</body>
</html>
Regards,
Kees
|





