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経由で使用するサインアップページを作成しました。ユーザーがお問い合わせフォームをすべて使用する準備ができている場合、どうすれば別のページを表示(リダイレクト?)できるのでしょうか?これは可能ですか?ありがとう
サインアップページ内
<% if (customer_has_used_contact_form()) %> <script type="text/javascript"> document.location="somewhere_else.html"; </script> <% end %>