<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2769" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>You seem to be mixing together client-side activity 
('mouse selection') and server-side activity ('query the zodb'?). </FONT><FONT 
face=Arial size=2>You will need to separate these two activities:&nbsp; use 
javascript for the client side and build a normal form-based request which is 
then submitted to a zope method (dtml/script/external method) which processes 
the fields from the form request and returns some object(s)? from the 
zodb.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>hth</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Jonathan</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=swapp0@yahoo.com href="mailto:swapp0@yahoo.com">Allen Huang</A> 
</DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=zope@zope.org 
  href="mailto:zope@zope.org">Zope</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, December 13, 2005 9:32 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Zope] about mouse 
  interactions..</DIV>
  <DIV><BR></DIV>
  <DIV id=RTEContent>Hi... </DIV>
  <DIV>This is probably not much about zope, but I want to do make a web page 
  that does mouse drag query that query the zodb for information.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>For example... I have a picture and I want my mouse to be able to point a 
  single point or&nbsp;drag a selection box and what ever is selected will make 
  a new web page and with table about its information.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Would anyone give me some pointers about how I could accomplish this? 
  what docs or books I should read?</DIV>
  <P>
  <HR SIZE=1>
  Yahoo! Shopping<BR>Find Great Deals on Holiday Gifts at <A 
  href="http://us.rd.yahoo.com/mail_us/footer/shopping/*http://shopping.yahoo.com/;_ylc=X3oDMTE2bzVzaHJtBF9TAzk1OTQ5NjM2BHNlYwNtYWlsdGFnBHNsawNob2xpZGF5LTA1 ">Yahoo! 
  Shopping</A> 
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Zope maillist&nbsp; 
  -&nbsp; 
  Zope@zope.org<BR>http://mail.zope.org/mailman/listinfo/zope<BR>**&nbsp;&nbsp; 
  No cross posts or HTML encoding!&nbsp; **<BR>(Related lists - 
  <BR>&nbsp;http://mail.zope.org/mailman/listinfo/zope-announce<BR>&nbsp;http://mail.zope.org/mailman/listinfo/zope-dev 
  )<BR></BLOCKQUOTE></BODY></HTML>