0

I have a C# web app that pulls a json object from a web service after a button click even. This object has HTML code saved in one of its properties. I need to popup a window to the user from this server side event that displays this HTML.

The event could also return a list of objects so I would need the ability to display the popups one after the other.

What is the best way this handle this issue?

4

1 回答 1

0

我在这里找到了我正在寻找的答案

http://www.htmlgoodies.com/beyond/javascript/javascript-dynamic-document-creation-in-new-windows.html

于 2013-06-10T19:20:53.890 回答