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

Nigel Benns nigel_benns at rogers.com
Thu May 19 07:17:41 EDT 2005


Is it possible to make it more XML compatible and use XPath to read this?
I'm not sure about the Gecko-sharp thing as I've never used more then the
basic functionality of it.

Maybe I'll do some reading up :)

> 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/
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>




More information about the Mono-devel-list mailing list