Test cfm,js,java pages
Test pages
hello.cfm
<cfset greeting="Hello World!"> <cfoutput>#greeting#</cfoutput> <cfscript> WriteOutput("Hello World!"); </cfscript>
hello.htm
<!doctype html> <html> <head> <title>Hello world!</title> </head> <body> <h1>Hello World!</h1> </body> </html>
hello.java
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }
hello.js
alert("Hello World!"); document.write("Hello World!"); var text = document.createTextNode("Hello World!"); document.getElementsByTagName("body")[0].appendChild(text);
Hello, Neat post. There is a problem with your website in web explorer,
may check this? IE still is the marketplace leader and a huge section of other folks will omit your fantastic writing due to this problem.