Hi.
i embed an
applet in a html page with following code:
< applet codebase="." code="x.class" width=50% height=50%>
< /applet>
when resize browser in IE,the applet will change dynamically.
But in Netscape 4.7,the applet size will not change.
How to solve this problem?
Thanks for your answer in advance.
Edited by Cindy to get the HTML to display instead of execute.
[This message has been edited by Cindy Glass (edited February 09, 2001).]