Threat Name: MSIE Vector Markup Language Fill Method BO - Page 3
Page 3 of 3 FirstFirst 1 2 3
Results 31 to 42 of 42

Thread: Threat Name: MSIE Vector Markup Language Fill Method BO

  1. #31
    Registered User
    Join Date
    Aug 2000
    Posts
    193
    Thank you, I must admit that I didn't know that!

  2. #32
    Registered User
    Join Date
    May 2009
    Posts
    7
    Finally, Norton Web Safe has our site listed as safe now!

    Took us these four things to accomplish it.

    1. Remove from our home page a long time <iframe> linking us with t-shirtshopper.com
    2. Two phone contacts with Norton and three on-line requests to revisited our site.
    3. Remove this line from our DOCTYPE: <html xmlns="http://www.w3.org/1999/xhtml">
    4. And then finally had our ISP call Norton to resolve problem.

  3. #33
    Registered User
    Join Date
    Aug 2000
    Posts
    193
    Good!

    Remove this line from our DOCTYPE: <html xmlns="http://www.w3.org/1999/xhtml">
    Where did you change it for (what is your html-statement now)?
    How does your doctype statement look?

  4. #34
    Registered User
    Join Date
    May 2009
    Posts
    7
    Sorry, Not our doctype statement but our <HTML>

    Was incorrectly written like this:
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    And now it is written like this:
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
    Although, I think having our ISP involved and calling Norton @ 1.800.695.0678 our resubmission was expedited.
    Last edited by PACAIR; June 1st, 2009 at 01:07 PM.

  5. #35
    Registered User
    Join Date
    Aug 2000
    Posts
    193
    When I changed it to what you described I got lots of errors and warnings when I validated it with W3.org.

  6. #36
    Driver Terrier NooNoo's Avatar
    Join Date
    Dec 2000
    Location
    UK
    Posts
    31,824
    Panhead, you have to write the code in the correct doctype too!
    What warnings did you get on validation - which page did you validate?

  7. #37
    Registered User
    Join Date
    Aug 2000
    Posts
    193
    I'm improving, I made a test .php file (www.hydra-glide.com/scripts/test_html.php).

    Just 3 errors, now trying to find out where they come from, looks as if form the provider.

  8. #38
    Driver Terrier NooNoo's Avatar
    Join Date
    Dec 2000
    Location
    UK
    Posts
    31,824
    you have a php error at the moment...

  9. #39
    Registered User
    Join Date
    Aug 2000
    Posts
    193
    I changed the code according to a W3.org recommendation, but that was not really successful...
    It works again, but now with more errors.

  10. #40
    Registered User
    Join Date
    Aug 2000
    Posts
    193
    Well, my provider blocked a couple of sites on the same server as mine and it looks like a big improvement. Let's see for how long...

  11. #41
    Driver Terrier NooNoo's Avatar
    Join Date
    Dec 2000
    Location
    UK
    Posts
    31,824

  12. #42
    Registered User
    Join Date
    Aug 2000
    Posts
    193
    Yes, I'm still working on that!

Similar Threads

  1. C language How to zero fill a float varible
    By Thunderwind in forum Programming And Web Design
    Replies: 5
    Last Post: December 20th, 2001, 12:30 PM

Bookmarks

Posting Permissions

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