| The html object names have to be unique within a document. An
example where a problem will arise if the above condition is not
met is, if you have two bookmark channels in the users desktop,
and if the templates come from the provider directory
( i.e. BookmarkProvider) then the html form name is same for both
the channels and opening a new url by typing in to the channel's
text field will fail because the javascript target name is ambiguous.
To avoid this, the html form is named after the channel name.
HTML special characters in the channel name is encoded using this
static method.
|