aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/htmlselectelement
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/htmlselectelement')
-rw-r--r--files/zh-cn/web/api/htmlselectelement/selectedindex/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/htmlselectelement/selectedindex/index.html b/files/zh-cn/web/api/htmlselectelement/selectedindex/index.html
index 90217f241b..6e720db9b0 100644
--- a/files/zh-cn/web/api/htmlselectelement/selectedindex/index.html
+++ b/files/zh-cn/web/api/htmlselectelement/selectedindex/index.html
@@ -47,7 +47,7 @@ selectElem.addEventListener('change', function() {
pElem.innerHTML = 'selectedIndex: ' + index;
})</pre>
-<p><iframe class="live-sample-frame sample-code-frame" frameborder="0" height="80px" id="frame_Example" src="https://mdn.mozillademos.org/en-US/docs/Web/API/HTMLSelectElement/selectedIndex$samples/Example?revision=1546597" width="200px"></iframe></p>
+<p>{{EmbedLiveSample("Example", "200px", "80px")}}</p>
<h2 id="规范">规范</h2>