Firefox javascript gethtml inserts extra styles

  •  09-25-2008, 4:01 AM

    Firefox javascript gethtml inserts extra styles

    Hi
     
    When i use the getHTML function in javascript on firefox i find that loads of extra styles are inserted.
    You can see this on your demo page, http://cutesoft.net/example/JavaScript-API.aspx
    Just click gethtml and you will see a load of
     
    style="border: 1px dotted #7f7c75;"
     
    on the table tags. I guess this is making the border appear in the design view, getting the html server side works fine, but in this instance i need to get it on the client side. I had a similar problem with anchor tag styles, but have been unable to reproduce this on your site.
     
    Any chance of a fix?
    Thanks
View Complete Thread