Skip to content

Commit

Permalink
Moved remotely
Browse files Browse the repository at this point in the history
  • Loading branch information
zefer committed Jun 25, 2008
1 parent 4d4e488 commit efcaa9d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions example.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-GB" xml:lang="en-GB">

<head>

<!-- combining multiple Javascript files into a single request -->
<script src="combine.cfm?files=file1.js,file2.js,file3.js" type="text/javascript"></script>

<!-- combining multiple CSS files into a single request -->
<link href="combine.cfm?files=file1.css,file2.css" type="text/css" rel="stylesheet" media="screen" />

<!-- reloading the cached combine.cfc object - do this if you change your settings -->
<script src="combine.cfm?files=file1.js,file2.js,file3.js&reinit=1" type="text/javascript"></script>

<title>#htmlEditFormat(request.content.pageTitleTag)#</title>

</head>

<body>
view the CSS and Javascript include tags in the source of this page to see an example use of combine.cfc
</body>

</html>

0 comments on commit efcaa9d

Please sign in to comment.