target=' _blank' being removed when inserting HTML

Hi
When I insert
Web: Website
in a textfield, phpmaker deletes the target=’ _blank’ and makes:
Web: Website

Found the solution
Advance Settings-> Remove xss

You don’t have to disable Remove XSS option from Advanced Settings.You just need to put this code in Page_Load server event of Add Page and/or Edit Page:

// assume the field name is Web
$this->Web->Raw = true; // set the field as a raw field