選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

msredirect.html 218B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <script>
  5. window.opener
  6. && window.opener.postMessage({
  7. type: 'ms-login',
  8. url: window.location.href
  9. }, window.location.origin);
  10. </script>
  11. </body>
  12. </html>