Dear Sir,
In Browser it show nothing I am attaching my JSP pages
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>
<applet id="jumpLoaderApplet" name="jumpLoaderApplet"
code="jmaster.jumploader.app.JumpLoaderApplet.class"
archive="jumploader_z.jar"
width="715"
height="500"
mayscript>
<param name="uc_uploadUrl" value="uploadHandler.jsp"/>
</applet>
</body>
</html>
I had taken the reference from
http://jumploader.com/
When i clicked on above link my project start working after accepting the applet warning.
But when i run my project without clicking on above link demo page it's show nothing in browser i don't understand why it happening please help me.