hum you cant actually write a frame in CF...
Use the good old HTML to do that and it will work perfectly...
This create a top frame and separate the lower section (under the top frame) into 2 other frame.
Use the frame wizard in Homesite or CF Studio, it will help you.
Thank you for ur prompt reply. The actual problem that i have is: I have a login page. After the validate, I let user to access my index.html file. My index file has frame (1 html and 2 cfm's). The way I try to do is to force user to go to my login before they can access my index. I try to find a way that if user just enter my index.html, it won't let them unless she/he goes thru the validate process. It works if I point to single cfm with password protected but does not work for my html with frame in it.
I appreciate any help
Thank you [sig]<p>GH ((-:<br><a href=mailto:giahan@hotmail.com>giahan@hotmail.com</a><br>(-:[/sig]
After that validation page you must create a session variable or something to know that the user has logged in?
If so change your index.html file extension to index.cfm and check if the user has passed thru the validation process. If so, display the frame, if not send the user to your validation page.
I hope this help,
I am not 100% sure of your current design,
Chris ;-) [sig][/sig]
I have tried that but CF does not support frame, whatever I did, I got a blank page. I figured out a way to do it w/o using frame. I have tried build a frame.html that has frames. It displays all the content but if I changes that frame.html to frame.cfm, I get a blank page. I finished my design though. Thanks for helping me
[sig]<p>GH ((-:<br><a href=mailto:giahan@hotmail.com>giahan@hotmail.com</a><br>(-:[/sig]
mind posting your frame code (if you still have it since you found a solution without frames) in here so that we try to find why you were getting a blank page?
Because CF supporting or not frame is not relevant. Frame are made by HTML and CF is working with HTML. You were doing something wrong for sure... I did several pages with frame declaration included in .cfm files.
Anyway...
If you still have it and are interested to know why it wasnt working, post it here...
Sure -- I am happy to. I want to design using frame rather than the way that I chose. I realllyyyyy like to know what's wrong with my code too. Thanks.
These are code for all my 4 files.
<-- my frame.html -->
<html>
<head>
<title>Frame html</title>
</head>
The comments that I made is just for u to look at easily. In my cfm and html files, I don't have any comments.
Thanks
[sig]<p>GH ((-:<br><a href=mailto:giahan@hotmail.com>giahan@hotmail.com</a><br>(-:[/sig]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.