Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8329461
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T01:47:48+00:00 2026-06-09T01:47:48+00:00

I have a simple form <div id=stylized class=myform> <form id=mysmartform> <h1>CourtSmart Server Status</h1> <p>Are

  • 0

I have a simple form

<div id="stylized" class="myform">
 <form id="mysmartform">
 <h1>CourtSmart Server Status</h1>
 <p>Are the servers running?</p>

<label>Yes
 <span class="small">All Servers Are Running</span>
 </label>
 <input type="radio" name="formradio" id="stylized" value="yes" />

<label>No
 <span class="small">We Have A Problem</span>
 </label>
 <input type="radio" name="formradio" id="stylized" value="no" />

<label>eMail
    <span class="small"></span>
</label>
<select name="formemail" size="1">
    <option value="someone@example.com" selected="selected">someone@example.com</option>
    <option value="someone@example.com">someone@example.com</option>
    <option value="someone@example.com">someone@example.com</option>
    <option value="someone@example.com">someone@example.com</option>
    <option value="someone@example.com">someone@example.com</option>
</select>


<button type="submit" id="sendReport">Send Status Report</button>
 <div class="spacer"></div>

Using VBScript I want to access the values for the selected radio button and the selected email address and just do a simple MsgBox to display it

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T01:47:50+00:00Added an answer on June 9, 2026 at 1:47 am
    Option Explicit
    Dim objIE : Set objIE = CreateObject("InternetExplorer.Application")
    
    objIE.Visible = False
    objIE.Navigate "file://C:/form.html"
    Do Until objIE.ReadyState = 4
    WScript.Sleep 100
    Loop
    
    Dim value_running
    Dim value_problem
    Dim result
    
    value_running = objIE.Document.getElementsByTagName("input").item(0).value
    value_problem = objIE.Document.getElementsByTagName("input").item(1).value
    
    If StrComp(value_running,"yes")=0 Then
        result = 0
    ElseIf StrComp(value_problem,"yes")=0 Then
        result = 1
    Else
        result = -1
    End If
    
    Wscript.Echo Result
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple form: <div class=class_a> <fieldset> <label><input type=radio id=radio10 name=color value=1 />Red</label><br
I have a simple field form <div class=field fade-label> @Html.LabelFor(model => model.Register.UserName) @Html.TextBoxFor(model =>
I have a simple form class MyForm(forms.Form): ... fieldname = forms.CharField(help_text=Some help text) I
I have this fairly simple form: <form action=...> <div> <input type=text class=input-text value= name=text
I have a simple form with four select fields. If YES is selected on
I have a simple form... <label>name</label><input type=text id=name> <label>email address</label><input type=text id=email> Here is
I'm looking for a way to have a simple form (yes and no radio
I have a very simple form for updating a user's status message. The form
i have a simple show/hide div and a form on the div, but when
I have a simple form like: <form action= method=post> <input type=text name=user id=user class=txt

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.