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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T18:39:44+00:00 2026-06-05T18:39:44+00:00

In reference with this question We have a header with a date picked component

  • 0

In reference with this question

We have a header with a date picked component (Jquery and css). Date picker works fine when header alone is present. When I try to include another page as a body with this header, date picker is not working.

We are using the date picker mentioned in this link

When we include another page to the above mentioned code, date picked is not working.

Include command that I use. <%@ include file="enterClarity.jsp" %>
There are some form validation java scripts which are present in enterCalrity.jsp page

Edit:

With header alone

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../css/calendar.css" type="text/css" />
<link rel="stylesheet" href="../css/datepicker_comp_1.css" type="text/css"/>
<link rel="stylesheet" href="../css/datepicker_comp_2.css" type="text/css"/>
<script type="text/javascript" src="../js/datepickr.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript" charset="utf-8" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js"></script>
<script type="text/javascript" charset="utf-8">
 jQuery(function(){
  jQuery("#datepicker").datepicker();
 });
</script>
<title>Clarity</title>
</head>

<body>

<form id="clarityaction" name="tstest" onsubmit="return true;" action="/metrix/clarityaction.action" method="post"><table class="wwFormTable">
        <table width="100%" border="0" style="height: 616px; width: 1260px;"
            cellpadding="0" cellspacing="0">
            <tr class="header">
                <td align="right" valign="bottom">
                <B>Welcome Karthik Prabhu D </B>
                </td>
            </tr>
            <tr class="header">
                <td align="right" valign="top">your last login was : 2012-06-16 15:33:51.0
                </td>
            </tr>
            <tr align="left" valign="bottom"><td>
            <input type="text" id="datepicker" class="haspicker" /></td></tr>



            <tr>
                <td bgcolor="#FFFFFF" height="70%" width="100%">
                    <table width="60%" border="0" style="height: 430px; width: 1206px;"
                        cellpadding="0" cellspacing="0">
                        <tr>
                            <td>
                                <table border="0" cellpadding="0" cellspacing="0">
                                    <tr>
                                        <td>
                                            <table border="0"style="vertical-align: top" cellpadding="0" cellspacing="0">

                                                <tr>
                                                    <td>

                                                    </td>
                                                </tr>
                                            </table></td>
                                        <td></td>
                                        <td></td>
                                    </tr>
                                </table>
                            </td>

                        </tr>
                    </table></td>
            </tr>

            <tr>

                <td class="footer"></td>
            </tr>

        </table>


    </table></form>





</body>

</html>

After inclusion of the page:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../css/calendar.css" type="text/css" />
<link rel="stylesheet" href="../css/datepicker_comp_1.css" type="text/css"/>
<link rel="stylesheet" href="../css/datepicker_comp_2.css" type="text/css"/>
<script type="text/javascript" src="../js/datepickr.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript" charset="utf-8" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js"></script>
<script type="text/javascript" charset="utf-8">
 jQuery(function(){
  jQuery("#datepicker").datepicker();
 });
</script>
<title>Clarity</title>
</head>

<body>

<form id="clarityaction" name="tstest" onsubmit="return true;" action="/metrix/clarityaction.action" method="post"><table class="wwFormTable">
        <table width="100%" border="0" style="height: 616px; width: 1260px;"
            cellpadding="0" cellspacing="0">
            <tr class="header">
                <td align="right" valign="bottom">
                <B>Welcome Karthik Prabhu D </B>
                </td>
            </tr>
            <tr class="header">
                <td align="right" valign="top">your last login was : 2012-06-16 15:36:10.0
                </td>
            </tr>
            <tr align="left" valign="bottom"><td>
            <input type="text" id="datepicker" class="haspicker" /></td></tr>



            <tr>
                <td bgcolor="#FFFFFF" height="70%" width="100%">
                    <table width="60%" border="0" style="height: 430px; width: 1206px;"
                        cellpadding="0" cellspacing="0">
                        <tr>
                            <td>
                                <table border="0" cellpadding="0" cellspacing="0">
                                    <tr>
                                        <td>
                                            <table border="0"style="vertical-align: top" cellpadding="0" cellspacing="0">

                                                <tr>
                                                    <td>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript"  src="../js/tabing.js"></script>
<script type="text/javascript" src="../js/tabjs.js"></script>
<script type="text/javascript" src="../js/validaionjs.js"></script>
<link rel="stylesheet" href="../css/tabStyle.css" type="text/css" />
</head>
<body>

<-- Other page contents -->         

</body>

</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-06-05T18:39:45+00:00Added an answer on June 5, 2026 at 6:39 pm

    According to the code you posted a second complete html file is injected into another one. You have one html page inside the other… definitely no good 😉

        !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
           "http://www.w3.org/TR/html4/loose.dtd">
    
        <html>
        <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <link rel="stylesheet" href="../css/calendar.css" type="text/css" />
        <link rel="stylesheet" href="../css/datepicker_comp_1.css" type="text/css"/>
        <link rel="stylesheet" href="../css/datepicker_comp_2.css" type="text/css"/>
        <script type="text/javascript" src="../js/datepickr.js"></script>
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
        <script type="text/javascript" charset="utf-8" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js"></script>
        <script type="text/javascript" charset="utf-8">
         jQuery(function(){
          jQuery("#datepicker").datepicker();
         });
        </script>
        <title>Clarity</title>
        </head>
    
        <body>
    
        <form id="clarityaction" name="tstest" onsubmit="return true;" action="/metrix/clarityaction.action" method="post"><table class="wwFormTable">
                <table width="100%" border="0" style="height: 616px; width: 1260px;"
                    cellpadding="0" cellspacing="0">
    [...]    
        <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
    
        <html>
        <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <script type="text/javascript"  src="../js/tabing.js"></script>
        <script type="text/javascript" src="../js/tabjs.js"></script>
        <script type="text/javascript" src="../js/validaionjs.js"></script>
        <link rel="stylesheet" href="../css/tabStyle.css" type="text/css" />
        </head>
        <body>
    
        <-- Other page contents -->    
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

With the reference to this question:- JavaScript -Change CSS color for 5 seconds Working
=) I have a question about undefined reference to in C++. Here in this
In reference to this question ( Server returned HTTP response code: 400 using Spring-Security
EDIT: This question is about finding definitive reference to MySQL syntax on SELECT modifying
Somebody ask me this question today . What is the need of reference in
I'm using Alberto Santini's solution to this question to get a spiral grid reference
In reference to this answer to a Stack Overflow question : what is bench-testing
This is with reference to the below question: Execute program from within a C
This might be a silly question but does ARC (automatic reference counting) interact with
this may be a stupid question but when I add a reference to my

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.