In FP 2000, is there a way to insert a page into a table cell?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Or am I using the wrong approach? I want to have a .wav play when someone
enters a specific text cell on a table. However, because it's a text cell
(and I want it to vary in size with the rest of the cells in the column as
the screen view narrows or widens) I can't actually 'enter' the cell.
Tabbing goes on to the next hyperlink - in this case a photo.
 
You can probably get the file to play when you "mouseover" the table cell,
but you're right, you can't actually enter the cell to type text for
example, as you would with a textarea form element. That might be the
solution, using an OnFocus event attached to the textarea (within a form
inside the table cell) or something - my programming is very rusty so that
might be the wrong advice.
 
Back
Top