// This works as there are no spaces in [javascript:setQueryType('HOTEL');__doPostBack('spatialQuery','')]
message.AppendFormat("Hotel ", "")
// With spaces in the same attribute, which I think won't work
message.AppendFormat("Hotel ", "")
// This is correct HTML, with proper escaping but does it work in Map Suite ??
message.AppendFormat("Hotel ", "")