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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:42:10+00:00 2026-06-13T11:42:10+00:00

I have following page with code as below embeded in JSP. <!DOCTYPE HTML PUBLIC

  • 0

I have following page with code as below embeded in JSP.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>B2E</title>
<link rel="stylesheet" href="../style/global.css">
<link rel="stylesheet" href="../style/local.css">
<link rel="stylesheet" href="../style/calendarControl.css">
<script language="JavaScript" src="../jscripts/calendarControl.js"></script>
<script src="../jscripts/ajaxAction.js"></script>
<script language="javascript" src="../jscripts/ajaxMaster.js"></script>
</head>
<body>
<table border = "0" cellspacing="0" cellpadding="0" width = "100%">
            <tr>
                <td colspan="100%" bgcolor=""><img height="" src="../images/spacer.gif" width="100%"></td>
            </tr>
            <tr>
                <td bgcolor="#FFFFFF" colspan="100%" align = "left" class="headerbg" height="30">&nbsp;</td>
            </tr>
            <tr>
                <td colspan="100%" bgcolor=""><img height="" src="../images/spacer.gif" width="100%"></td>
            </tr>
</table>
<%//@ include file="../includes/mainTheme.jsp"%>
<form action="" name="f"> 
<table align ="right">
    <tr>
        <td><input type="text" name="vs" value="" size="30" class="small"></td>
        <td><input type="button" value="Find" onclick="return check()" class="small"/></td>
    </tr>
    <tr>
        <td class="greysmall">(Enter visitor name/company name)</td>
    </tr>
</table>
</form>
    <table border = "0" cellspacing="0" cellpadding="0" width = "100%">
            <tr>
                <td colspan="100%" bgcolor=""><img height="1" src="../images/spacer.gif" width="100%"></td>
            </tr>
    </table>
<br>

<table border = "0" cellspacing="0" cellpadding="0" width = "100%" style="background-color:#9900FF" height="30">
        <tr>
            <td colspan="" bgcolor="">&nbsp;</td>
            <td colspan="" bgcolor="" ><a href="javascript:void();" class="boldsmall" onclick="goHome()" style="color:#FFFFFF">Home</a></td>
            <td colspan="" bgcolor="" ><a href="javascript:void();" class="boldsmall" onclick="createNew()" style="color:#FFFFFF">Create Visit</a></td>
            <td colspan="" bgcolor="" ><a href="javascript:void();" class="boldsmall" onclick="scheduleVisit()" style="color:#FFFFFF">Schedule Visit</a></td>
            <!--<td colspan="" bgcolor=""><a href="javascript:void();" class="boldsmall">Other Administrative Tasks</a></td>-->
            <td colspan="" bgcolor="" ><a href="javascript:void();" class="boldsmall" onclick="showAllVisitor()" style="color:#FFFFFF">All Visitors</a></td>
            <td colspan="" bgcolor="" ><a href="javascript:void();" class="boldsmall" onclick="showExVisitor()" style="color:#FFFFFF">Exited Visitors</a></td>
            <td colspan="" bgcolor="" ><a href="javascript:void();" class="boldsmall" onclick="showScheduleVisitor()" style="color:#FFFFFF">Scheduled Visitors</a></td>
            <td colspan="" bgcolor="" ><a href="javascript:void();" class="boldsmall" onclick="showBlackVisitor()" style="color:#FFFFFF">Black List Visitors</a></td>
            <td colspan="" bgcolor="" ><a href="javascript:void();" class="boldsmall" onclick="launchBox();" style="color:#FFFFFF">Daily Visitors</a></td>

        </tr>
</table>
<br>
<table border = "0" cellspacing="0" cellpadding="0" width = "100%">
        <tr>
            <td colspan="100%" bgcolor=""><img height="1" src="../images/spacer.gif" width="100%"></td>
        </tr>
</table>
<div id="txtHint" class="small" align="center" style="overflow:">

</div>
<br/>
<%//@ include file="../includes/footer.jsp"%>

<%response.setContentType("text/xml");
response.setHeader("Cache-Control", "no-cache");
%>
</body>
</html>

when I process this page on Tomcat web server I am running into following error.

enter image description here

I am unable to solve this .
What is the cause of this error?

as Error suggest > expected , but there is no need to to place more > as it is alreadily closed properly.

  • 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-13T11:42:11+00:00Added an answer on June 13, 2026 at 11:42 am

    Your link tags are not closed, nor are all of your break tags and image tags.

    Fixed Example:

       <link rel="stylesheet" href="../style/global.css"/>
       <link rel="stylesheet" href="../style/local.css"/>
       <link rel="stylesheet" href="../style/calendarControl.css"/>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following code below for list into master page <div id=header> <ul>
I have a registration page with the following code below: in the views: def
I have the following code on my page. http://jsfiddle.net/SO_AMK/r7ZDm/ As you see it's a
I have the following code in a jsp page (Struts backed): <c:if test=${USERINFO.someproperty ==
I have the following *code below, every time I refresh the page it asks
We have the following code (listed below) in our JSP. We are seeing the
i have following code to show div on page <div id=all_users> <div id=user11 userid=11
I have following code. ASPX Page <a href=AnyASPXPageOfWebsite.aspx onclick=javascript:CallJQuery(); > Set Price </a> JS
I have the following code in a CSHTML razor page: @{ var sort =
I have the following code on my page: <p align=justify style=font-size:10pt;display:block;height:200px;vertical-align:middle;> Content </p> I

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.