Hi,
Iam using JDeveloper with JDK1.2.2 and iam trying to plugin an applet ..
but it always give the fallback msg.
<html>
<body>
<h2>This is the Student Page<h2>
<jsp:plugin type="applet" code="ListTest3" codebase=""
align="bottom" height="400" width="600" >
<jsp:params>
<jsp:param name="studentID" value="M9720227"/>
</jsp:params>
<jsp:fallback>Your browser cannot dispaly this applet text</jsp:fallback>
</jsp:plugin>
</body>
</html>
What is the code and codebase and how i can write them ?
Do i have to specify the version of the browser and the version of the compiler?
Thanks in advance..