Re: pop an alert when trying to leave a page

2007-12-20 Thread Charlie Griefer
pop up an alert on the onunload event if the form isn't filled out properly? http://www.w3schools.com/jsref/jsref_onunload.asp On Dec 20, 2007 9:19 AM, Chad Gray [EMAIL PROTECTED] wrote: I would like to have a user fill out a form. So say they start filling it out and decided they want to

RE: pop-up calendar selector

2007-05-10 Thread Stephens, Larry V
Check dynamicdrive.com -Original Message- From: Mike | NZSolutions Ltd [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 8:21 PM To: CF-Talk Subject: OT: pop-up calendar selector Sorry for the OT... Just trying to get my hands on a simple pop-up calendar for selecting a date

Re: pop-up calendar selector

2007-05-10 Thread Massimo Foti
http://www.olimpo.ch/tmt/tag/datepicker/ Massimo Foti, web-programmer for hire Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com ~|

Re: pop-up calendar selector

2007-05-10 Thread Larry Lyons
Sorry for the OT... Just trying to get my hands on a simple pop-up calendar for selecting a date field. Something that is easy to apply a stylesheet to. Don't mind investing in a good one if needed. Regards mike Selene Bainum has a pretty good one at her site,

RE: pop-up calendar selector

2007-05-10 Thread Robert Harrrison
- From: Larry Lyons [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 3:52 PM To: CF-Talk Subject: Re: pop-up calendar selector Sorry for the OT... Just trying to get my hands on a simple pop-up calendar for selecting a date field. Something that is easy to apply a stylesheet to. Don't

Re: pop-up calendar selector

2007-05-10 Thread Mike Little
we have tried the pop up calendar below at dynarch.com and it is perfect! very customisable which was the big thing for us. thanks for all your help. mike I use Mishoo's: http://www.dynarch.com/projects/calendar/ On 5/9/07, Mike | NZSolutions Ltd [EMAIL PROTECTED] wrote:

Re: pop-up calendar selector

2007-05-10 Thread Andrew Scott
http://dojotoolkit.org -- Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 ~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade

Re: pop-up calendar selector

2007-05-09 Thread Will Tomlinson
What bout the one built into cfform? Will ~| Create Web Applications With ColdFusion MX7 Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive:

RE: POP/IMAP Mail server?

2004-01-14 Thread cf-talk
IMail is a nice server.Not the cheapest thing on the market but I've used it for many years and have been very happy with it. http://www.ipswitch.com -Novak -Original Message- From: Burns, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 11:15 AM To: CF-Talk

RE: POP/IMAP Mail server?

2004-01-14 Thread cfhelp
http://www.argosoft.com/ http://www.argosoft.com/ Rick -Original Message- From: Burns, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 1:15 PM To: CF-Talk Subject: POP/IMAP Mail server? Anyone know of a POP/IMAP Mail server that I can get and set up on a windows

RE: POP/IMAP Mail server?

2004-01-14 Thread JT
://www.ipswitch.com/products/IMail_Server/express.html JT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 12:46 PM To: CF-Talk Subject: RE: POP/IMAP Mail server? IMail is a nice server.Not the cheapest thing on the market but I've used

RE: POP/IMAP Mail server?

2004-01-14 Thread JT
imail -Original Message- From: Burns, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 12:15 PM To: CF-Talk Subject: POP/IMAP Mail server? Anyone know of a POP/IMAP Mail server that I can get and set up on a windows 2k machine that is easy to use and can be tapped into

RE: POP/IMAP Mail server?

2004-01-14 Thread Matt Robertson
A big 'me too' on Imail.Used by a lot of ISP's.Its most commonly touted benefit, I believe, is its almost ridiculous ease of use when you are dealing with a large number of domains and users.A full-featured solution with web mail and pretty much everything else you need. Make sure you check out

RE: POP/IMAP Mail server?

2004-01-14 Thread Troy Montour
Another is Merak Mail server from Icewarp http://www.icewarp.com Troy Montour -- Original Message -- From: cfhelp [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date:Wed, 14 Jan 2004 14:16:31 -0600 http://www.argosoft.com/ http://www.argosoft.com/

RE: POP/IMAP Mail server?

2004-01-14 Thread cf-talk
Thanks for the tip.I wasn't aware they had a free version.I purchased an unlimited user version long, long ago. -Novak -Original Message- From: JT [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 11:53 AM To: CF-Talk Subject: RE: POP/IMAP Mail server? IMail Free starter

RE: POP/IMAP Mail server?

2004-01-14 Thread cfhelp
PM To: CF-Talk Subject: RE: POP/IMAP Mail server? http://www.argosoft.com/ http://www.argosoft.com/ http://www.argosoft.com/ Rick -Original Message- From: Burns, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 1:15 PM To: CF-Talk Subject: POP/IMAP Mail server? Anyone

Re: Pop up Window passing data to calling Window

2002-06-13 Thread Critter
oi Thane!! window.opener.. -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion Thursday, June 13, 2002, 12:12:24 PM, you wrote: TS Is it possible to have a link which pops up another window (I'm

Re: Pop up Window passing data to calling Window

2002-06-13 Thread Charlie
script opener.location.href=PageToLoad.cfm?var=value; self.close(); /script your pop up where the selection is made could pass the variables to a page containing the above code and could pass url variables back to the parent window - Original Message - From: Thane Sherrington [EMAIL

Re: Pop up Window passing data to calling Window

2002-06-13 Thread Jason Miller
Yea - but I personally posted a message asking about this.. and no one had replied. I was using window.open and spawning a new window.. it was for a tell a friend type thing and I was using the CGI.Referer variable. But that variable was not available upon spawning a window through that and

Re: Pop a window with content...

2002-05-13 Thread cstredway
You could submit a form to the popup or pass the string through the URL and then display it in the popup.. I would try the form post first as URL passing would be quite messy. -- Clint Tredway -- Through Him, anything is possible. Is there a way to pop a

RE: Pop a window with content...

2002-05-12 Thread Reuben Poon
Neil, Yes, you can write to a window after you create it. Here is some sample code taken from JavaScript: The Complete Reference var myWindow = open('','mywin' , 'height=300,width=300'); myWindow.document.writeln( htmlheadtitleCreated Window/title/head ); myWindow.document.writeln( bodyText

Re: Pop-up window question

2002-04-27 Thread Douglas Brown
Gary function update(qty) { opener.document.form.qty.value = qty close() } Success is a journey, not a destination!! Doug Brown - Original Message - From: Gary Groomer [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, April 27, 2002 11:55 AM Subject: Pop-up window

Re: Pop-up window question

2002-04-27 Thread Justin Scott
form action= method=post target=_parent The target attribute will tell the form post what window to go to, just like the target attribute on an anchor. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com - Original Message - From: Gary Groomer [EMAIL

Re: Pop-up window question

2002-04-27 Thread Samuel Goldberg
Gary, you can work with Javascript, where you can address the Parent window as opener: BUTTON OCLICK=myfunc(this.form) function myfunc(f) { for (var i = 0; i f.elements.length; i++) { // do some stuff with the form fields. Build some url string with them, if you wish. }

RE: pop up new browser window after closing the browser

2001-12-10 Thread Philip Arnold - ASP
how can i make a new browser window pop up after a user close the main browser, for example, i want to pop up a new window to remind the user to logoff from the application and not to just close the browser without logoff, how can i do that? This relies on JavaScript, but you want to look

RE: pop up windows

2001-10-25 Thread Janine Jakim
You can find this topic at the forums at http://www.tek-tips.com/ From what I understand the message will always appear on a windows machine- however, on the mac it closes automatically. -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001

RE: pop up windows

2001-10-25 Thread Richard B
I use the following script regularly, the only ime I get a message, is if the page being loaded is the result of a submit, in which case the browser asks if it is OK to resubmit the data. script language=JavaScript window.opener.location.reload(); window.close(); /script

RE: pop up windows

2001-10-25 Thread Dave Babbitt
Hi bec.! You can't avoid the alert box - it's a safety feature. Assuming you have nothing untoward displayed from your Application.cfm or OnRequestEnd.cfm pages, on the parent page write something like this: CFSETTING ENABLECFOUTPUTONLY=Yes CFSET Local.TemplateID=ID: /dbabbitt-test/parent.cfm,

Re: POP/IP

2001-08-09 Thread David Burt
I think there is a custom tag on allaire's site that will do this for you. it basically just does an nslookup if I recall. David - Original Message - From: DAVID DIXON [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 09, 2001 10:03 AM Subject: POP/IP Dear All

Re: Pop up warning for Clearing from

2001-07-20 Thread G
An easy way to do this would be to utilize a Javascript alert box: function ClearFunction() { if (alert(Are you sure you want to clear this form?)) document.form_name.reset() } ... ... input type=button value=Click here to clear form OnClick=ClearFunction() Disclaimer: Code is

Re: [pop-up window upon login]

2000-10-17 Thread double-down
javascript ... use window.open() the rest is just a query to diplay the popup info. call the javascript function either from onload or onsubmit "Kim Ahlbrandt" [EMAIL PROTECTED] wrote: I would like to have a window pop-up with the login information, time of login, etc. as my users are

Re: pop-up window upon login

2000-10-17 Thread Scott Weikert
In your page that's actually doing the authentication... at the point (or after) the authentication is confirmed... put in a bit of Javascript with a window.open function, calling whatever CF page plus variables (userid, or whatever you're using) as the URL. It's something that won't execute

Re: pop-up windows and cold fusion

2000-08-22 Thread avex
Hi, I would like to have a pop up window fly open with some subscribe information to my site. However, If the user has already subscribed, or if they click a checkbox that says "don't open this window every time", how do I get cold fusion to not launch the window? if anyone had any code

Re: pop-up windows and cold fusion

2000-08-22 Thread rkeniger
"don't open this window every time", how do I get cold fusion to not launch the window? cfif not isdefined('cookie.visited') script!-- window.open(); //-- /script /cfif cfcookie name="visited" value="yes" Rob Keniger

RE: pop-up windows and cold fusion

2000-08-22 Thread Scott, Andrew
Centre * Ph 9273 0693 * [EMAIL PROTECTED] -Original Message- From: avex [mailto:[EMAIL PROTECTED]] Sent: 23 August 2000 14:42 To: [EMAIL PROTECTED] Subject: Re: pop-up windows and cold fusion Hi, I would like to have a pop up window fly open with some subscribe information to my

Re: POP

2000-05-28 Thread Jason Clark
Windows NT 4.0 Server ColdFusion Pro 4.5.1 Basically the same errors that others are getting random unknown exception errors etc. We will be contacting allaire shortly. Here is a test for you guys to try send sub or superscript chars in the subject of an email it can randomly cause a tag

Re: POP

2000-05-26 Thread mac
Hi, If you are running your own mail server : iMS from CoolFusion.com Connecting to a remote server look at cfx_imap in the tag gallery ~Justin MacCarthy Jason Clark wrote: Has anyone found a stable and fast alternative to CFPOP, its evident that CFPOP isn't ready for high volume use.

RE: POP

2000-05-26 Thread Grady Milhon
I was using CFPOP on a mailbox to download over 1000 messages a day to an Access Database. It was running as a sch. task every 15 mins., and half the time it would get an unknown error, unknown exception. I contacted Allaire support and worked with them for over a week. Then they sent me an

RE: POP

2000-05-26 Thread Eron Cohen
Hi Jason, I have definitely had my share of problems with CFPOP. Allaire has made some improvements to it in ColdFusion 4.5 and 4.51 though. I also use CFX_iiPOP3, which was a $99 custom tag which I found on the Allaire developers exchange. It isn't perfect either, but it was definitely more

Re: POP

2000-05-26 Thread Greg Saunders
At 08:31 AM 5/26/00 -0400, Jason Clark wrote: Has anyone found a stable and fast alternative to CFPOP, its evident that CFPOP isn't ready for high volume use. Thanks Can you provide some more details on your CFPOP problems? How is it failing? What version of CF are you running, and on which

RE: POP

2000-05-26 Thread Grady Milhon
I might add that I was having problems with 4.5.1. The new .dll was newer then 4.5.1. I was using CFPOP on a mailbox to download over 1000 messages a day to an Access Database. It was running as a sch. task every 15 mins., and half the time it would get an unknown error, unknown exception. I