Is there a way to handle events such as "onkeypress" without using javascript, if so do tell me how. For example, couuld i use: <p><input type="text" name="T1" size="20" onkeypress = "validate(variable);" ></p> PHP: Your time and attention is appreciated. where "validate" is a function called in a php block (ie. between some php tags)?
No with simple HTML. For actions against events you need some kind of "program", usually javascript or JAVA.
This is impossible to handle events without JavaScript ... as HTML is pretty static ... when JavaScript provides some dynamic methodology ... It becomes DHTML