js日期控件 3

页面代码:

 

< table  cellspacing ="3"  cellpadding ="5"  align ="center"  bgcolor ="#ff731f"  border ="0" >
    
< tbody >
        
< tr >
            
< td  bgcolor ="#eeeeee"  colspan ="6" >
            
< table  cellspacing ="3"  cellpadding ="5"  width ="100%"  align ="center"  bgcolor ="#ff731f"  border ="0" >
                
< tbody >
                    
< tr >
                        
< td  height ="10" > &nbsp; </ td >
                    
</ tr >
                    
< tr >
                        
< td  align ="center" >
                        
< h2 >< font  color ="#ffffff" > Welcome to AdTracking Report Application Management! </ font ></ h2 >
                        
</ td >
                    
</ tr >
                
</ tbody >
            
</ table >
            
< table  cellspacing ="0"  cellpadding ="0"  width ="100%"  align ="center"  bgcolor ="#ffffff"  border ="0" >
                
< form  id ="inputdate"  action ="AdReport"  method ="post"  name ="inputdate" >
                    
< tbody >
                        
< tr  bgcolor ="#ffffff" >
                            
< td  class ="clearance"  align ="center"  width ="6%" > From:  </ td >
                            
< td  width ="27%" >< input  readonly ="readonly"  maxlength ="11"  size ="15"  name ="statr_Update_Date"   />   < input  onclick ="show_cele_date(change2,'','',statr_Update_Date)"  type ="button"  name ="change22"  value ="select date"   /></ td >
                            
< td  class ="clearance"  align ="center"  width ="4%" > To:  </ td >
                            
< td  width ="25%" >< input  readonly ="readonly"  maxlength ="11"  size ="15"  name ="Last_Update_Date"   />   < input  onclick ="show_cele_date(change2,'','',Last_Update_Date)"  type ="button"  name ="change2"  value ="select date"   /></ td >
                        
</ tr >
                    
</ tbody >
                
</ form >
            
</ table >
            
</ td >
        
</ tr >
    
</ tbody >
</ table >

 

样式表:

 

<style type="text/css">


<!--
body,td,th 
{...} {
 font-family
: Arial, Helvetica, sans-serif;
 font-size
: 12px;
 color
: #666666;
}

body 
{...} {
 background-color
: #333333;
 margin-left
: 0px;
 margin-top
: 20px;
 margin-right
: 0px;
 margin-bottom
: 0px;
}

--></style>

你可能感兴趣的:(css)