RE: How not to be seen ...

2000-08-04 Thread Jeff Beer
Put it in HTML comments: > -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 a variable, but not have it display > on the web > page .. to only h

Re: How not to be seen ... (N/M)

2000-05-18 Thread Jennifer
At 09:09 AM 5/18/00 -0400, you wrote: >Nevermind .. I figured it out, heh. That was a stupid question .. But we know the answer to those. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www

RE: How not to be seen

2000-05-18 Thread johnpatterson
Wouldn't you pass the variable along as: Or did I misunderstand the question? John Visit www.cfworkshop.com ___ Why pay when you don't have to? Get AltaVista Free Internet Access now! http://jump.altavista.com/freeaccess4.g

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

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

Re: How not to be seen ...

2000-05-18 Thread Tom Nunamaker
Just wrap the CFOUTPUT in normal HTML comment tags Tom Todd Ashworth wrote: > > Is there a way to a variable, but not have it display on the web > page .. to only have it display if you look at the source? > > .Todd > >

RE: How not to be seen ...

2000-05-18 Thread Stanislav Maximov
just put it into the html comment block > -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 a variable, but not have it > display on the web > pa

Re: How not to be seen ...

2000-05-18 Thread Mats Stromberg
Do an cfoutput of your variable in a comment. That might work /Mats/ At 09:07 2000-05-18 -0400, you wrote: >Is there a way to a variable, but not have it display on the web >page .. to only have it display if you look at the source? > >.Todd > > >--

Re: How not to be seen ...

2000-05-18 Thread Ben Lowndes
Put it in a regular HTML comment e.g: 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 a variable, but not have it display on the web > page .. to on

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 a variable, but not have

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

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 a variable, but not have it display on the web page .. to on