Click to See Complete Forum and Search --> : help!


rashu1969
03-06-2005, 11:42 AM
hai,

i heard that frames are better not used within html pages. and am supposed to use tables instead. but, is there a way to pass information from one table cell to another. this can be done when using frames.

my problem: i have a table. one of the cells has an inline frame. the other cell has a applet running within it. the inline frame has check boxes within. is there a way to select the check boxes, and then send that information to the applet and pass it on as param values to the applet class.

plzz do help

regards
rashu

the tree
03-06-2005, 01:36 PM
Well you shouldn't be using tables for this but that's not really the issue hear.
It's probably quite possible to do this with javascript, although I can't think how, you'd be better to ask somewhere other than the HTML board as this isn't an HTML issue.