在跨域中获取/读取iframe URL

时间:2014-08-05 12:29:47

标签: javascript php jquery html iframe

我有一个带有外部src的iframe,iframe页面包含HTML表单,当使用GET方法提交URL中显示的表单参数/属性时。

但是我的iframe src中没有更新这些参数/查询字符串。

这是页面: http://kff.org/interactive/subsidy-calculator

提交上述表单时,URL变为: http://kff.org/interactive/subsidy-calculator/#state=&zip=&income-type=dollars&income=23123&employer-coverage=0&people=1&alternate-plan-family=individual&adult-count=1&adults[0][age]=21&adults[0][tobacco]=0&child-count=0&child-tobacco=0

但是当我在网页中将网址传递给iframe时,提交表单后仍保持相同:(

任何帮助将不胜感激。

0 个答案:

没有答案