Guest User

Untitled

a guest
May 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <cfscript>
  2.  
  3. cfsilent(){
  4. cfhtmlhead(){
  5. cfhtmlbody text="Hello";
  6. // str="Hello"
  7. // writeOutput(str);
  8.  
  9. }
  10. }
  11.  
  12. </cfscript>
Add Comment
Please, Sign In to add comment