RE: [KCFusion] JavaScript Question

2002-01-24 Thread Greenhagen, Robin

http://www.coolnerds.com/jscript/delaycode.htm

Thanks,
Robin Greenhagen
President
GSI (GreenSoft Solutions, Inc.)
http://www.gsi-kc.com/


 -Original Message-
 From: Laire Josh [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 24, 2002 10:41 AM
 To: [EMAIL PROTECTED]
 Subject: [KCFusion] JavaScript Question
 
 
 I don't know JavaScript that well.
 
 I'm looking to have a pop-up window open 3 seconds after a 
 page is loaded.
 I've found how to pop-up a window for a duration of 3 
 seconds...but not how
 to have a delayed pop-up.
 
 Any suggestions?
 
 
 
  
  
 __
 The KCFusion.org list and website is hosted by Humankind Systems, Inc.
 List Archives http://www.mail-archive.com/cf-list@kcfusion.org
 Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
 To Subscribe mailto:[EMAIL PROTECTED]
 To Unsubscribe mailto:[EMAIL PROTECTED]
  
 


__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]




RE: [KCFusion] JavaScript Question

2002-01-24 Thread Ryan Hartwich

Check out www.irt.org, they have a 'faq' section with hundreds of code
samples for javascript.

You could use the 'onload' event and have the pause built into a
function


 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 



RE: [KCFusion] JavaScript Question

2002-01-24 Thread Laire Josh

Thank you, This looks like what I needed

-Original Message-
From: Greenhagen, Robin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 24, 2002 10:45 AM
To: [EMAIL PROTECTED]
Subject: RE: [KCFusion] JavaScript Question


http://www.coolnerds.com/jscript/delaycode.htm

Thanks,
Robin Greenhagen
President
GSI (GreenSoft Solutions, Inc.)
http://www.gsi-kc.com/


 -Original Message-
 From: Laire Josh [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 24, 2002 10:41 AM
 To: [EMAIL PROTECTED]
 Subject: [KCFusion] JavaScript Question
 
 
 I don't know JavaScript that well.
 
 I'm looking to have a pop-up window open 3 seconds after a 
 page is loaded.
 I've found how to pop-up a window for a duration of 3 
 seconds...but not how
 to have a delayed pop-up.
 
 Any suggestions?
 
 
 
  
  
 __
 The KCFusion.org list and website is hosted by Humankind Systems, Inc.
 List Archives http://www.mail-archive.com/cf-list@kcfusion.org
 Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
 To Subscribe mailto:[EMAIL PROTECTED]
 To Unsubscribe mailto:[EMAIL PROTECTED]
  
 
 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 
 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 



RE: [KCFusion] JavaScript Question

2002-01-24 Thread Keith Purtell

Ditto! I've been using JavaScripts from irt.org for years, and they all work
great.

Keith Purtell, Web/Network Administrator
VantageMed Operations (Kansas City)
Email:  [EMAIL PROTECTED]

CONFIDENTIALITY NOTICE: This email message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply email and destroy all copies of the original
message.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Ryan Hartwich
Sent: Thursday, January 24, 2002 10:51 AM
To: [EMAIL PROTECTED]
Subject: RE: [KCFusion] JavaScript Question

Check out www.irt.org, they have a 'faq' section with hundreds of code
samples for javascript.

You could use the 'onload' event and have the pause built into a
function




 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 



RE: [KCFusion] JavaScript question

2001-05-01 Thread Keith Purtell

I have problems with users doing bizarre stuff every time I build a Web
form. As a result, my development process now includes these final steps:

-Look carefully at the form.
-What irrational things can be done to break the form?
-Build error traps for all these irrational things.

Keith Purtell, Web/Network Administrator
VantageMed Operations (Kansas City)

CONFIDENTIALITY NOTICE: This email message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply email and destroy all copies of the original
message.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Sheeran, Jean
Sent: Tuesday, May 01, 2001 10:44 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [KCFusion] JavaScript question


That is a very good point Bryan.  I will test this script with onKeyPress as
well, but not for this instance.  The reason that I needed this script in
the first place is the fact that the end user for this particular app has no
'gut reaction' as you call it.  They don't know that you can easily get to
the next field with the Tab key, and I was just in pain when I watched them
testing it yesterday typing in 2 characters, going to the mouse, aiming, and
clicking, rinsing and repeating.

:P

insert random derogatory comment about end users here

-Original Message-
From: Bryan LaPlante [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 01, 2001 10:37 AM
To: [EMAIL PROTECTED]
Subject: Re: [KCFusion] JavaScript question


One quick thing to mention is that using the onkeyup event calls autoTab at
a moment when the users gut reaction is to hit the tab key resulting in
focus to the third element when the second element in the chain was the
desired next element to be filled in. Use onkeypress and the user will be
tabbed to the next form element when they mistakenly do not hit the tab key
at the correct time.

My 2 cents



 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]