CodeCharge Studio
search Register Login  

Web Reports

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

YesSoftware Forums -> CodeCharge Studio -> Tips & Solutions

 Handling querystring in frame page

Print topic Send  topic

Author Message
sam.on.tour
Posted: 07/01/2006, 11:44 AM

having problems to hand over the query string values to the pages in the
framesets I found out this:

1. Define the html page outside CCS
2. Copy the file into the project directory and open the project
3. Create a CCS page with the same name and CCS asks to take over the html
file - answer YES
4. Design mode is disabled because of the frames ...
5. In the HTML mode create a form with a hidden field:

<form name="{HTMLFormName}">
<input type="hidden" name="{Hidden1_Name}" value="{Hidden1}">

<frameset ...
</frameset>

</form>

6. We kill all unneeded code an place our frameset within the form
7. With the event "Before Show" we can load "Hidden1" the the desired values
....CCGetFromGet ...
8. With:
<frame name="Name" target="Target" src="SO_Selector.asp?Value={Hidden1}" >
we can hand over the value.
9. Done

Are there smarter solutions around?

Sam


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.

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.