CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 include external HMTL after header loads

Print topic Send  topic

Author Message
russcky
Posted: 10/13/2003, 2:08 PM

Is there any way I can have an external html file load after my header is shown? I have some html reports that get generated by another system and I want to include them in my CCS site, but I'd like my header be on the top of any report a user clicks on?

If I could do a frame, that would work too, but I haven't seen how to do that either.

Thanx,

Russ
ryan
Posted: 10/14/2003, 12:31 AM

I never tried it either but you can use IFrame inside the CCS html template and load that html like this

Also note that CCS might change your style="height: 370px; width: 740px"
to style=height: "370px;" width: "740px" due to some code generation stuff

You can then pass a grid/record before show HTMLTemplate.Setvar "@yourpage","yourpage.html"
and call that as {yourpage} you cannot include it because there is a record block inside I hope you're getting me kindly review HMTL code below
-----------------------------------------------------------------
<body class="NoMarksPageBODY">
{inc_YourHeaderasIncludableFile}

<iframe align="middle" name="main" src="{yourpage}" style="height: 370px; width: 740px" frameborder="0"></iframe>

<!-- BEGIN Grid ArrowganceSiteMessages -->
<font class="NoMarksFormHeaderFont">List</font>
<table class="NoMarksFormTABLE" cellspacing="0" cellpadding="4" border="0">
<tr>
<td class="NoMarksColumnTD" nowrap>Site ID </td>
<td class="NoMarksColumnTD" nowrap>Message </td>
</tr>
<!-- BEGIN Row -->
<tr>
<td class="NoMarksDataTD">{Message} </td>
</tr>
<!-- END Row -->
<!-- BEGIN NoRecords -->
<tr>
<td class="NoMarksDataTD" colspan="2">No records </td>
</tr>
<!-- END NoRecords -->
<tr>
<td class="NoMarksFooterTD" nowrap colspan="2"></td>
</tr>
</table>
<!-- END Grid ArrowganceSiteMessages -->
-----------------------------------------------------------------

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.