Re: Radio Button Capture Setting In VB
From: Jeff Cochran (jeff.nospam_at_zina.com)
Date: 11/11/04
- Next message: Jeff Cochran: "Re: Need help with ASP script."
- Previous message: Aaron [SQL Server MVP]: "Re: CreateMHTMLBody with local ASP URL doesn't work"
- In reply to: Jim Quast: "Radio Button Capture Setting In VB"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Nov 2004 01:39:23 GMT
On Wed, 10 Nov 2004 12:19:06 -0800, Jim Quast
<JimQuast@discussions.microsoft.com> wrote:
>How do I capture the radio button
>setting without submitting the form?
In ASP you can't. Until you submit, nothing is sent to the server to
be processed. Probably can do it multiple ways in client-side code,
try a client-side group such as a Javascript group.
>What is the syntax to capture the value
>from the radio button?
Again, client side, unless you mean get the radio button response from
the from, which would depend on you using a POST or GET. In which
case you'd use Request.Form or Request.Querystring respectively.
Jeff
- Next message: Jeff Cochran: "Re: Need help with ASP script."
- Previous message: Aaron [SQL Server MVP]: "Re: CreateMHTMLBody with local ASP URL doesn't work"
- In reply to: Jim Quast: "Radio Button Capture Setting In VB"
- Messages sorted by: [ date ] [ thread ]