:: Forum >> Version 1 >>

Showing details in a form...

Hi!

Can i show the details of the selected rows in a second frame, when navigating with keyboard?

I mean, need to capture de field "id" in the grid to call a function pressing down/up... Which propertie to do that?

Best Regards...
scarabD
Saturday, March 5, 2005
Here's How I Do It. (Version 2) Under The "Actions/Events" Section, I Commented Everything Out In The "mouse" Part Except "obj.onRowClicked". Then, Here's What I Have...

obj.onRowClicked = function(eventindex)
  {
display0 myData[index][0];
   
top.FRAME5.location "frame5.php?id=" display0;}
 
Then, Down In The Bottom, I Set Up FRAME5.

<iframe width="100%" height="100%" frameborder="0" src="frame5.php" name="FRAME5"></iframe>
 
Hope That Helps!
Rick Clark
Monday, October 10, 2005



This topic is archived.

Back to support forum

Forum search