Forum Moderators: open

Message Too Old, No Replies

What are .shtml and .jhtml?

Please Explain

         

webgaya

3:51 am on Nov 30, 2005 (gmt 0)

10+ Year Member



I have seen some web site use extentions
.shtml, .jhtml etc.

What are these file types? Are they similar to
.html? What are the other file types that can
exist like .shtml?

Kevin French

3:54 am on Nov 30, 2005 (gmt 0)

10+ Year Member



shtml usually referes to a page that contains server side includes.

jhtml is very similar to shtml except that it uses Java

Stefan

4:07 am on Nov 30, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



shtml basically uses style sheets and includes other html files as parts of the page. jhtml uses a java program to include content in the page. You can find more info by consulting one of our dear friends, G, Y, MSN, or Gigablast ;-)

vihrus

11:21 am on Nov 30, 2005 (gmt 0)

webgaya

6:33 am on Dec 5, 2005 (gmt 0)

10+ Year Member



Thank you all