CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 Frames Creation

Print topic Send  topic

Author Message
Mike Morton
Posted: 09/09/2004, 10:43 AM

How can I create a frames page with a PDF on one side and a form on the
other from a Database link? Is this even possible?

dataobjx


Posts: 181
Posted: 09/09/2004, 10:58 AM

Absolutely possible. Depending on how you're approaching this you may need to use two (2) frames.

One for the .pdf and one for the form.

But you'll need to add some javascript to refresh both iFrames when the record is changed.

If you downloaded CCS Developer Magazine (http://www.dataobjx.net) there is an example of how to incorporate iFrames within your application using the label component.

The javascript will be something along the lines of;

<script language="JavaScript">
Function ReloadFrames()

parent.FRAME_NAME_1.location.reload();
parent.FRAME_NAME_2.location.reload();

</script>

And you'd call reload frames on the BODY OnLoad="ReloadFrames()" event - probably for the frame containing the record.


_________________
www.DataObjx.net
www.mydigitalapps.com
View profile  Send private message

Add new topic Subscribe to topic   


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

MS Access to Web

Convert MS Access to Web.
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.