Basically, it's an <iframe> that has a style sheet associated with it that
makes it invisible.  Netscape doesn't support <iframe>, so you are limited
in your audience, but if you are developing for a controlled environment in
which everyone uses I.E., it works pretty well.

<!-- style sheet -->
#ifrmSubmitForm { position: absolute; top: 400; left: 5; visibility:
hidden }

<!-- IRAME -->
<IFRAME id="ifrmSubmitForm" name="ifrmSubmitForm" src=""></IFRAME>

I've never tried it with any other type of frames, so you *might* be able to
get Netscape to support it as well, with a little experimenting.

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 1:02 PM
Subject: Re: Allarie/Macromedia ColdFusion Feature Suggestion


| 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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to