May 13, 200917 yr Hi, I'd like to convert the DOM tree that consist the web-pages that I have got into HTML file. If I am trying to perform in IE6/7: view-->source I get the html that page was started with. But since I have done some DOM manipulation in javascript it doesn't reflect the updated DOM that is rendered by the browser. IE dev tool bar show me live the state of the DOM but I'd like to export it and save it into a file so I could use it offline. Does anyone knows how to do it and maybe to recommand on a tool that does it Thanks
May 14, 200917 yr Author OK, it could be an option but my web-site is not compatible for FireFox only for IE 6/7 BTW - part of the reason why I need this export is to be able to make the site generic for many browsers... So, any other options?
May 14, 200917 yr develop it in firefox then sort the errors out in IE - IE has unique properties that are not universally supported - it's possibly a mistake to develop in IE first. In what way is your website incompatible with FF? Admittedly, they will represent the DOM differently.
May 14, 200917 yr Author Sorry, that still doesn't help me to progress with my problem. Besides, IE is still the most common browser around the world. Any other web-gurus?
May 14, 200917 yr the point he's making is that IE has mostly IE specific bugs, and there's alot of them. It's easier to create a site in FF, then sort out a few glitches in IE. Even better though, design for chrome, then FF, then IE If you've got IE developer toolbar, try looking for a tool similar to said below on the WDT, but i don't recall ever seeing one.
Create an account or sign in to comment