1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
|
<script language="javascript"><!---
var msgWindow;
function mywindow() {}
function showpopup(image,message) {
msgWindow=window.open('', 'windowname', 'width=300, height=400');
msgWindow.document.write('<body>< IMG src=" IMG/' + image + '" border="0" width="150"><br><br>' + message + '</body>');
}
function closepopup() {
msgWindow.close();
}
//--></script>
<a href=" Java script:mywindow()" onmouseover="showpopup('christian.jpg','Christian Bartsch<br>IT-Systemkaufmann')" onmouseout="closepopup()">Christian Bartsch</a> |