4 <script type=
"text/javascript">
5 function CreateCircle(){
10 B
+="<svg style=\"width:100px;height:100px;\">";
11 B
+="<circle cx=\"50%\" cy=\"50%\" r=\"50%\" fill=\"blue\" stroke=\"none\" />";
19 <iframe src=
"javascript:parent.CreateCircle();" width=
"100%" height=
"100%" frameborder=
"0" scrolling=
"no"></iframe>