print html string as browser renders
hi
i want to print an html string that i create at runtime.
myStr = "<html><head>.......etc...etc....</html></head>""
But this should be printed such as a browser renders the html string that i
create.
is this possible with mx 2004.
|