Look at Hiermenus at dhtmllab.com

---
Billy Cravens
HR Web Systems, EDS
[EMAIL PROTECTED]

----- Original Message -----
From: "Meraj UlQamar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 29, 2001 7:09 AM
Subject: JavaScript menu.


> Dear ALL:
>
> Anybody have a JavaScript code for Popup Menu that comes on onmouse over.
> Any help will be appreciated. Thanks in advance.
>
> Regards,
>
> Meraj
>
>
> >From: RICARDO SANOJA <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Subject: RE: COM problem
> >Date: Fri, 27 Jul 2001 12:54:11 -0700 (PDT)
> >
> >I use the Forta Advanced ColdFusion 4.0 book (which does not give a great
> >deal of help), other than that I don't know where to look.
> >
> >
> >On Fri, 27 Jul 2001 11:59:33 -0500, [EMAIL PROTECTED] wrote:
> >
> >
> >   Thanks a lot. I'll try this out. Do you know a good source (books,
> >internet)
> >   to learn about CF and COM?
> >
> >   -----Original Message-----
> >   From: RICARDO SANOJA [mailto:[EMAIL PROTECTED]]
> >   Sent: Thursday, July 26, 2001 9:22 PM
> >   To: [EMAIL PROTECTED]
> >   Subject: RE: COM problem
> >
> >
> >   i am not sure if this is exactly the issue, but here are a few things
> >that
> >I
> >   would suggest.  The class attribute I think should be just the name of
> >the
> >   class (login) and not include the procedure. The name attribute might
be
> >   case sensitive, I would try to use the same case.  Finally, get rid of
> >the
> >   cfoutput tags and do not put "#" around the variables.  Try it like
> >this.
> >
> >   <cfobject type="com"
> >     action="create"
> >     class="login"
> >     Name="obj">
> >
> >     <cfset tmp = obj.dologin(form.txtcn, form.txtusername,
> >     form.txtpassword)>
> >
> >
> >
> >
> >   On Thu, 26 Jul 2001 18:10:15 -0500, [EMAIL PROTECTED] wrote:
> >
> >
> >
> >     -----Original Message-----
> >     From: Baca, Robert
> >     Sent: Thursday, July 26, 2001 6:08 PM
> >     To: '[EMAIL PROTECTED]'
> >     Subject: COM problem
> >
> >
> >
> >     I have created a form with three form variables. The variables are
> >passed
> >   to
> >     a cfm page that passes the form variables to the COM object (written
> >in
> >     Delphi).  I am having a problem initiating the procedure within the
> >COM
> >     object. I am able to create the object fine, but when I try to call
> >the
> >     procedure(dologin) of the COM object (validate user, password and
> >Client
> >     number) I get an error. The code I am using is:
> >
> >     <cfobject type="com"
> >     action="create"
> >     class="login.dologin"
> >     Name="OBJ">
> >
> >     <cfoutput>
> >     <cfset tmp = obj.dologin(#form.txtcn#, #form.txtusername#,
> >     #form.txtpassword#)>
> >     </cfoutput>
> >
> >     The error i get is:
> >     Error Diagnostic Information The error occurred while processing an
> >   element
> >     with a general identifier of (CFSET),
> >
> >     Does Cold Fusion unlike ASP require parameters to be passed? For
some
> >     reason, I simply cannot create the object and tell Cold Fusion with
a
> >   CFSET
> >     or CFSCRIPT tag to execute the procedure within the COM object.
> >
> >
> >-------------------------------------------------------------------------
> >     This email server is running an evaluation copy of the MailShield
> >anti-
> >     spam software. Please contact your email administrator if you have
any
> >     questions about this message. MailShield product info:
> >www.mailshield.com
> >
> >     -----------------------------------------------
> >     To post, send email to [EMAIL PROTECTED]
> >     To subscribe / unsubscribe: http://www.dfwcfug.org
> >
> >
> >   Sincerely,
> >   Ricardo Sanoja
> >
> >
> >
> >
> >
> >   _______________________________________________________
> >   Send a cool gift with your E-Card
> >   http://www.bluemountain.com/giftcenter/
> >
> >
> >
> >
> >-------------------------------------------------------------------------
> >   This email server is running an evaluation copy of the MailShield
anti-
> >   spam software. Please contact your email administrator if you have any
> >   questions about this message. MailShield product info:
> >www.mailshield.com
> >
> >   -----------------------------------------------
> >   To post, send email to [EMAIL PROTECTED]
> >   To subscribe / unsubscribe: http://www.dfwcfug.org
> >
> >
> >-------------------------------------------------------------------------
> >   This email server is running an evaluation copy of the MailShield
anti-
> >   spam software. Please contact your email administrator if you have any
> >   questions about this message. MailShield product info:
> >www.mailshield.com
> >
> >   -----------------------------------------------
> >   To post, send email to [EMAIL PROTECTED]
> >   To subscribe / unsubscribe: http://www.dfwcfug.org
> >
> >
> >Sincerely,
> >Ricardo Sanoja
> >
> >
> >
> >
> >
> >_______________________________________________________
> >Send a cool gift with your E-Card
> >http://www.bluemountain.com/giftcenter/
> >
> >
> >
> >-------------------------------------------------------------------------
> >This email server is running an evaluation copy of the MailShield anti-
> >spam software. Please contact your email administrator if you have any
> >questions about this message. MailShield product info: www.mailshield.com
> >
> >-----------------------------------------------
> >To post, send email to [EMAIL PROTECTED]
> >To subscribe / unsubscribe: http://www.dfwcfug.org
>
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>
> -------------------------------------------------------------------------
> This email server is running an evaluation copy of the MailShield anti-
> spam software. Please contact your email administrator if you have any
> questions about this message. MailShield product info: www.mailshield.com
>
> -----------------------------------------------
> To post, send email to [EMAIL PROTECTED]
> To subscribe / unsubscribe: http://www.dfwcfug.org
>



-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to