most of my site use "innerHTML" on its javascript.
i have just heard that ie7 doesn't support innerHTML.
id it true?![]()
most of my site use "innerHTML" on its javascript.
i have just heard that ie7 doesn't support innerHTML.
id it true?![]()
///////////////////////////////////////////////////
///// http://www.mediatutorial.web.id
///////////////////////////////////////////////////
No, it's not true. There are perhaps some (at least one I know of off hand) quirks though - it's not supported in any IE version for populating the options of a select element. The innerHTML property isn't standard, so any browser may do whatever it likes with it, or nothing. Generally all modern browsers support it. However, it is safer to use DOM level 2 or other standard methods.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
thanks for information
///////////////////////////////////////////////////
///// http://www.mediatutorial.web.id
///////////////////////////////////////////////////
Bookmarks