I am trying to view source code of a webpage made in applet
with IE and Mozilla,
but I am unable to view the source code - it shows only:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>*****************</title>
<meta name="GENERATOR" content="Quanta Plus">
</head>
<body>
<applet width="100%" ******Applet.class
archive="*.jar">
Your browser is completely ignoring the <APPLET> tag!
</APPLET>
</body>
</html>
How do I find the source code for applet class?