Jump to content

vijayarekha

Members
  • Posts

    3
  • Joined

  • Last visited

vijayarekha's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi all,Now i am working in SAP.Now we are doing Internal project for Company Timesheet of the employee,they are using Java,javascript,html,jsp,mysql. I am trying to do employee's timesheet( i.e. daily working hours).Here i attach my documents.here in that screen i am selecting fig1 calendar date for 19th july 2006 now we can see it in fig2 there we will see 15th july 2006 to 21st july 2006 is visible. The scnario is when ever we select the any of the day of the week we need to display whole week sun,mon to sat.when i am selecting (select week days by using javascript) total weekly working hours should come.please guide me and give me sample code.thanks & regards
  2. Hi, You people are asking about the coded. This is the code what i am trying to do please give the solution for that, please make it as early as possible. thanks&regardsvijaya<body > <div id="outer-container"> <div id="inner-container"> <!--Begin Masthead--> <table border="1" width="100%" height="100%" > <tr border = "1" height="10%"> <td colspan="2"> <table width="100%"> <tr> <td> <img src="./images/logo.gif" align="left"> </td> <td background="./images/mast-bg.gif" width="100%"> <img src="./images/banded.gif" align="left"> </td> </tr> <tr> <td colspan="2" class="blbg"> <table width="760" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" class="mhl"> <tbody> <tr> <td> <span class="spacer"> </span> </td> <td> <a href="#" class="masthead-mainlink">Home</a> </td> <td width="27" class="masthead-divider"> </td> <td> <a href="#" class="masthead-mainlink">Supervisor Line 1</a> </td> <td width="27" class="masthead-divider"> </td> <td> <a href="ManufacturingTime.html" class="masthead-mainlink">Supervisor Line 2</a> </td> <td> <span class="spacer"></span> </td> <td width="27" class="masthead-divider"> </td> <td></td> <td> </td> <td> <span class="spacer"> </span> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table><!--End Masthead--><table id="v14-body-table" width="760" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr valign="top"> <td width="150" id="navigation"> <table width="150" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td width="17" height="22" align="right"> <img class="display-img" width="16" src="..\c.gif" height="16" alt="" /> </td> <td width="133"> <img class="display-img" width="1" src="c.gif" height="4" alt="" /> </td> </tr> </tbody> </table> <table width="150" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td colspan="2" class="left-nav-overview"> <a href="#" class="left-nav-overview">Home</a> </td> </tr> <tr> <td colspan="2" class="left-nav"> <a href="#CF"> Supervisor Line 1</a> </td> </tr> <tr> <td width="14" class="left-nav"> <img class="display-img" alt="" height="1" width="14" src="..\c.gif" /> </td> <td class="left-nav"><a href="deliveryReliabilityKPI.html" class="masthead-mainlink">CONVEYOR</a></td> </tr> <tr> <td width="14" class="left-nav"> <img class="display-img" alt="" height="1" width="14" src="..\c.gif" /> </td> <td class="left-nav"><a href="flexAndResponseKPI.html" class="masthead-mainlink">PUMP</a></td> </tr> <tr> <td width="14" class="left-nav"> <img class="display-img" alt="" height="1" width="14" src="..\c.gif" /> </td> <td class="left-nav"><a href="flexAndResponseKPI.html" class="masthead-mainlink">BLENDERS</a></td> </tr> <tr> <td width="14" class="left-nav"> <img class="display-img" alt="" height="1" width="14" src="..\c.gif" /> </td> <td class="left-nav"><a href="flexAndResponseKPI.html" class="masthead-mainlink">BOTTLER</a></td> </tr> <tr> <td width="14" class="left-nav"> <img class="display-img" alt="" height="1" width="14" src="..\c.gif" /> </td> <td class="left-nav"><a href="flexAndResponseKPI.html" class="masthead-mainlink">PACKER</a></td> </tr> <tr> <td width="14" class="left-nav"> <img class="display-img" alt="" height="1" width="14" src="..\c.gif" /> </td> <td class="left-nav"><a href="flexAndResponseKPI.html" class="masthead-mainlink">DASHBOARD</a></td> </tr> <tr> <td colspan="2" class="left-nav"> <a href="#IF">Supervisor Line 2</a> </td> </tr> <tr> <td width="14" class="left-nav"> <img class="display-img" alt="" height="1" width="14" src="..\c.gif" /> </td> <td class="left-nav"><a href="deliveryReliabilityKPI.html" class="masthead-mainlink">CONVEYOR</a></td> </tr> <tr> <td width="14" class="left-nav"> <img class="display-img" alt="" height="1" width="14" src="..\c.gif" /> </td> <td class="left-nav"><a href="flexAndResponseKPI.html" class="masthead-mainlink">PUMP</a></td> </tr> <tr> <td width="14" class="left-nav"> <img class="display-img" alt="" height="1" width="14" src="..\c.gif" /> </td> <td class="left-nav"><a href="flexAndResponseKPI.html" class="masthead-mainlink">BLENDERS</a></td> </tr> <tr> <td width="14" class="left-nav"> <img class="display-img" alt="" height="1" width="14" src="..\c.gif" /> </td> <td class="left-nav"><a href="flexAndResponseKPI.html" class="masthead-mainlink">BOTTLER</a></td> </tr> <tr> <td width="14" class="left-nav"> <img class="display-img" alt="" height="1" width="14" src="..\c.gif" /> </td> <td class="left-nav"><a href="flexAndResponseKPI.html" class="masthead-mainlink">PACKER</a></td> </tr> <tr> <td width="14" class="left-nav"> <img class="display-img" alt="" height="1" width="14" src="..\c.gif" /> </td> <td class="left-nav"><a href="flexAndResponseKPI.html" class="masthead-mainlink">DASHBOARD</a></td> </tr> </tbody> </table>
  3. vijayarekha

    help for css

    Hi all, can anybody give me the guidence for css. what is my requirement is: I have a home page, in left side i have some links.when we are cliking that links it will open sub links and the previous clicking link should be present in above (i have to provide by using table)when we are clicking that above link it should go back.please give me guidencethanks®ardsvijaya
×
×
  • Create New...