Re: Updating full page causes error with Link tag

  •  08-08-2007, 9:38 AM

    Re: Updating full page causes error with Link tag

    I pasted the above text into your editor sample link you sent me.  When I do - it doubles up the "/" and will crash the browser.
     
    Now - to clarify some.  It does not crash your editor or the browser while editing.  It crashes the browser from the resulting change (remember - we are using your editor to manage our code)  Therefore, the resulting change will make invalid code with ASP.NET will crash when it runs.
     
    I put a hack into my code

    sEditor.Text = sEditor.Text.Replace("/ />", "/>")

    But not sure it catches all changes your editor makes.  I really need this resolved.  I am using version 6.0.0.0.  Is this the latest?
     
    regards,
    Dave
     
    I am using IE 7.0
View Complete Thread