gpt4 book ai didi

ruby-on-rails - Haml 中的 iframe src

转载 作者:数据小太阳 更新时间:2023-10-29 08:33:35 25 4
gpt4 key购买 nike

我在使用 iframe 时总是得到一个空白页面。我在 src 中放置了包含创建复选框代码的 Haml 文件的位置:

view.haml:

%iframe{:src => "file:///home/marina/project/app/views/blog_posts/new2.haml"}

new2.haml:

%h1 popup
br
%input{:name => "option1", :type => "checkbox", :value => "Milk"}
Milk
%br
%input{:name => "option2", :type => "checkbox", :value => "Butter"}
Butter
%br
%input{:name => "option3", :type => "checkbox", :value => "Cheese"}
Cheese
%br

最佳答案

尝试:

如果文件在同一个地方

%iframe{:src => "blog_posts/new2.haml"}

否则建议将其用作:

为 new2 操作创建路由并通过 url 调用 iframe,例如:

%iframe{:src => "http://yourdomain.com/new2"}

关于ruby-on-rails - Haml 中的 iframe src,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10188637/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com