Odd behaviour with A Href on postback

  •  12-11-2003, 2:08 AM

    Odd behaviour with A Href on postback

    I add an Anchor tag like <a href="/myapp/default.aspx">MyApp</a> to CuteEditor either by using Normal mode or by typing the html in Html mode.
    After Postback the anchor is changed to: <a href="http://localhost/myapp/default.aspx">MyApp</a>

    It seems like the editor parses all <A> and changes all relative URLs to absolute URLs.
    I need a way to avoid this behaviour.

View Complete Thread