Hide URL

2002-08-12 Thread Cami Lawson
How can I hide the information passed in a URL? I don't want the user to see the variables in the address line. TIA Cami __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable

RE: Hide URL

2002-08-12 Thread Cami Lawson
2002, Cami Lawson wrote: How can I hide the information passed in a URL? I don't want the user to see the variables in the address line. TIA Cami __ This list and all House of Fusion resources hosted by CFHosting.com

RE: Hide URL

2002-08-12 Thread Cami Lawson
Client doesn't allow frames for their application. -Original Message- From: Brian Fox [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 10:25 AM To: CF-Talk Subject: RE: Hide URL Wouldn't a frameset hide the address bar of child frames? -Original Message- From: Cami

Redirect from ASP to CF

2002-08-08 Thread Cami Lawson
I have an ASP application that passes information to a CF application using the following: response.redirect(http://www.somesite.com/d3/redirect.cfm?acctID=; Server.URLEncode(session(acct_id)) userid= Server.URLEncode(session(user_id)) user= Server.URLEncode(rs(id))) On dialup

RE: Redirect from ASP to CF

2002-08-08 Thread Cami Lawson
pages work properly as well? The dialup dudes could be going through a proxy. Client side redirects sometimes fail because of this. - Original Message - From: Cami Lawson [EMAIL PROTECTED] Date: Thursday, August 8, 2002 2:54 pm Subject: Redirect from ASP to CF I have an ASP application

RE: RE: Redirect from ASP to CF

2002-08-08 Thread Cami Lawson
it on the box it came from. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 4:36 PM To: CF-Talk Subject: Re: RE: Redirect from ASP to CF So do ASP to ASP page redirects work properly? - Original Message - From: Cami Lawson [EMAIL

Now error

2001-04-13 Thread Cami Lawson
I have the code in a development environment and a test environment. The development works fine but the test produces this error. It is WinNT 4.0 SP6 with CF 4.5.1 SP2 on both machines. Any ideas? TIA, Cami Error Occurred While Processing Request Error Diagnostic Information An error

RE: Now error

2001-04-13 Thread Cami Lawson
quot;. DC - Original Message ----- From: "Cami Lawson" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, April 13, 2001 11:54 Subject: Now error I have the code in a development environment and a test environment. The development works fine but the test pro

CFApplication Error

2001-03-30 Thread Cami Lawson
Can anyone tell me what causes this error? I seem to be getting it about once a week. TIA, Cami Error Occurred While Processing Request Error Diagnostic Information Error attempting to get the client (Client ID = '118155'). A problem was encountered trying to access the system registry.

RE: SQL Question (Access)

2001-03-28 Thread Cami Lawson
try this cfquery name="getquestions" datasource="#dsn#" SELECT HNTQuestion.QuestionID, HNTQuestion.Category, HNTQuestion.QuestionShort, HNTCategories.HNTCategoryID, HNTCategories.HNTCategoryName FROM HNTQuestion, HNTCategories, tblAnswers

Secure to unsecure

2001-03-06 Thread Cami Lawson
I have a page that is secure and within the page is a help link that pops up a secondary window with the appropriate help information. All is well except that when the secondary window opens I also get a message about leaving a secure site. How can I stop this message, it happens in IE and

Re: Selecting a date range, access DB

2001-02-26 Thread Cami Lawson
Does the record you are after meet the exact timestamp? You might look at using just the date instead of the whole timestamp. - Original Message - From: "Thomas Chiverton" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, February 26, 2001 9:44 AM Subject: Selecting a date

Custom Tags

2001-02-23 Thread Cami Lawson
I have a custom tag to run a query that occurs frequently throughout my application. My problem is that it cannot figure out what the PrimaryDataSource is. How can I code it to know what this is? TIA cami ~~ Structure your ColdFusion code

Re: Custom Tags

2001-02-23 Thread Cami Lawson
Nevermind, i had a copy of the tag in my application directory that was causing the problem. Thanks anyway - Original Message - From: "Cami Lawson" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, February 23, 2001 1:54 PM Subject: Custom Tags I have

Re: Strengths of each

2001-02-22 Thread Cami Lawson
I am currently running CF 4.5.2 and pass information from CF to ASP which builds a PDF for me. HTH - Original Message - From: "Terry Troxel" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, February 22, 2001 1:09 PM Subject: Strengths of each I am posing a question

Re: netscape and session variables

2001-02-21 Thread Cami Lawson
what kind of hardware do you have associated with your application? We had some problems at first with this same issue but it was because of multiple boxes. - Original Message - From: "Eric V. Hodge" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 21, 2001

Re: Querying a db with all caps

2001-02-19 Thread Cami Lawson
try UPPER on your variable in your query - Original Message - From: "DSJ / PC1, Inc." [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, February 19, 2001 1:15 PM Subject: Querying a db with all caps Hello All, I am querying a database that uses only capital letters in

Re: International Date/Time functions

2001-02-16 Thread Cami Lawson
Try this site http://tech.irt.org/articles/js076/index.htm - Original Message - From: "Jon Tillman" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, February 16, 2001 11:10 AM Subject: International Date/Time functions -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

mail spool

2001-02-12 Thread Cami Lawson
Can anyone tell me what the following message is? It came from my CF mail log file. At the time it happened approximately 326 emails were being generated. "Error","TID=507","02/12/01","14:04:06","Failed to send the spooled mail file, C:\CFUSION\MAIL\spool\711.cfmail. SMTP server replied

Continuous Clock

2001-01-25 Thread Cami Lawson
I have a display clock that shows the time the user accessed the page but now they want a clock that shows the current time continuously. I have figured out countdown timers but is there an easy way to display the current time continuously? TIA cami

Re: Continuous Clock

2001-01-25 Thread Cami Lawson
g is with javascript and a form field, or a java applet. You could use cascading style sheets to change the look of the form field to look more like a clock then... Check out the irt.org page that someone reccommended earlier. They have a very nice tutorial on time, and clocks with javascript. jo

Re: Continuous Clock

2001-01-25 Thread Cami Lawson
ltby [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 5:09 PM To: CF-Talk Subject: RE: Continuous Clock Java is the only way - and even that is rusty at the best of times - the worst I've seen involved http refresh every second James -Original Message- From: Ca

Re: Anyone else had this problem before?

2001-01-23 Thread Cami Lawson
try this cfquery name="qryName" datasource="MyDatasource" SELECT UsersID, UsersTotalPrice FROM TableName WHERE UsersID = (#UsersID#) ORDER BY cast(UsersTotalPrice as decimal) /cfquery - Original Message - From: "t nelson" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL

Re: SQL Question

2001-01-16 Thread Cami Lawson
Can you check what each value is before the insert to check and see if one of the values is missing. Your column to values number checks ok. - Original Message - From: "Gieseman, Athelene" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, January 16, 2001 3:33 PM

Javascript on selectboxes

2001-01-15 Thread Cami Lawson
I have this script that is called when a form is submitted. It is supposed to display a popup window if two of the three selectboxes are the same. It works good except that if the first box is selected and the other two are null or empty then the popup appears. Same thing happens with the

Re: Javascript on selectboxes

2001-01-15 Thread Cami Lawson
al Message----- From: Cami Lawson [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 10:30 AM To: CF-Talk Subject: Javascript on selectboxes I have this script that is called when a form is submitted. It is supposed to display a popup window if two of the three selectboxes are the same.

Re: CFSELECT and Java

2001-01-12 Thread Cami Lawson
what kind of compare would you like to do? Once you learn Javascript, it is an easy thing to check any and all form values before a form is submitted, but exactly how to do it depends on what you want to compare. -Original Message- From: Cami Lawson [mailto:[EMAIL PROTECTED]] Sent: W

Re: CFSELECT and Java

2001-01-12 Thread Cami Lawson
(document.favform.myselectbox2.value == document.favform.myselectbox3.value)) { popup code; return false; } Nick -Original Message- From: Cami Lawson [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 1:13 PM To: CF-Talk Subject: Re: CFSELECT and Java I have three cfselects th

CFSELECT and Java

2001-01-10 Thread Cami Lawson
Is there a way to check the value of a CFSELECT with a Java script? I have 3 CFSELECTs on one page and I need to compare them against each other before they go to the CFFORM action. TIA ~~ Structure your ColdFusion code with Fusebox. Get the

Re: Help with a SQL statement

2001-01-03 Thread Cami Lawson
This will give you the items that only exist in log_userstatus and teaserusers but you will have to build on it to only get the newest date for each one. You could loop through an array with another sql to bring out the newest date. SELECT teaserusers.userid, teaserusers.nickname,

Email links lost

2001-01-03 Thread Cami Lawson
I am sending out emails for different things and all have web links in them. I was just wondering if anyone has had problems with emails sent from CF not properly identifying web address links when received by the recipient. Is there something to handle the different types of email readers

Re: Email links lost

2001-01-03 Thread Cami Lawson
All the tag information appears to be correct. Myself and some others are using MS Outlook Express 5 and the links appear ok, others are using the same thing and they see the html code. Still yet others using prodigy and netscape get the words indented and the html tags visible. I have tried

Re: SQL Help

2001-01-03 Thread Cami Lawson
What are the columns that are somewhat linked between these tables? - Original Message - From: "Todd Ashworth" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, January 03, 2001 3:32 PM Subject: OT: SQL Help Sorry about posting this to the wrong list, but I'm having

Re: Email links lost

2001-01-03 Thread Cami Lawson
Actually it is just a composed email within the CF file in a CFEMAIL with type=HTML. Like I said, it works great most of the time, but there are those times that it just looks ugly. I have since stripped the HTML tags out and most the email software interprets the http://www.something.com as a

Re: Email links lost

2001-01-03 Thread Cami Lawson
Ok, I see what you are saying, but where do the html/html tags go, inside the CFEMAIL or outside. I have a number of emails that get produced within one file. Thanks, cami - Original Message - From: "Jennifer" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, January

Re: CFAS Scheduler

2000-12-19 Thread Cami Lawson
check your application log file to see if it has a date/time similar to the run of the scheduler log, the you can get an idea of what is not working - Original Message - From: "paul smith" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, December 19, 2000 2:42 PM Subject:

Re: CFAS Scheduler

2000-12-19 Thread Cami Lawson
FYI, the system I'm working on has the same things happen to it and if you can't find a code problem then CFAS just quit. Usually I can delete the previous schedule and create a new one to start the next day at 00:01:00 till 23:59:00 for an indefinite number of days and it will start back up

Re: TextArea for IE vs Netscape

2000-12-15 Thread Cami Lawson
I have tried everything to clean up the code. It works fine in IE and Netscape 6, it has the nice box with the text and a vertical scroll bar. But, in Netscape 4.76 the text is just pasted all over the page with no nice scroll box, it's just ugly. Cami - Original Message - From:

Re: TextArea for IE vs Netscape

2000-12-15 Thread Cami Lawson
xtArea for IE vs Netscape Code please... :-) Courtney E. Payne, Developer Fig Leaf Software "We've got you covered" [EMAIL PROTECTED] www.figleaf.com -Original Message- From: Cami Lawson [mailto:[EMAIL PROTECTED]] Sent: Friday, December 15, 2000 10:15 AM To: CF-Talk Subjec

Re: TextArea for IE vs Netscape

2000-12-15 Thread Cami Lawson
Thanks, I moved my form field to the top and it works like a champ! - Original Message - From: "Michael Thomas" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, December 15, 2000 1:21 AM Subject: Re: TextArea for IE vs Netscape Hmmm I hadnt thought of that one thats

Re: Help on Pulldown - Please help...getting coldfusion rage here

2000-12-14 Thread Cami Lawson
why don't you try concantinating the fields in your query before the cfselect - Original Message - From: "Kim Ahlbrandt" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, December 14, 2000 10:42 AM Subject: Help on Pulldown - Please help...getting coldfusion rage here

Re: Help on Pulldown - Please help...getting coldfusion rage here

2000-12-14 Thread Cami Lawson
ion rage here I'm not sure how to do that... -Original Message- From: Cami Lawson [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 14, 2000 11:13 AM To: CF-Talk Subject: Re: Help on Pulldown - Please help...getting coldfusion rage here why don't you try concantinating the fields

TextArea for IE vs Netscape

2000-12-14 Thread Cami Lawson
Any ideas why a nice clean textarea with scrollbars and readonly attributes looks fine in IE but looses everything in Netscape? TIA Cami ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: CFAS Scheduler CFINCLUDE

2000-12-13 Thread Cami Lawson
I have an item that is schedule to run through CFAS and it has 3 includes that work just fine. - Original Message - From: "paul smith" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, December 13, 2000 8:03 AM Subject: CFAS Scheduler CFINCLUDE Good (?) Post-Election