我有一些HTML內容和我保存它字符串變量,我想將其打印directly.Is有在C#什麼辦法?我有沒有工作打印字符串中的某些HTML在Asp.net
一個JavaScript代碼string emailbody="HTML i need to send";
Page.RegisterStartupScript("StatusMessage", "<SCRIPT LANGUAGE=\"JavaScript\">function printsheet(" + emailbody + "){var win = window.open('mywindow', 'left=0', 'top=0')var html = Zstring; win.document.open()win.document.write(html);win.print();}</Script>");
試試這個:printsheet(' '' 「+ emailbody +」''') – opewix 2013-04-26 12:19:16
不工作..... – Anilkumar 2013-04-26 12:23:10
有什麼錯誤?檢查'printsheet'方法,使用'警報()'看什麼方法在paramethers得到 – opewix 2013-04-26 12:24:59