On Sun, Oct 18, 2009 at 12:28 PM, Tab Atkins Jr. <span dir="ltr">&lt;<a href="mailto:jackalmage@gmail.com">jackalmage@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Well, the point is that this should generally act as just an<br>
optimization of normal navigation.  Clicking on &lt;a href=foo<br>
onlyreplace=bar&gt; should give you the same result as clicking on &lt;a<br>
href=foo&gt;, just without the overall page getting flushed.  So the<br>
address should update to &quot;<a href="http://example.com/foo" target="_blank">http://example.com/foo</a>&quot;, etc.<br></blockquote><div><br>I&#39;ve only been partially following this thread, so this may have been answered previously. Is this an accurate summary of what you&#39;re thinking of?<br>
<br>Clicking &lt;a href=&quot;foo&quot;&gt; and &lt;a href=&quot;foo&quot; onlyreplace=&quot;bar&quot;&gt; would send the exact same headers to the server with the exception of a single extra header for the @onlyreplace version?<br>
<br>In the case of @onlyreplace, would the #bar element end up being replaced, or just its content? Would the server be expected to reply with &lt;div id=&quot;bar&quot;&gt;...&lt;/dv&gt; or just what would would become bar.innerHTML?<br>
</div></div>