将框架集 SRC 作为发布请求发送
<FRAME src="someurl">
</FRAME>
我需要将 someurl
作为发布请求发送。我已经尝试了很多。有人可以帮我吗?
<FRAME src="someurl">
</FRAME>
I need to send the someurl
as post request. I have tried a lot. Can any one please help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那是不可能的。如果您访问相同的域,则可以使用 JavaScript (AJAX) 进行发布并在 iframe(或 div)中显示生成的 HTML。
如果您能提供更多详细信息,会更容易提供帮助。
That isn't possible. If you are accessing the same domain, then you could use JavaScript (AJAX) to do the post and display the resulting HTML in an iframe (or a div).
If you would give more details it would be much easier to help.