zhshqzyc
July 24th, 2007, 11:07 AM
I am going to display a sentence in an applet.But why no display.
thanks.
<html>
<title>TEST</title>
<head>
<script type="text/javascript">
function myFunction()
{
return ("Hello, have a nice day!")
}
</script>
</head>
<body bgcolor="white">
<applet code = "Combox.class" codebase="."
archive="TestCell4.2.jar"
width ="700" height = "700">
<parm name="buttonlabel" value="Toggle Drawing">
</applet>
</html>
thanks.
<html>
<title>TEST</title>
<head>
<script type="text/javascript">
function myFunction()
{
return ("Hello, have a nice day!")
}
</script>
</head>
<body bgcolor="white">
<applet code = "Combox.class" codebase="."
archive="TestCell4.2.jar"
width ="700" height = "700">
<parm name="buttonlabel" value="Toggle Drawing">
</applet>
</html>