Javascript Properties JavaScript Reference




function function1() { 
    document.all.myB.accept = "image/gif"; 
}



       name="textfield" 
       size="50" 
       accept="image/gif" 
       value='The content type of this field is "text/html"'>
       id="myB" 
       value='The content type for this button is "image/gif"'>