<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Rimantas,<br>
<pre wrap="">&gt;How on Earth can you bookmark database table rows? Your database knows
&gt;nothing where its rows go, the browser does not know where does HTML
&gt;originates in: it may be DB, may be XML transformed via XSLT, may be static
&gt;files on the server.
</pre>
?! In a data-driven treeview, one node represents one table row.<br>
<br>
PB<br>
<br>
-----<br>
<br>
Rimantas Liubertas wrote:
<blockquote
 cite="mid:5ccfb3340910152358k39fffc89ufb7ddb18e1f7fb71@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">OK and for clarity's sake I'll again repeat framesets don't solve the
navigation problem, they just make it easier to solve than any other
available proved solution, and this wee problem is that browsers  own
bookmarks, database users own database table rows, so usually you shouldn't
bookmark database table rows, and much follows from that, therefore saying
server issues don't bear on this issue is IMO astonishingly &amp; quite wrongly
blinkered.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
How on Earth can you bookmark database table rows? Your database knows
nothing where its rows go, the browser does not know where does HTML
originates in: it may be DB, may be XML transformed via XSLT, may be static
files on the server.

All you can bookmark is some URL. On the server there must be an
application, which maps that particular URL to this particular database
row, retrieves it, transforms it into HTML and sends to browser.
This application then is the right place to solve that "bookmarking"
problem.
It starts to look like you are trying to solve server side problems
(restricting access, of whatever denying bookmarking is supposed to solve)
via client side. Not going to work.

Regards,
Rimantas
--
<a class="moz-txt-link-freetext" href="http://rimantas.com/">http://rimantas.com/</a></pre>
  <pre wrap="">
<hr size="4" width="90%">

No virus found in this incoming message.
Checked by AVG - <a class="moz-txt-link-abbreviated" href="http://www.avg.com">www.avg.com</a> 
Version: 8.5.421 / Virus Database: 270.14.20/2440 - Release Date: 10/16/09 06:32:00

  </pre>
</blockquote>
</body>
</html>