How to add a url link in a node?

i was working with my application.
and i noticed that text in a node can only display what is been input.but it cannot encode the html tag…such as “” or “”…
so i could not add a url link through a html tag “
”.
plz help me find a way to make it work.Cry

Win or Webforms?

If WebForms: GoWebIntro.doc discusses this. Look for the “NodeClicked” example JavaScript function.
A real usage will probably need to customize the <span =“highlight”>URL information that is sent to browser for each node that is visible. The following sections of GoWebIntro.doc discuss how to customize the information that is sent. You will probably just need to override the GetPartInfo method.

Thanks a lot.it’s really helpful.