[Mono-devel-list] Gecko#: parsing data posted thought HTML form

Andrew Sklyarevsky andrew at oridea.org
Fri May 13 11:16:35 EDT 2005


Hello!

I need to parse data that user enters in HTML form. For example:

<html>
	<head>
		<title>Some page</title>
	</head>
	<body>
		<div id="someblock">
			<form method="post">
				Enter text: 
				<input type="text" name="someproperty"
value="">
				<input type="submit" name="ok"
value="Submit">
			</form>
		</div>
	</body>
</html>

Saving this file locally, opening programmatically using Gecko#. User enters
in the text field some value and presses "Submit" button. Is there are some
functionality in Gecko# to know, which value is entered in the text field?

-------
Andrew Sklyarevsky, Tashkent.
mailto:andrew at oridea.org
http://www.oridea.org/
http://www.livejournal.com/users/snoralip/




More information about the Mono-devel-list mailing list