2024年4月2日发(作者:)

// Firefox, Google Chrome, Opera, Safari, Internet Explorer from version 9

function OnInput (event) {

alert ("The new content: " + );

}

// Internet Explorer

function OnPropChanged (event) {

if (rCase () == "value") {

alert ("The new content: " + );

}

}