1
i have designed this simple image to be clicked to open a pop-up window with small chat applet .
thats the code
<DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Documenttitle>
<style type="text/css">
style>
<script type="text/JavaScript">
script>
head>
<body>
<a href="#"><img src="staff.png" alt="staff" width="196" height="149" border="0" onclick="MM_openBrWindow('staffchat.html','LiveSupport','status=yes,scrollbars=yes,width=200,height=350')" />a>
body>
html>>