お役立ちTipsの最近のブログ記事

日頃お客様からお問合せが多い
「作成済みのフォームを、ご自身のブログやウェブサイトから別ウィンドウで開く時に使うソース」をご紹介します。

【ボタンを押して別ウィンドウを開かせたい場合】
<input type="button" value="お問合せフォーム" onclick="window.open('http://my.formman.com/form/pc/xxxxxxxx/', '_blank', 'width=800,height=600,menubar=no,toolbar=no,location=no,directories=no,status=yes, scrollbars=yes,resizable=yes');">

サンプル例)


【テキストリンクを押して別ウィンドウを開かせたい場合】
<a href="http://my.formman.com/form/pc/xxxxxxxx/" onclick="window.open(this.href, 'mywindow', 'width=800,height=600,menubar=no,toolbar=no,location=no,directories=no,status=yes, scrollbars=yes,resizable=yes'); return false;">お問合せフォーム</a>

サンプル例)
お問合せフォーム


いずれの方法も、リンク先のフォームURL(http://my.formman.com/form/pc/xxxxxxxx/)は お客様のフォームURLへ書き換えてから、ご利用ください。