Windows Vista Forums

Input Type Hidden and Checkbox?

  1. #1


    Len Guest

    Input Type Hidden and Checkbox?

    I have to return what has previously been updated as a selected Checkbox.

    <Input Type="CheckBox" Name="CheckAAAA" Value="AAAA">Check For AAAA
    Schools<BR>

    What I need to do is return it as a Hidden Input Type.

    I know I can use Session("CheckAAAA"), but it will involve a tremendous
    number of lines to be coded.

    Is this possible?

    Thanks in Advance

    Len



      My System SpecsSystem Spec

  2. #2


    Todd Vargo Guest

    Re: Input Type Hidden and Checkbox?

    Len wrote:

    > I have to return what has previously been updated as a selected Checkbox.
    >
    > <Input Type="CheckBox" Name="CheckAAAA" Value="AAAA">Check For AAAA
    > Schools<BR>
    >
    > What I need to do is return it as a Hidden Input Type.
    >
    > I know I can use Session("CheckAAAA"), but it will involve a tremendous
    > number of lines to be coded.
    >
    > Is this possible?
    <Input Type="Hidden" Name="CheckAAAA" Value="AAAA">

    --
    Todd Vargo
    (Post questions to group only. Remove "z" to email personal messages)

      My System SpecsSystem Spec

Input Type Hidden and Checkbox?

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add hidden property to synthesized type Dainis PowerShell 2 31 Jul 2009
write into an <input type=file> field Reventlov VB Script 4 10 Mar 2009
VbSystemModal type functionality for Read-Host input trsix PowerShell 4 24 Jan 2009
Change width on INPUT TYPE="Button" Len VB Script 1 06 Oct 2008
Files Remain Hidden Even though I selected show Hidden & Protected LabTechnician Vista file management 11 02 Mar 2008