New Activity
Play Fill in the Blanks Game
script
function ____________________ ( ) {
/ / de invoer in het tekstveld met het id inch lezen
var inch = 2 . 54 ;
var aantal = ____________________ ( document . getElementById ( " ____________________ " ) . value ) ;
/ / de invoer in het tekstveld met het id aantal lezen
document . getElementById ( " ____________________ " ) . value = ____________________ * ____________________ ;
}
function ____________________ ( ) {
/ / de invoer in het tekstveld met het id prijs lezen
var inch = 2 . 54 ;
var aantal = ____________________ ( document . getElementById ( " ____________________ " ) . value ) ;
/ / de invoer in het tekstveld met het id aantal lezen
document . getElementById ( " ____________________ " ) . value = ____________________ / ____________________ ;
}
/ script
body
input type = " text " name = " inch " id = " inch " onChange = " ____________________ ( ) ; "
input type = " text " name = " inch " id = " inch " onChange = " ____________________ ( ) ; "
/ bod y