Hi Guys
I need to retrieve a value from the javascript below in my html code and inject this value into a webbrowser. how can I format and invoke this script ?
$(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"]})});
Thanks a lot