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.
私は Dreamweaver を初めて使用するので、サポートが必要です。データベースから名前を表示するリピート領域を作成しました。それぞれの名前を、Web ブラウザーでダウンロードできる個別の Word 文書にリンクしたいと考えています。
次のようにデータとリンクを取得します。
while(info = fetch_frm_database( data )) { Print "<a href="info['siteurl'] . ">" .info['sitetitle'] . "</a><br>"; }