Jump to content

JAVA


snowboard01

Recommended Posts

Im using xhtml on my curren tsite and i am interested in adding some java to it. is there a non depracated tag that can do this?

Do you mean JavaScript, or Java as in Sun's Java programming language? If you are referring to the latter, you will need to make sure that your web hosting company (or your own server) supports Java Server Pages (JSPs). Then you rename your pages to be of type jsp (ie index.jsp). Then you enclose your Java code in <% %> tags.lugos
Link to comment
Share on other sites

I think he refers to the JAVA applications which are normally embed inside pages with the <embed> tag, but scince it's deprecated, there should be another way.As fat as I know, the other way is the <object> tag, but I have no idea on how it should be adjusted for a JAVA application.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...