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

2002-12-02 Thread Christian Cantrell
]] 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 a scope like session or application

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

2002-12-02 Thread jon hall
: Christian 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

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

2002-12-02 Thread Rick Faircloth
ISP 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

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

2002-12-02 Thread Lofback, Chris
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 IFrames... All versions of Netscape since ? support IFrames

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 got

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

2002-12-02 Thread Christian Cantrell
compatibility? Thanks so much 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 content pages

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

2002-12-02 Thread Rick Faircloth
, 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: iframe scrolling=no frameborder=0 marginheight=0 marginwidth=0 src=http

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

2002-12-02 Thread Rick Faircloth
]] 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: iframe scrolling=no frameborder=0 marginheight=0 marginwidth

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

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 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-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

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

2002-12-01 Thread Rick Faircloth
: 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 a scope like session or application, you