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 5964165
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T19:22:57+00:00 2026-05-22T19:22:57+00:00

Im having issue with my html code. It works on every web browser except

  • 0

Im having issue with my html code. It works on every web browser except IE 7. Can somebody help me understand why. I am knew to html but experienced in Java. The code below is a excerpt from my JSP. Any help is greatly appreciated. I posted this once and everyone tore me apart. Please bear with me. Thankyou to any one who can help.
-The issue is that the html appears in other browsers but IE returns an empty page.

<html>
  <%@include file = "../common/emxUIConstantsInclude.inc"%>
  <form name=LocationSelectionForm method="post">
    <table width="100%" border="0" cellpadding="3" cellspacing="3">
      <tr> 
        <th nowrap> <%=header%></th>
      </tr>
      <tr>&nbsp;</tr>
<%
      int i = 0;
      Iterator locationItr = locations.iterator();
      while (locationItr.hasNext()){
        String loc = (String) locationItr.next();

%>
        <tr>
          <td nowrap="nowrap"> 
<%
            if (currentLocation!=null && loc.equals(currentLocation)){

%> 
              <input type="radio" name="location" value="<%=loc%>" checked> <%=loc%>

<%
            } else {
%>
              <input type="radio" name="location" value="<%=loc%>"> <%=loc%>
<%
            }
%>
          </td>
        </tr>
<%
        i++;
      }
%>
    </table>
  </form> 

  <script language="javascript" type="text/javaScript">//<![CDATA[
  <!-- hide JavaScript from non-JavaScript browsers
    function setLocation(){
      form = document.LocationSelectionForm;
      form.action = "MERPLocationContextProcess.jsp";
      form.submit();
    }
  //Stop hiding here -->//]]>
  </script>
</html>
  • 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-05-22T19:22:58+00:00Added an answer on May 22, 2026 at 7:22 pm

    Fixed: I needed to add <body> & </body> statements:

    <html>
       <HEAD>
            <TITLE>Submitting Radio Buttons</TITLE>
        </HEAD>
         <BODY>
      <%@include file = "../common/emxUIConstantsInclude.inc"%>
      <form name=LocationSelectionForm method="post">
        <table width="100%" border="0" cellpadding="3" cellspacing="3">
          <tr> 
            <th nowrap> <%=header%></th>
          </tr>
          <tr>&nbsp;</tr>
    <%
          int i = 0;
          Iterator locationItr = locations.iterator();
          while (locationItr.hasNext()){
            String loc = (String) locationItr.next();
    %>
            <tr>
              <td nowrap="nowrap"> 
    <%
                if (currentLocation!=null && loc.equals(currentLocation)){
    %>
                  <input type="radio" name="location" value="<%=loc%>" checked> <%=loc%>
    <%
                } else {
    %>
                  <input type="radio" name="location" value="<%=loc%>"> <%=loc%>
    <%
                }
    %>
              </td>
            </tr>
    <%
            i++;
          }
    %>
        </table>
      </form> 
       </BODY>
    
      <script language="javascript" type="text/javaScript">//<![CDATA[
      <!-- hide JavaScript from non-JavaScript browsers
        function setLocation(){
          form = document.LocationSelectionForm;
          form.action = "MERPLocationContextProcess.jsp";
          form.submit();
        }
      //Stop hiding here -->//]]>
      </script>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Having an issue here that I have tried everything I can think of but
I'm having an issue with a Flash/Flex erroring in Firefox but not IE. I
I'm having a really odd issue and maybe one of you can shed some
I'm having a stupid css issue I can't seem to figure out. Here is
I'm trying to simulate a floating modal box type thing but having an issue
I am having an issue with applying a class to an HTML element. It
I am having an issue where IE is not working with the following code.
I am having an issue with my function. I can't seem to figure out
I am having issues with the below HTML when resizing the window; 1: Right
I am having issues getting my JQuery Selector to access a particular HTML element.

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.