I have created a WYSIWYG html editor with the help of an article at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmshtml/html/createwp.asp
Everything works fine. Now I just want to make navigable hyperlinks in this editor.
A user enters a hyperlink (Say www.msn.com) in the editor, editor detects the link, changes its color and underlines it but do not take user to the www.msn.com when he clicks the link.
Is it possible to make this link navigable right within the editor.
Thanks in anticipation