Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Plugin Applet Problem


Message #1 by "Maryam Alowais" <alowaism@h...> on Mon, 21 May 2001 05:44:23
 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..

  Return to Index