Add support for modal dialog multiple request.

This commit is contained in:
Paulo Veiga
2011-10-17 10:12:27 -03:00
parent 0133f127b8
commit 8913b5f187
7 changed files with 131 additions and 121 deletions

View File

@@ -1,4 +1,16 @@
<iframe
style="border:0;width:600px;height:400px;border: 1px solid black"
<!DOCTYPE HTML>
<%@ include file="/jsp/init.jsp" %>
<html>
<head>
</head>
<body>
<iframe style="width:600px;height:400px;border: 1px solid black"
src="http://localhost:8080/wise-webapp/c/embeddedView.htm?mapId=1">
</iframe>
</body>
</html>