Pretty simple.. you have a frameset, and one of the frames has height of
0.  Some interaction in the visible window forces the hidden window to
do something, which in turn causes the visible window to do something,
perhaps in an onLoad.  The hidden window, having just come from the
browser, has new content, so things appear to be dynamic.

-- 
Billy Cravens
HR Web Development, Sabre
[EMAIL PROTECTED]

JoshMEagle wrote:
> 
> Can you explain "hidden frames" a little bit? This sounds interesting and
> although I've been writing JS and HTML for over 5 years, I've never heard of
> this - PLEASE SHARE!
> 
> Thanks!
> 
> Joshua Miller
> Web Development
> Eagle Technologies Group, Inc.
> Business Solutions for the Next Generation
> www.eagletgi.com
> [EMAIL PROTECTED]
> ----- Original Message -----
> From: "Todd Ashworth" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, February 21, 2001 6:42 AM
> Subject: Re: Allarie/Macromedia ColdFusion Feature Suggestion
> 
> > Actually, you can 'simulate' this using hidden frames.  I've actually done
> > it.  It works pretty well as long as the the client browser supports all
> of
> > the features.
> >
> > Todd Ashworth --
> > Web Application Developer
> > Network Administrator
> >
> > Saber Corporation
> > 314 Oakland Ave.
> > Rock Hill, SC 29730
> > (803) 327-0137 [111]
> >
> > ----- Original Message -----
> > From: "JoshMEagle" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Wednesday, February 21, 2001 11:38 AM
> > Subject: Allarie/Macromedia ColdFusion Feature Suggestion
> >
> >
> > | Proabably a bit late to place this request for 5.0 - but how about 6.0?
> > |
> > | Why don't you all make CF capable of grabbing JavaScript variables at
> will
> > throughout the page using a function like scriptvar() or jsvar() or
> > something like that? As many people as use ColdFusion together with
> > JavaScript, this seems like it would have been addressed in version 1.0 -
> > but now we're at 5.0 and still no mention of being able to easilly access
> > JavaScript variables via CF.
> > |
> > | And no, I don't mean through a form submission, or in the URL or
> anything
> > else - I mean mid page I'd like to be able to do something like:
> > |
> > | <script>
> > |     colorval=thing.style.backgroundColor
> > | </script>
> > |
> > | <cfoutput>You're using color: #jsvar(colorval)#</cfoutput>
> > |
> > |
> > | Not the best example, but you get the idea. I'm sure it presents
> > logistical problems since CF is processed on the server and JS on the
> > client, but you all are bright folks, surely you can figure this one out
> :)
> > (please?)
> > |
> > | Just my $0.02, thanks for listening!
> > |
> > | Joshua Miller
> > | Web Development
> > | Eagle Technologies Group, Inc.
> > | Business Solutions for the Next Generation
> > | www.eagletgi.com
> > | [EMAIL PROTECTED]
> > |
> > |
> > |
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to