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

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.
 
A

Andrew Murray

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top