<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Insert title
here</title>
</head>
<script type="text/javascript"
src="Jquery-1.7.1.min.js"></script>
<body>
</body>
<script
type="text/javascript">
(function($){
$(this).html('<table
border="1"><tr><td>123</td></tr></table>');
}
})(jQuery);
$("#mydiv").ShowHtml({
width:200
});
</script>
</html>