Javascript Reference
Categories: A

javascript A dataFormatAs

@March 15, 2008, 1:22 a.m.

dataFormatAs Firefox/Netscape/NN n/a IE 4 Chrome/Safari/DOM n/a  

Read/Write  

Used with IE data binding, this property advises the browser whether the source material arriving from the data source is to be treated as plain text or as tagged HTML.

 
Example
 
document.getElementById("hotlink").dataFormatAs = "HTML";
 
Value

IE recognizes two possible settings: text | html.

 
Default

text


Powered by Linode.