RE: Force Pop-Up Window

2002-02-19 Thread James Curran
Use javascript in the popup to set the field value of a hidden field and don't give them an option to enter into a text field. - j -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 10:31 AM To: CF-Talk Subject: OT: Force Pop-Up Window I a

RE: Force Pop-Up Window

2002-02-19 Thread James Taavon
Thanks Steve, works like a champ! Just love the easy solutions. -Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 10:41 AM To: CF-Talk Subject: RE: Force Pop-Up Window Set the input to readonly, this way they can't type in the box a

RE: Force Pop-Up Window

2002-02-19 Thread Steve Oliver
Set the input to readonly, this way they can't type in the box at all, but javascript can still set the value of the box. I think you can still use the onkeyup function of the input box while it's in readonly as well, if you want to popup an alert box that says "Please use the calendar" or someth