RE: How not to be seen ...

2000-08-04 Thread Jeff Beer

Put it in HTML comments:

cfoutput
!-- #myvar# --
/cfoutput

 -Original Message-
 From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, May 18, 2000 9:07 AM
 To: [EMAIL PROTECTED]
 Subject: How not to be seen ...


 Is there a way to cfoutput a variable, but not have it display
 on the web
 page .. to only have it display if you look at the source?

 .Todd


 --
 
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: How not to be seen ...

2000-05-18 Thread Howell, Katie

make the font color the same as the background

-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 18, 2000 9:07 AM
To: [EMAIL PROTECTED]
Subject: How not to be seen ...


Is there a way to cfoutput a variable, but not have it display on the web
page .. to only have it display if you look at the source?

.Todd



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: How not to be seen ...

2000-05-18 Thread MFleming

You can output your variable inside of a HTML comment.  Then when you view
the source it will show up... but won't actually show in the page.  Just
make sure you use the HTML comment and not a CFML comment tag.  

*
Mike Fleming
CF Codeslinger

"I spent my whole life not knowing what I want out of it, just chasing my
tail. Now for the first time I know exactly what I want and who... that's
the damnable misery of it." Tombstone




-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 18, 2000 9:07 AM
To: [EMAIL PROTECTED]
Subject: How not to be seen ...


Is there a way to cfoutput a variable, but not have it display on the web
page .. to only have it display if you look at the source?

.Todd



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: How not to be seen ...

2000-05-18 Thread Brian Mitter

You could output the variable within HTML comment tags (as opposed to CF
comment tags)

- Original Message -
From: Todd Ashworth [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 18, 2000 2:07 PM
Subject: How not to be seen ...


 Is there a way to cfoutput a variable, but not have it display on the
web
 page .. to only have it display if you look at the source?

 .Todd


 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: How not to be seen ...

2000-05-18 Thread Ben Lowndes

Put it in a regular HTML comment e.g:
CFOUTPUT
!-- #MyVar# --
/CFOUPUT

Ben.


- Original Message -
From: "Todd Ashworth" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 18, 2000 2:07 PM
Subject: How not to be seen ...


 Is there a way to cfoutput a variable, but not have it display on the
web
 page .. to only have it display if you look at the source?

 .Todd


 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: How not to be seen ...

2000-05-18 Thread Kelly Matthews

probably even easier to just put it in an HTML (not CF) comment tag !-- --
not !--- ---
those will show up when viewing source.

 -Original Message-
 From: Howell, Katie [SMTP:[EMAIL PROTECTED]]
 Sent: Thursday, May 18, 2000 8:59 AM
 To:   [EMAIL PROTECTED]
 Subject:  RE: How not to be seen ...
 
 make the font color the same as the background
 
 -Original Message-
 From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, May 18, 2000 9:07 AM
 To: [EMAIL PROTECTED]
 Subject: How not to be seen ...
 
 
 Is there a way to cfoutput a variable, but not have it display on the
 web
 page .. to only have it display if you look at the source?
 
 .Todd
 
 
 --
 --
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
 --
 
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: How not to be seen ...

2000-05-18 Thread Todd Ashworth

I've been using CF comment tags so much, I forgot about the plain HTML
comment tags !-- --  Works like a charm :)

.Todd

- Original Message -
From: "Howell, Katie" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 18, 2000 8:58 AM
Subject: RE: How not to be seen ...


| make the font color the same as the background


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: How not to be seen ...

2000-05-18 Thread Stanislav Maximov

just put it into the html comment block !-- cfoutput#YourVar#/cfoutput
--

 -Original Message-
 From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, May 18, 2000 5:07 PM
 To: [EMAIL PROTECTED]
 Subject: How not to be seen ...
 
 
 Is there a way to cfoutput a variable, but not have it 
 display on the web
 page .. to only have it display if you look at the source?
 
 .Todd
 
 
 --
 
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=list
s/cf_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.