Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

i want take part of page

Status
Not open for further replies.

newuser101

Technical User
Joined
Jun 16, 2006
Messages
1
Location
GB
if i have website
ind i build another web bage by cfm
and want use part of page in another site
ex i want take table with its content and put it in another site by using cfm tag


i can?????
and thanks
 
Hi.

You can include a file using
<cfinclude template=&quot;path/filename.cfm&quot;>

This will include the entire file.

If you want to use a small portion of one file you would have to move it to a seperate file and include it into both of them.

Otherwise use Cut and Paste :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top