Re: Cannot define a frameset in .CFM file?

2001-01-17 Thread Paige Chandler
Hi Kevin, I've had a similar problem. I resolved it by removing the tages from my Application.cfm file. I *DO* have tages in my .cfm file with the tags. Works fine in IE & NS. My sample file follows: Untitled A:link{Color:Purple;Font_Style:Bold;} A:active{Color:Red;Font_Size:L

RE: Cannot define a frameset in .CFM file?

2001-01-16 Thread Christopher Olive, CIO
code? -Original Message- From: Warrick, Mark [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 7:15 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Cannot define a frameset in .CFM file? You cannot use body tags in frameset pages. That's why

RE: Cannot define a frameset in .CFM file?

2001-01-16 Thread Kevin Gilchrist
That solved it, the application.cfm contained the tags. Thanks ! -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 10:10 AM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: Cannot define a frameset in .CFM f

RE: Cannot define a frameset in .CFM file?

2001-01-16 Thread Dave Watts
> It's almost as if CF is automatically inserting a standard > blank template before my code? Check to see if you've got an Application.cfm file in the directory, or in any parent directory. Then, check to make sure that you don't have a standard HTML page in that file. That's usually the cause

RE: Cannot define a frameset in .CFM file?

2001-01-16 Thread Kevin Gilchrist
From: Warrick, Mark [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 7:15 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Cannot define a frameset in .CFM file? You cannot use body tags in frameset pages. That's why

RE: Cannot define a frameset in .CFM file?

2001-01-15 Thread Christopher Olive, CIO
you don't need a in a frameset. this will work in IE, but NS is unforgiving. chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Kevin Gilchrist [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 3:38 PM To: CF-Talk Subject

RE: Cannot define a frameset in .CFM file?

2001-01-15 Thread Allan Pichler
Try to remove your & tags from the file Allan Pichler Machine Dreams Inc. -Original Message- From: Kevin Gilchrist [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 12:38 PM To: CF-Talk Subject: Cannot define a frameset in .CFM file? Hi, I'm trying to define some frames in a

Re: Cannot define a frameset in .CFM file?

2001-01-15 Thread Stephen Collins
Kevin At the very least, check the mappings in your SOURCE attributes. To me, they look *very* shaky. Not knowing where in the tree your frameset file is, nor exactly how your web server mappings are set up, I can't be definitive, but I'd suggest at the very least, you use a URL relative to

RE: Cannot define a frameset in .CFM file?

2001-01-15 Thread Warrick, Mark
You cannot use body tags in frameset pages. That's why it's blank. -- Mark Warrick Phone: (714) 547-5386 Fax: (714) 972-2181 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Busin

RE: Cannot define a frameset in .CFM file?

2001-01-15 Thread Simon Horwith
you need to remove the "/Inetpub/wwwroot/" from your frame src="". InetPub\wwwroot should be seen as the root by your webserver, so unless you have inetpub\wwwroot subdirectories off of your wwwroot directory, yor webserver cannot find the files specified. Try using simple relative paths. ~Si