CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2001
    Posts
    160

    web page is incorrect when viewed using mozilla

    I have a web site that I developed in VB.Net. If you call the web site up using mozilla the home page does not show up correctly. Some of the pages will show up correctly in the web site but if you go back to the home page it still does not show up correctly. Does anyone have any idea? I'm sure there is probally a problem using Netscape. I would appreciate a point in the right direction.


    Thanks,
    Jason

  2. #2
    Join Date
    Aug 2004
    Posts
    2

    Could be anything

    A web page not showing correctly could be the result of any one of a million reasons. There's no one answer. However, if it's showing fine on IE, but not on others, then it's probably a markup problem. Whenever I have cross-browser issues I generally use the "HTML Validation" feature on Mozilla FireFox (http://www.mozilla.org/products/firefox/). Being called "Mozilla Firefox", it's obviously based on the mozilla engine, so it'll tell you what it can't understand. The added plus is that as it's the same engine as Netscape is based on, you can pretty much guarantee it'll work on Netscape (more or less, anyway).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured