|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I need to display an HTML page with-in the CFM page.
So, the files would load in the following order: 1) applications.cfm 2) test.cfm and test.cfm would load a standard HTML page. (Actually a MIVA Merchant page - but that shouldn't matter). Would I need java to do this? Help... |
|
#2
|
||||
|
||||
|
You can use an iframe to do this.
Code:
<!-- normal page (application.cfm)--> <p>text</p> <iframe src="test.cfm"> |
|
#3
|
|||
|
|||
|
Or
<cfinclude template="test.cfm">
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > Cold Fusion Development > Display a page with-in a page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|