Re: Getting data from javascript

From: Kevin Spencer (kevin_at_takempis.com)
Date: 02/10/04


Date: Tue, 10 Feb 2004 14:46:23 -0500

You can use JavaScript to populate a hidden form field in the page with data
that will then be available on the server with the next PostBack.

-- 
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
"Dave" <anonymous@discussions.microsoft.com> wrote in message
news:AC40D69E-DC65-4D81-8903-5BE32C4B2C13@microsoft.com...
> Is it possible to grab data from a javascript prompt window that is called
from within a webform page with C# as the behind code?  I know how to
activate the prompt window by calling a routine from an html button in my
webform.  But I want to be able to send the reply back to the server.  In
other words, is it possible to create a popup or prompt window that can send
data to the server?
>