code changed when switching between normal/ html view in internet explorer when <noscript> is used

Last post 11-16-2010, 1:57 AM by cutechat. 2 replies.
Sort Posts: Previous Next
  •  08-20-2010, 3:31 AM 63536

    code changed when switching between normal/ html view in internet explorer when <noscript> is used


    i am trying to insert an <object> under <noscript>
     
    1. <noscript>  
    2. <object width="640" height="385">  
    3. <param name="movie" value="http://www.youtube.com/v/66TuSJo4dZM?fs=1&amp;hl=en_US"></param>  
    4. <param name="allowFullScreen" value="true"></param>  
    5. <param name="allowscriptaccess" value="always"></param>  
    6. <embed src="http://www.youtube.com/v/66TuSJo4dZM?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed>  
    7. </object>  
    8. </noscript>  
     
    when i switched to normal view and back to html view, the code changed to,
     
    1. <noscript>  
    2. <object width="640" height="385">  
    3. <param name="movie" value="http://www.youtube.com/v/66TuSJo4dZM?fs=1&amp;hl=en_US"/></param>  
    4. <param name="allowFullScreen" value="true"/></param>  
    5. <param name="allowscriptaccess" value="always"/></param>  
    6. <embed src="http://www.youtube.com/v/66TuSJo4dZM?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed>  
    7.     </object>  
    8.     </noscript>  
     
    "/" has been added in every <param>, e.g.
     
    <param name="allowFullScreen" value="true"></param>
    becomes
    <param name="allowFullScreen" value="true"/ /></param>
     
    such problem does not exist when using the editor in firefox.
     
    any idea or thought on this?
    thanks in advance for the help.
     
    ester
     
     

     
  •  09-23-2010, 1:47 PM 64166 in reply to 63536

    Re: code changed when switching between normal/ html view in internet explorer when <noscript> is used

    ester,
     
    We can reproduce this issue and will fix it as soon as possible.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  11-16-2010, 1:57 AM 65029 in reply to 63536

    Re: code changed when switching between normal/ html view in internet explorer when <noscript> is used

    Hi,
     
    We have fixed this issue.
     
    And we will release a minor version for it within a few days.

    Regards,
    Terry.
View as RSS news feed in XML