Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是一个跨域 iframe(无法控制 iframe 的内容。)
这是小提琴网址http://jsfiddle.net/biggenius/wH4p7/
但它不起作用。单击“开始”按钮后,我需要将用户重定向到 google.com。
谢谢
您的 Go 按钮的代码需要在该 iframe 上,而不是在其他页面上,因为其他页面无法控制您所说的内容。使用 iframe 无法解决它。
如果您通过 ajax 将内容加载到 div 中,这将很容易实现,如果它只是一个小搜索框,它应该可以正常工作。
iframe 是一场噩梦,在 99% 的情况下它们是可以避免的。
但是,您可以更改 src 属性,这将在 iframe 中加载另一个页面。