Re: DevCon 2002 info

2002-07-02 Thread erica . vitina

Is it me, or do most of the topics covered at DevCon seem to be aimed at
designers and not the CF world?  A large percentage of the sessions seem to be
focused highly on Flash, Dreamweaver and other Studio MX products.  Or,
perhaps it seems this way to me because I work at somewhere that has no plans
to use any of the Flash integration features of MX or most of the other MX
Studio products?

Interested to hear anyone else's opinion on this.



   
   
Vernon Viehe   
   
   
   
media.com>   cc:   
   
 Subject: DevCon 2002 info 
   
07/02/2002 
   
12:25 PM   
   
Please 
   
respond to 
   
cf-talk
   
   
   
   
   




Overview:
http://www.macromedia.com/v1/conference/

Detailed list of presentations:
http://www.macromedia.com/v1/conference/ConferenceProgramDetails.cfm



__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX: help using jrun.security.NTAuth (repost)

2002-07-01 Thread erica . vitina

I've been testing the files from that article also.  I've not read the article
from robrusher.com, so I'll have to go read that.

I'm testing in a multiple domain environment, with a mix of NT4 and Active
Directory domains.  My test server is located in an NT4 domain.  I've edited
the files so that users can enter their domain along with their
username/password.  I then changed them to run the authenticateUser function,
and if it returns a valid user, to then lookup the groups.

Here's my results so far:

1. Authenticating users in the same NT4 domain as the server:  I am able to
authenticate and retrieve user groups.
2. Authenticating users in the active directory domain: I am able to
authenticate but NOT retrieve user groups.

At this point, I'm not sure if it's 1) a problem of the user being in a
separate domain from the server or 2) authenticating against Active Directory
or 3) something else entirely.
(note: I'm also unsure what type of trust relationships exists between the
domains)

I'm going to continue testing, and would appreciate any information that
anyone else has about this process.

Erica Vitina




   
  
Marcello Frutig
  
  
io.com.br>  cc:
  
Subject: CFMX: help using 
jrun.security.NTAuth (repost)  
07/01/2002 11:49   
  
AM 
  
Please respond 
  
to cf-talk 
  
   
  
   
  




Hello!

I've been playing with the jrun.security.NTAuth class described on the article
"ColdFusion Extreme: ColdFusion MX Advanced Security Evolves" -
http://www.macromedia.com/desdev/mx/coldfusion/articles/ntdomain.html.

The authentication method is running as expected, but when trying to retrieve
the list of groups of a user, I get the following error message:

[fnNetUserGetGroups] Error in locating groups for user: x

I've also edited the file \runtime\servers\SERVER-INF\auth.config
as described on a copy of this article found at
http://www.robrusher.com/articles/CFMXSecurity.doc, but didn't help.

Any idea?

Thanks in advance,
Marcello Frutig.
-- Astrolabio




__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: web directory reporting tool

2002-06-12 Thread erica . vitina

Not sure of exactly what you need, but you can get a text file listing using
windows built in tools.

Open a dos command prompt (start->run->cmd)

Use the following command:

dir path /b /s > filename.txt

where *path* is the starting point that you want for the files (for example,
c:\temp)
and *filename.txt* is the txt filename that you want the data stored in

This will give you a file list of all of the files in the specified directory
and all subdirectories (full path info - c:\temp\folder\filename.ext) .  You
can then import this file into excel and parse it.

Erica




   
   
"Carl" 
   
   
   
ail.com> cc:   
   
 Subject: web directory reporting tool 
   
06/12/2002 
   
02:20 PM   
   
Please 
   
respond to 
   
cf-talk
   
   
   
   
   




Anyone know of any tools that can list (csv, or graphically)
directories/files, and all sub-directories/files from the web root in IIS?

Thanks!
Carl


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Dreamweaver MX

2002-06-07 Thread erica . vitina

HELP!  I'm really trying to like DWMX, but I'm having a really hard time doing
what should be simple tasks.

If anyone can answer me on how to configure/change it so I can do the
following, I'd appreciate it.

1.  CSS:  Is there any sort of CSS editor in Dreamweaver other than the style
definition box I keep managing to pull up?  Is there anything that even
remotely has the functionality of TopStyle where you can browse options, even
switch between what's supported in different browsers?  Also, is there any way
to get to a style editor from within a tag editor (from the
stylesheets/accesiblity section of a tag)?

2. Tag shortcuts:  How do I create keystroke shortcuts for individual tags?  I
was in the keyboard shortcuts dialog, but couldn't figure it out.  In reading
help, all I found was how to add or edit keystrokes for the existing
shortcuts.

3.  Tag properties:  Is there a way to turn on different properties for tags
and/or tag editors?   For example, I want to be able to use ID, not just name
from tag editors.

4.  Extended searching:  Is there a way to search all of the files in a
folder, but not the subfolders?  Is it possible to specify the filetypes to
search in?

Maybe it's just because it's Friday afternoon, but I'm frustrated.


Thanks,
Erica





__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: unscoped variables

2002-06-04 Thread erica . vitina

I thought the variables scope was local to an individual page.  These
variables (set unscoped in application.cfm) are used throughout the entire
application.  That's why I asked.



   
 
Tony_Petruzzi@s
 
heriff.org To: CF-Talk <[EMAIL PROTECTED]> 
 
   cc: 
 
06/04/2002 Subject: RE: unscoped variables 
 
10:24 AM   
 
Please respond 
 
to cf-talk 
 
   
 
   
 




all unscoped variables are part of the variables scoped.


#temp#

is also

#variables.temp#

this happens no matter what page it is set on, includeing the
application.cfm. if you want a variables to be in the appliction scope, you
have to deliberatly set it there:


#application.temp#

Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED]
http://www.sheriff.org


-Original Message-
From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 11:12 AM
To: CF-Talk
Subject: Re: unscoped variables


If they are created in the Application.cfm page, they are application
variables (application.whatever)

Paul Giesenhagen
QuillDesign

- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, June 04, 2002 10:04 AM
Subject: unscoped variables


> I'm trying to clean up some code on an old application.  If there are
> currently unscoped variables defined using cfset on an application.cfm
page,
> what scope are these created in?
>
> Thanks!
>
>
>


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



unscoped variables

2002-06-04 Thread erica . vitina

I'm trying to clean up some code on an old application.  If there are
currently unscoped variables defined using cfset on an application.cfm page,
what scope are these created in?

Thanks!


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Oracle CLOBS

2002-02-19 Thread erica . vitina

OK, I'm posting this for a co-worker...

He's trying to convert an existing Access DB to an Oracle/CF solution.  He's
having trouble inserting large amounts of data into Oracle.  Here's his
complaint:
I need to use the CLOB because it can hold 4gb of data and the next largest
one is a varchar which holds 4K.  My data is sometimes over 100K.  I can get
the code to work as long as I don't have data > 4k after that it fails.  I
have tried a regular insert, I have tried an insert via stored procedure, I
have tried an insert via stored procedure with cfstoredproc tag.  Nothing
works.

Our production box is Win2K/CF4.5 Pro.  We've tried/developed this on the
single license version of CF that comes with studio 5.  I've searched through
the archives for some help from the list, and we've tried the following
things:

1.  We tried using "CF_SQL_CLOB" with the CFPROCPARAM tag, and get the
"CF_SQL_CLOB" is not a known CFSQLTYPE error. When we use any other sqltype,
we get some other error.

2. We've tried ODBC drivers, Native Drivers, we've enabled long text.  Still
nothing.

Any ideas out there?


__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Oracle Error

2002-02-07 Thread erica . vitina

Have you checked the limitations on your firewall?  We ran into a similar
situation (with a similar network configuration), and we discovered that it
was because our firewall (Raptor) only supported 30 concurrent Oracle
connections at a time, which essentially made all of our DMZ CF/Oracle sites
non-functional.  To alleviate the situation, we used Connection Manager to set
up the connections, and everything has been fine since.




   

Debbie McDaniel

   
-line.com>   cc:   

 Subject: Oracle Error 

02/07/2002 09:57 AM

Please respond to  

cf-talk

   

   





Hi everyone,
I keep getting these weird errors with Oracle 8i that of course are being
blamed on ColdFusion. Here goes.
Our webserver sits in the DMZ and our database server is  inside the
firewall. All traffic going from the webserver goes through the firewall to
talk to the database.
I seem to be able to access the database through coldfusion 90% of the time,
but sometimes I will get an ORA-0 error or an ORA-12203:TNS:unable to
connect to destination error, both of which result in massive errors in the
application and the eventual rebooting of the machine.
I am thinking it may be a network issue, but because coldfusion is new to
this company they want to blame it. If I log in with sql+ (an oracle client)
I can access the datasource w/o trouble, although cf can't even verify the
datasource. This usually happens after several moderate hits to the
datasource.
We are running CF 4.5.2 with all the appropriate patches applied on a Compaq
Windows 2000 machine with all the appropriate service packs applied to
Win2K. Our database is Oracle 8i - anyone have some suggestions?
Greatly appreciated!
Debbie M.



__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



HELP! CFJava2.jar & Errors

2002-01-25 Thread erica . vitina

We've just upgraded a development server to CF5.  The server has an app on it
that we purchased from a vendor.  They haven't certified it to run under CF5,
but they said that it should be fine, if we decided to give it a try.

Well, most of it seems to be ok, but there is a section that loads some java,
and we get errors.

On the main screen, there is a message that it is trying to load
servername/cfide/classes/CFJava2.jar, and then the following Java Plug-in
Security Warning:

java.security.cert.CertificateExpiredException: NotAfter: Sun Dec 16 17:59:59
CST 2001
 at sun.security.x509.CertificateValidity.valid(Unknown Source)
 at sun.security.x509.X509CertImpl.checkValidity(Unknown Source)
 at sun.security.x509.X509CertImpl.checkValidity(Unknown Source)
 at sun.plugin.security.TrustDecider.isAllPermissionGranted(Unknown
Source)
 at sun.plugin.security.PluginClassLoader.getPermissions(Unknown Source)
 at java.security.SecureClassLoader.getProtectionDomain(Unknown Source)
 at java.security.SecureClassLoader.defineClass(Unknown Source)
 at java.net.URLClassLoader.defineClass(Unknown Source)
 at java.net.URLClassLoader.access$100(Unknown Source)
 at java.net.URLClassLoader$1.run(Unknown Source)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(Unknown Source)
 at sun.applet.AppletClassLoader.findClass(Unknown Source)
 at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 at sun.applet.AppletClassLoader.loadClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 at sun.applet.AppletClassLoader.loadCode(Unknown Source)
 at sun.applet.AppletPanel.createApplet(Unknown Source)
 at sun.plugin.AppletViewer.createApplet(Unknown Source)
 at sun.applet.AppletPanel.runLoader(Unknown Source)
 at sun.applet.AppletPanel.run(Unknown Source)
 at java.lang.Thread.run(Unknown Source)

Does this mean that we have an expired cert? Is it a bug in CF5?  Any ideas on
what might be causing this?

Thanks,
Erica

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: programming standards & best practice guidelines

2002-01-11 Thread erica . vitina

I'm attempting to compile some information for my department, and I'm looking
for resources/websites to find information on programming standards &
guidelines for CF, HMTL, JavaScript, etc.

I'm looking for information like:
In CF, all references to shared variables should be locked.
All CF variables should be scoped
All HTML tags should be in lowercase
All pages should include a standard header that contains author, last
modified, etc

I'm not looking for "use fusebox" as an answer to this question.

Anyone know of anything?


Thanks,
Erica
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Double-Byte characters?

2002-01-11 Thread erica . vitina

I've been asked some questions about double-byte characters that I can't
answer.  I was hoping someone on the list might know...

1.  Does ColdFusion support content written in double-byte?

2.  Is there anything different that needs to be done from a site
stucture/design standpoint to support double-byte character sets?

3.  Does Studio support double-byte characters?


Thanks!
Erica

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: DevCon2001 CD's

2001-12-19 Thread erica . vitina

Last I heard was that they were supposed to ship between the 17th and 20th.



   

"Dave Hannum"  

   

edu> cc:   

 Subject: DevCon2001 CD's  

12/19/01   

07:58 AM   

Please 

respond to 

cf-talk

   

   





Anybody heard when the DevCon2001 CD's will ship.  We were supposed to have
them this month.

Dave


===
David R Hannum
Ohio University
Web Analyst/Programmer
(740) 597-2524
[EMAIL PROTECTED]


"If your wife is having fun and you're not,
you're still having a lot more fun than if you're
having fun and she's not!'  - Red Green



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFContent

2001-12-11 Thread erica . vitina

I've experienced this problem before also, and it's noted at the Microsoft
site.  You can find the fix here:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;q262213

Erica



   

Janine Jakim   

   

arle.org>cc:   

 Subject: CFContent

12/11/01   

02:59 PM   

Please 

respond to 

cf-talk

   

   





I'm using CFCONTENT to call a pdf form- It does fine on MAC IE and most pc
IE and Netscape.
However, on one browser a 98 machine with IE5.5 I can't get the pdf to show.
Instead there is the box and the msg says Error Locating Object Handler
There is no viewer available for the type of object you are trying to open.
The following informantion is available about this object.
Address:  http://blahblah
Content type:  text/html
Possible location of viewer: Microsoft ActiveXGallery

I took the Ben Forta advice and checked the Folder Options in Tools of
Windows Explorer.  I went over it piece by piece comparing it to the
settings of a browser that worked- I didn't see any differences.
This browser has opened pdfs when I used the meta tag and the embed tag so I
know that it does open pdfs...any suggestions?
Thanks in advance,

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Dynamic Fieldnames & database update

2001-08-29 Thread erica . vitina


I am working on a dynamic form that allows me to update multiple records at
once.
We use the primary key from the table as a hidden field to identify the
record, and append a unique number to all fields from each record via a
counter.
For example, the form would look something like this

< input key#counter#> < input fieldname#counter#> < input fieldname#counter#>


Problem is, when we go to update the database, how do we specify the
formfields?  I'd assumed that we would need to loop over our counter again,
but I don't know how to make the dynamic fieldnames in the update. How do I
get coldfusion to recognize that I want #form.fieldname1# not
"form.fieldname1" and not "value of fieldname1" the first time I loop over
something like
UPDATE interview
SET ivr_key = '#form.fieldname##counter#'

Any help would be appreciated!


Here's the form so far:


 SELECT *
 FROM interview INNER JOIN interviewer on interview.ivr_key =
interviewer.ivr_key
 WHERE interview.ivr_key = #cookie.interviewerid#
 AND sch_name = '#cookie.schoolsession#'




 SELECT *
 FROM Interviewer




 
  Scheduled Interviews for
#getinterviewdata.ivr_firstname# 
#getinterviewdata.ivr_lastname#
  
 



 
  
   

 
  Interviewer
  Start Time
  End Time
  Location
 
 
 
 
 
  
   
 
  selected>
#getivrs.ivr_FirstName# #getivrs.ivr_LastName#
 
   
  
  
   
#TimeFormat(getinterviewdata.int_StartTime, 'hh:mm tt')#
   
#TimeFormat(getinterviewdata.int_EndTime, 'hh:mm tt')#
   
#getinterviewdata.loc_Name#
   
  
 
 
 

   
  

     
     
  
   
   
  
 





Thanks!
Erica


Erica Vitina
Web Developer
Abbott Laboratories
[EMAIL PROTECTED]




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF Hosting - Minerva.net?

2001-08-29 Thread erica . vitina


Anyone out there ever used Minerva (http://www.minerva.net/) for CF hosting?
I was looking around, and they seemed to offer the features I wanted for the
right price range.  Just looking for reviews from past/current clients.

Thanks!
Erica

Erica Vitina
Web Developer
Abbott Laboratories
[EMAIL PROTECTED]



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Connecting to the SQL server remotely

2001-07-25 Thread erica . vitina


Ran into this error message yesterday with SQL Server 2000.
If your box is SQL Server 2000, you need to check to see what authentication
it is using.  SQL 2K uses NT authentication by default, and to use it for the
web, you have to enable Mixed authentication (NT & SQL Server).  Mixed was the
default in previous versions.

There's an article in Microsoft's technet website with exact instructions on
how to do this.




   

"stas" 

   

net> cc:   

 Subject: Connecting to the SQL server 
remotely
07/25/01   

12:09 PM   

Please 

respond to 

cf-talk

   

   





Hello,

I am trying to connect to my SQL box remotely - it works fine when the
server is sitting on a private (192.168.x.x) IP, but when I switch the box
to be visible on the net, I get a message ("not associated with a trusted
SQL connection...") when trying to register the server in the EM. Thanks for
any help.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Cross-browser problem

2001-01-25 Thread Erica Vitina

Ok, here's the problem:

The site I'm working on presents users with a list of documents.  They select
the link for the document they want, and then the following code is executed.


 select count(*) doccount
 from a bunch of tables
 where  a bunch of conditions are true (all varaibles passed in the
url and are urlencoded first)



 
 
 

 
 
 
 
  You do not have access to the selected document.
  Click on the link below to return to the document
list.
   Back to Document
List.
 
 



In IE4, IE5.5, NN4.08,  and NN4.7 --  the particular document in question
allows the user to open the document.
In IE5.0 however, the user gets the security failed message.
I've tested this on win95,98 and NT, all with the same results.

Any idea why this might be???

Erica

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



Re: OT: Cross Browser DHTML Menu

2001-01-17 Thread Erica Vitina

Check out the "HierMenu" one at http://www.webreference.com/dhtml/
I've had lots of luck with it.

Erica





 [EMAIL PROTECTED]
 01/17/01 12:27 PM
 Please respond to cf-talk

   To: [EMAIL PROTECTED]
   cc:
   Subject: OT: Cross Browser DHTML Menu

Guys,

I need a cross browser DHTML menu asap that can do drop down, and slide
menus.

Menu
|-Item1
|-Item2
|-Item3--|-Item5
|-Item4  |-Item6

Does anyone know of a good simple API or generator, that has been tested
(the important part of the question) on NN4+ and IE4+, that they would
recommend? Please don't suggest CF_DHTMLMenu as it specifically states that
it's not for NN.

Thanks

Paul


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