Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Frames and Rate.cgi

Quote Reply
Frames and Rate.cgi
Hi there. I have tried to get a frames set-up working for my web site. The frames are working...sort of. Well, the frames are created yet the new template file I created,'toprateframe.html', which is the top frame is located in a protected sub-directory below the 'admin' directory. So the FIRST problem is that a password protection window is invoked because of the .htaccess file in the 'admin' directory.
The SECOND problem is that the rate.cgi file DOES NOT work.

Question: How do I set up frames so that the rate form is in the top frame (and works properly) and the site linked shows up in the bottom frame???

Here are some files that may help you diagnose the problem:

TEMPLATES:

rate.html
http://www.anthrotech.com/cgibin/wwwvl/rate.txt

toprateframe.html
http://www.anthrotech.com/cgibin/wwwvl/toprateframe.txt

I also made the follow edit in the 'site_html_template.pl' file:

sub site_html_rate_top_form {
# --------------------------------------------------------
# This routine determines how the rate form page will look like.
#
my %rec = @_;

&html_print_headers;
print &load_template ('toprateframe.html', {
%rec,
%in,
%globals
});
}

I would greatly appreciate any assistance
on this...BTW: I did search through this BBS and found some references to enabling search forms to work in the top frame, but they did not address my problem.

Thanks.

Regards,



------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us
Subject Author Views Date
Thread Frames and Rate.cgi Eliot 3270 May 3, 1999, 4:51 PM
Post Re: Frames and Rate.cgi
Brad Richardson 3220 May 3, 1999, 8:32 PM
Post Re: Frames and Rate.cgi
Eliot 3148 May 3, 1999, 8:55 PM
Post Re: Frames and Rate.cgi
Eliot 3129 May 4, 1999, 8:05 AM
Post Re: Frames and Rate.cgi
Brad Richardson 3135 May 4, 1999, 9:28 AM
Post Re: Frames and Rate.cgi
Eliot 3142 May 15, 1999, 12:28 PM
Post Re: Frames and Rate.cgi
Bobsie 3137 May 15, 1999, 2:44 PM
Post Re: Frames and Rate.cgi
Eliot 3140 May 15, 1999, 2:54 PM