Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: passing datafield contents as parameters to popup window


Message #1 by "Peter Riley" <priley@t...> on Thu, 27 Sep 2001 09:28:34
I am presenting data from a .csv file as a repeating table on one of my 
pages.  I am able to create a popup window 'on-the-fly' to display some of 
the data if I explicitly pass the data as parameters, but I can't see how 
to pass the field contents when a user clicks on a cell.  Each row 
represents one record in the usual way, and one cell contains the link, in 
this case an image URL.  How do I get the contents of that record into the 
popup window function, so the image and other field data display?

  Return to Index