Начало
Сообщения
Описание изображения
Предложите Вашим посетителям краткое описание, когда они помещают свой курсор в связь изображения.
choose an image above for a description!
JavaScript Messages: Описание изображения
<!-- TWO STEPS TO INSTALL IMAGE DESCRIPTION: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <! > <! > <!-- Begin function showMsg(text) { document.picform.message.value = text; } // End --> </script> </HEAD> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <BODY> <center> <ul> <li> <a href="HTTP://WWW.SITE1.COM" onmouseover="showMsg('this is information about pic 1....');" onmouseout="showMsg('');"> <img name="button1" src="HTTP://WWW.your-web-site-address-here.com/IMG/PIC1.JPG"></a> </li> <li> <a href="HTTP://WWW.SITE2.COM" onmouseover="showMsg('this is information about pic 2....');" onmouseout="showMsg('');"> <img name="button2" src="HTTP://WWW.your-web-site-address-here.com/IMG/PIC2.JPG"></a> </li> <li> <a href="HTTP://WWW.SITE3.COM" onmouseover="showMsg('this is information about pic 3....');" onmouseout="showMsg('');"> <img name="button3" src="HTTP://WWW.your-web-site-address-here.com/IMG/PIC3.JPG"></a> </li> <form name="picform"> <textarea name=message rows=2 cols=40 wrap=virtual>choose an image above for a description!</textarea><br> <input type=hidden name=go value=""> </form> </center> <!-- Script Size: 1.55 KB -->