0
votes
Javascript InnerHTML in IE7 messing with INPUT tags
I believe this isn't something you can get around directly as the quotemark-less html is just how IE7 represents the DOM node internally.
My view on the best way to ensure you get the e …
0
votes
set focus to iframe body/content in firefox ?
Does
iframe_window.contentDocument.body.focus();
work?
…
