0

Bed Bath and Beyond からの素晴らしいメール キャンペーンです。それは、電子メール キャンペーンに JS や PHP が存在しない可能性があるにもかかわらず、機能する検索フォームが存在するためです。

それで、それがどのように行われるか知っている人はいますか?私は電子メール デザイナーで、この機能を会社のニュースレターに追加したいと考えています。助けてくれてありがとう!

メール内の検索フォームのスニペット

    <table width="650" cellspacing="0" cellpadding="0" border="0">
<tbody><tr>
<td bgcolor="#6699cc" colspan="9"><img style="display: block;" height="7" width="650" border="0" alt="" src="http://image.bedbathandbeyond.com/bedbathbeyond/2010/search_test/search_top.jpg"></td>
</tr>
<tr>
<td width="14"><img style="display: block;" height="33" width="14" border="0" alt="" src="http://image.bedbathandbeyond.com/bedbathbeyond/2010/search_test/search_left.jpg"></td>
<td bgcolor="#336699" width="272"><input class="search" size="36" name="sstr" value="enter keyword" style="display:block; width:240px;"></td>
<td bgcolor="#336699" width="22"><img style="display: block;" height="33" width="13" border="0" alt="" src="http://image.bedbathandbeyond.com/bedbathbeyond/2010/search_test/spacer.gif"></td>
<td width="71"><input id="SEARCH" title="SEARCH" type="image" height="33" alt="SEARCH" width="71" src="http://image.bedbathandbeyond.com/bedbathbeyond/2010/search_test/search_submit.jpg" border="0" name="SEARCH" style="display:block"></td>
<td bgcolor="#6699cc" width="7"><img style="display: block;" height="33" width="7" border="0" alt="" src="http://image.bedbathandbeyond.com/bedbathbeyond/2010/search_test/spacer.gif"></td>
<td width="134"><a href="http://bargainswoop.com/go-to/?http://www.bedbathandbeyond.com/search/searchByBrand.aspx?utm_source=e&amp;utm_medium=e&amp;utm_term=e&amp;utm_content=headerfooter&amp;utm_name=JulyCirc" target="_blank" rel="nofollow"><img style="display: block;" height="33" width="134" border="0" alt="Shop By Brand" src="http://image.bedbathandbeyond.com/bedbathbeyond/2010/search_test/search_bybrand.jpg"></a></td>
<td bgcolor="#6699cc" width="7"><img style="display: block;" height="33" width="7" border="0" alt="" src="http://image.bedbathandbeyond.com/bedbathbeyond/2010/search_test/spacer.gif"></td>
<td width="116"><a hrefenter code here="http://bargainswoop.com/go-to/?http://www.bedbathandbeyond.com/nodePage.asp?order_num=-1&amp;RN=856?utm_source=e&amp;utm_medium=e&amp;utm_term=e&amp;utm_content=headerfooter&amp;utm_name=JulyCirc" target="_blank" rel="nofollow"><img style="display: block;" height="33" width="116" border="0" alt="What's New" src="http://image.bedbathandbeyond.com/bedbathbeyond/2010/search_test/search_whatsnew.jpg"></a></td>
<td bgcolor="#6699cc" width="7"><img style="display: block;" height="33" width="7" border="0" alt="" src="http://image.bedbathandbeyond.com/bedbathbeyond/2010/search_test/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#6699cc" colspan="9"><img style="display: block;" height="7" width="650" border="0" alt="" src="http://image.bedbathandbeyond.com/bedbathbeyond/2010/search_test/search_bottom.jpg"></td>
</tr>
</tbody></table>
4

1 に答える 1

1

フォームはただの通常のフォームである必要があり、そこにトリックはありません。

css tricksのこの記事をチェックしてください。

問題は互換性の問題です。電子メール クライアントは同じ標準に何度も従っていないため、難しいものです。サポートしたいクライアントを 1 つずつ調べて、結果に満足しているかどうかを確認する必要があります。

私はかなりの数でそれを試しており、しばらくして(短い)リストを投稿します.

記事にあるように、一部のメール クライアントでは警告が表示される場合があることに注意してください。

Gmail - 警告付きで動作します。

Hotmail - 動作していないようです (回避策を探しています)。(作業中)

キャンペーンモニターから取得した互換性表:

ここに画像の説明を入力

データベースの知識に基づいて決定することになると思います。

しかし、結論としては、それを見ることができない、またはそれを使用できないユーザーにとって非常に迷惑になる可能性があるため、それは良い考えではないかもしれません.同じ基準に従わない電子メールクライアントが多すぎるだけです.

于 2012-07-13T19:17:10.387 に答える