Problem with loading Word generated html
Hi,
using this code I want to load a html which i have created in Microsoft Word 2007.
$('#Message').Load('Contents.htm');
because in the html file there is <span style:mso-spacerun:yes> </span> tag,
jQuery shows each space between span tag as Square Symbol!
I don't know hot to fix it.
Second, the Message element is in ContentTemplate tag of UpdatePanel which itself is in a ContentPlaceHolder of a content page named default.aspx, and I want to access to it in Masterpage, please help me.