0

I want to get the posted data that the user send (fill, a form and click submit button), it has to look something like this:

subcat_id=1601&title=sometitle&text_not=sometext
Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
TreantBG
  • 1,192
  • 6
  • 25
  • 44
  • This is a very vague question. What is your objective? have you attempted to try this yourself, in which case can we see your code, or are you looking for a general guideline of how to implement this? – rlemon Jul 19 '11 at 14:56
  • Well picture this: i have webbrowser control in my application - ok? Now the user fill some form and post data - ok? the question is how to get the posted data???? – TreantBG Jul 19 '11 at 14:58

1 Answers1

0

the answers is the event BeforeNavigate2

TreantBG
  • 1,192
  • 6
  • 25
  • 44