How can I call this javascript in my webbrowser control with vb.net and show the result on text box ? Thanks for you help
$(function()
{
jQuery.liveviewWithTable(
{
enableCountsTable:false,
enableCountTable:true,
countTableElement:$("#count"),
directionIn:$.getParam("Counter.DirectionIn"),
liveSumUrl:"/local/people-counter/.api?live-sum.json",
loadingAnimationUrl:"/people-counter/images/ajax-loader.gif",
dataTypes:["in","out"]
})
});