Thank You for your post. As for "?ajaxOverFlow.htm" & "iframeModal.html?" bad cut&paste.
Let's review the scenario:
Goal:
-index2.htm with 50 stories (one right after another) Each story has a unique <a id=dd1>, <a id=dd2> so on.
-index.htm will display (one after another) the unique link(s) to the 50 stories.
-When clicked the individual story (from index2.htm) and nothing else (no scroll bar, back button so on) is displayed as a popup on index1.htm.
Using Thickbox 3.1 have tried the following four examples but all to no avail:
(1)
Code:
<a href="index2.htm#dd1?keepThis=true&TB_iframe=true&height=340&width=680&scrolling=no" title="">link 3</a>
(2)
Code:
<a href="index2.htm#dd1?placeValuesBeforeTB_=savedValues&TB_iframe=true&height=340&width=680&modal=true&scrolling=no" title="" class="thickbox">link 3</a>
(3)
Code:
<a href="index2.htm?keepThis=true#dd1&TB_iframe=true&height=340&width=680&scrolling=no" title="">link 3</a>
(4)
Code:
<a href="index2.htm?keepThis=true&TB_iframe=true&height=340&width=680&scrolling=no#dd1" title="">link 3</a>
Have search for several hours on how to resolve this but really haven't come up with anything solid or anything that closely matches the overall goal.
TIA
Bookmarks