Slashdot Mirror


Mozilla 0.9.7 Released!

Chezypewf writes: "The newest release from the Mozilla Dev team is out. This milestone features basic S/MIME support, favicon support and the Document Inspector, a tool to inspect and edit the live DOM of any web document or XUL application. You can grab it here: http://www.mozilla.org/releases "

1 of 436 comments (clear)

  1. VIEW SOURCE still sucks by mgkimsal2 · · Score: 5, Insightful

    It *seems* that when I "view source", the browser hits the server to download another copy. I don't WANT *another* copy - I want to the see the source of what is being rendered in the browser. With many web-based apps, doing another request (especially without resending the proper POST info, etc) will give back different results.

    The same behaviour was a huge problem for printing in Netscape. Rather than print what was in the browser's memory and on the screen, netscape would do a GET request on the URL. If it didn't come back with the right results - oh well! Too bad...

    Why on earth can't we simply see what's in the browser's memory already? It seems this is the EASY thing to do and Netscape (and now Mozilla) are unnecessarily complicating the matter.