Link to home
Start Free TrialLog in
Avatar of nphnhi
nphnhi

asked on

applet width and height

Hello,
Look at the code:
<frameset rows="*,150" cols="*" frameborder="NO" border="0" framespacing="0">
  <frameset cols="280,*" frameborder="NO" border="0" framespacing="0">
    <frame src="ganttdisplay.jsp" name="leftFrame" scrolling="yes" noresize>
    <frame src="chartdisplay.jsp" name="mainFrame">
  </frameset>
  <frame src="nhi.htm" name="bottomFrame" scrolling="NO" noresize >
</frameset>
and in ganttdisplay.jsp, I want to display an applet, and the width and height of this applet will be equal the width and height of the frame (leftframe).
How can I do that. Please help me
Thank you very much.
ASKER CERTIFIED SOLUTION
Avatar of TimYates
TimYates
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Did that work?  Cool!

Shame about the B grade though.... :-(

Tim