CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2008
    Location
    Suomi Finland
    Posts
    47

    help with quotes in IE

    I am trying to display a part description that is ozone, checkvalve 1/4" the " meaning inch is causing all kinds of trouble in Internet explorer.

    I am getting this out of the database and it is comming in with the escape in front of it and looks like this ozone, checkvalve 1/4\"

    When using Firefox it shows up fine when using IE nothing shows up. I know it is because of the quote but what more can i do to get them to show up?

  2. #2
    Join Date
    Feb 2005
    Location
    Denmark
    Posts
    742

    Re: help with quotes in IE

    Does not really sound as a browser issue as such.

    Perhaps the issue is that the " conflicts with the HTML rendered and thus causes problems when the browser displays the HTML.
    Make sure your tags are closed correctly and all attributes values are surrounded by ".
    Perhaps that'll fix this issue.

    Also try to make a very simple test.
    Make a completely blank page, read out only that value which cause you problems and nothing else on the page.
    It will help you debug your issue because if there's no problem with that - you can start merge your other content and see when it breaks.

  3. #3
    Join Date
    Jun 2010
    Location
    Cairo, Egypt
    Posts
    17

    Re: help with quotes in IE

    hay,
    there is no error here, please
    check this link
    http://www.w3schools.com/tags/ref_entities.asp

    this is a Reserved Characters in HTML
    You Don't Have to Rate Me.
    I'm Not a Civilized Man I'm the Civilization it self
    White or Black, Living or Dieing and 0 or 1 that's MY life
    iam an Object in Object Oriented Life
    010011000111010101110110001000000100110101111001001000000101000001100011

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