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 のコンテンツは、実際には、ホームページのサイドバーのリンクがクリックされたときに読み込まれる perl 生成の html です。しかし、それが単なるhtmlだったとしても。指定した iframe コンテンツと共にホームページをブックマークする方法はありますか?
クエリ文字列またはハッシュ タグをいつでも URL に追加できます。次に、クエリ/ハッシュ入力に基づいて iframe に HTML をロードさせます (もちろんサニタイズ後)。そうすれば、ユーザーがページをブックマークすると、適切なコンテンツが iframe に取り込まれます。