RE: Trying to dynamically populate IFrame content pages...somehow.

2002-12-02 Thread Rick Faircloth
When I tried it with NN 6.2.2 the iLayer had scrollbars. Everything was the same as on IE 5.5... Rick -Original Message- From: Christian Cantrell [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 1:36 PM To: CF-Talk Subject: Re: Trying to dynamically populate IFrame content

Re: Trying to dynamically populate IFrame content pages...somehow.

2002-12-02 Thread Christian Cantrell
Also, I don't think an ilayer will provide you with scrollbars like an iframe will. cantrell On Monday, December 2, 2002, at 11:01 AM, jon hall wrote: > It's very similar, but technically it's probably closer to the span > tag, with the addition of a src parameter. Being a layer tag, it's a >

Re: Trying to dynamically populate IFrame content pages...somehow.

2002-12-02 Thread jon hall
It's very similar, but technically it's probably closer to the span tag, with the addition of a src parameter. Being a layer tag, it's a bit more flexible than an iframe, but it's a close to an iframe tag as it gets in ns4. -- jon mailto:[EMAIL PROTECTED] Monday, December 2, 2002, 10:46:30 AM,

RE: Trying to dynamically populate IFrame content pages...somehow.

2002-12-02 Thread Rick Faircloth
TED]] Sent: Monday, December 02, 2002 10:24 AM To: CF-Talk Subject: Re: Trying to dynamically populate IFrame content pages...somehow. If your browser baseline includes Netscape 4.x, you will either have to use both tags, like so: http://domain/page.cfm";> http

RE: Trying to dynamically populate IFrame content pages...somehow.

2002-12-02 Thread Rick Faircloth
onday, December 02, 2002 10:24 AM To: CF-Talk Subject: Re: Trying to dynamically populate IFrame content pages...somehow. If your browser baseline includes Netscape 4.x, you will either have to use both tags, like so: http://domain/page.cfm";> http://do

Re: Trying to dynamically populate IFrame content pages...somehow.

2002-12-02 Thread Christian Cantrell
just the approach itself. >>> >>> I'm still not sure why some of the other approaches weren't >>> working... >>> but I'm just glad this one is. I think the IFrames will make a handy >>> design >>> element. >>> I haven'

RE: Trying to dynamically populate IFrame content pages...somehow .

2002-12-02 Thread Rick Faircloth
use of iFrames, or are you avoiding them because of compatability issues? Rick -Original Message- From: Lofback, Chris [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 10:01 AM To: CF-Talk Subject: RE: Trying to dynamically populate IFrame content pages...somehow . I've

RE: Trying to dynamically populate IFrame content pages...somehow .

2002-12-02 Thread Lofback, Chris
From: Rick Faircloth [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 02, 2002 10:07 AM > To: CF-Talk > Subject: RE: Trying to dynamically populate IFrame content > pages...somehow. > > > Thanks for the input, everyone... > > All versions of IE since ? support IFram

RE: Trying to dynamically populate IFrame content pages...somehow.

2002-12-02 Thread Rick Faircloth
used to hand it out with the opening of an account. :op Rick -Original Message- From: jon hall [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 8:55 AM To: CF-Talk Subject: Re: Trying to dynamically populate IFrame content pages...somehow. IFrame's have been a part of th

Re: Trying to dynamically populate IFrame content pages...somehow.

2002-12-02 Thread jon hall
gt;> design >> element. >> I haven't used them before. >> >> Are there any issues with using them besides browser compatibility? >> >> Thanks so much for your help! I will sleep better now! >> (2:45am...yawn) >> >> Rick >>

Re: Trying to dynamically populate IFrame content pages...somehow.

2002-12-02 Thread Christian Cantrell
for your help! I will sleep better now! > (2:45am...yawn) > > Rick > > > > -Original Message- > From: Christian Cantrell [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 02, 2002 1:12 AM > To: CF-Talk > Subject: Re: Trying to dynamically populate IFrame cont

RE: Trying to dynamically populate IFrame content pages...somehow.

2002-12-01 Thread Rick Faircloth
Cantrell [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 1:12 AM To: CF-Talk Subject: Re: Trying to dynamically populate IFrame content pages...somehow. Rick, Why can't the variables be URL variables? I think creating them as URL variables is actually your best bet. If you use

Re: Trying to dynamically populate IFrame content pages...somehow.

2002-12-01 Thread Christian Cantrell
Rick, Why can't the variables be URL variables? I think creating them as URL variables is actually your best bet. If you use a scope like session or application, you are certainly looking at race conditions which cause mysterious bugs like the ones you are describing. Consider the follo

Trying to dynamically populate IFrame content pages...somehow.

2002-12-01 Thread Rick Faircloth
Hi, all. I was wondering if anyone had any experience with using Cold Fusion and IFrames. I've been trying to setup a page that has one or more IFrames, depending on query results, that send information to a page that is the content page for the IFrames. I loop the output from the query on the f