我有一个扩展名将其包含在iframe
内,我想获取当前选项卡的url
,并在其中填充我的iframe
中的一个字段。
该怎么办?
这是扩展名中的一部分代码:
<html>
<body>
<div id="container">
<iframe src="http://localhost:8888/portal/extension/" frameborder="0" width="500px" height="500px">
<input type="text"/>
<script src="my-script"></script>
</iframe>
</div>
<script src="jquery-3.2.1.min.js"></script>
<script src="popup.js"></script>
</body>
</html>