To make a web page editable, IE provides two methods. One of them is setting document.designMode = “on”, which can only be applied to the entire document. And the other method is setting c… more →
nagoon97's Weblognagoon97 wrote 1 year ago: To make a web page editable, IE provides two methods. One of them is setting document.designMode = … more →