hi,i need to add this html tag in only one page/table :because is not enough when we post data using link A to download a stream (like ie: window.open( “data:text/calendar;charset=utf8,” + escape(mystring)); )
so the meta content-type attribut must be there to make the “data:text/calendar;charset=utf8” working fine.when can i add this line for only one table ?
or for all the website ?
You may simply add the meta tag in Page_Head server event.
thank you, i manage to perform that.