I want to pull some data from a page containing a javascript function taking parameters including the this paramter ex: displayNav('11512010', 'J88903', 'itna', this, 'detailSpec','false','true'); My first issue is that I am not sure what I should do with the this object. I want to execute the script and get back the result somehow. I am using C#, ASP.Net, Active X webbrowser control and JQuery. I have limited experience with javascript and am totally new to JQuery. Is this sort of thing possible with JQuery? Here is the entire function
onclick="displayNav('11512010','J88903', 'itna', this, 'basicSpec','false','true'); return false;