【发布时间】:2021-04-15 12:40:24
【问题描述】:
是否可以将数据发送到 iframe 网站表单并提交表单?就像我想跟踪货件编号,这是代码
<?php
$tracking = 'LE783579177';
?>
<iframe src="http://leopardscourier.com/pk/tracking/" width="100%" height="100%" ></iframe>
我想在 iframe 中打开跟踪表单并传递跟踪编号并提交。有可能吗?
【问题讨论】:
标签: javascript php html iframe