wisemapping-open-source/wise-webapp/src/main/webapp/html/embedded.html
2011-10-18 09:29:29 -03:00

17 lines
252 B
HTML

<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<h1>Embedding a map in a Page</h1>
<iframe style="width:600px;height:400px;border: 1px solid black"
src="http://localhost:8080/wise-webapp/c/embeddedView.htm?mapId=1">
</iframe>
</body>
</html>