Creation hint example
<html>
<head>
<link href="/common_codethat.css" rel="stylesheet" type="text/css">
<script language="javascript1.2" src="codethatsdk.js"></script>
<script language="javascript1.2" src="codethathintpro.js"></script>
<script language="javascript1.2">
<!--
var cthint1_html = "<img src=\"img/norb.gif\" width=103 height=86 border=0 \
align=left hspace=5><br> This <br>is <br>Norb!";
var cthint1 = new CT_Hint(200, 90, 2,"", true, 10, 10,
cthint1_html, "lightyellow", "", "test1tree",
{
width : 1, color : "black"
}, true, 2,"", 0,400, 0
);
cthint1.create();
//-->
</script>
</head>
<body>
<p><a href="#" onmouseover="cthint1.show()" onmouseout="cthint1.hide()">
Put mouse over to see Hint
</a></p>
</body>
</html>
|