How to put java applet in aspx page‏‏

private void Page_Load(object sender, System.EventArgs e)
{
// Put user code to initialize the page here
if((Session["Well_Cd"]!=null)& (Session["UserName"]!=null))
{
Response.WriteFile("TopMenu.aspx");
Response.Write("< br> < applet codebase = \".\" Archive = \"test.jar\"
code= \"Pkg_Scrn.C_Daily_Progress.class\" name = \"Tmplt\" "+
"width= \"100%\" height = \"680\" hspace = \"0\" "+
"vspace = \"0\" align = \"middle\" "+
"viewastext>"+"Session["Well_Cd"].ToString()+"\">"+
"< PARAM NAME=\"Usr_Cd\" VALUE=\""+
Session["UserCode"].ToString()+"\">"+
"< /applet>");
}
else
Response.Redirect("default.aspx");
}

Comments

  1. please how can i install Windows Program in Appel Mac O/S

    ReplyDelete
  2. you have to redevelop it with programming tool compatible with Apple Mac O/S Eng. Emad

    ReplyDelete
  3. Eng. Emad i will post an artical to Explain how to install windows applications in Mac O/S

    ReplyDelete

Post a Comment

Popular posts from this blog

Introduction to Object Oriented Programming Concepts (OOPS) in C#.net