Re: What is this code doing? Is it harmful?

2013-01-03 Thread Scott Spurlock
Thank you all.  I am going through all of the sites on that box to see if any discernible damage has been done and have already started implementing some of the steps detailed in the Lockdown Guide Dave mentioned.  What a way to start off the new year.   Scott ___

What is this code doing? Is it harmful?

2013-01-03 Thread Scott Spurlock
My company is running CF8 on IIS.  We have a website that doesn't get much use inbetween biannual meetings.  I just noticed the following code that was inserted into one of the subfolder's index.cfm files.  I'm not seeing any other changes in any other file (yet) and the server doesn't appear t

CFFILE in CFWINDOW

2011-09-13 Thread Scott Spurlock
In CF8, I'm trying to upload multiple files via a CFFORM in a CFWINDOW.  I've googled enough to know it can't be done with just good ol' ColdFusion since the file upload fields aren't being passed along in the form.  I've looked at uploadify and some other AJAX solutions, but I don't need anyth

Re: Adobe Solution?

2011-07-13 Thread Scott Spurlock
Yes, this is what I'm trying to accomplish.  My client wants a PDF (or Excel or Word) form that he can send to people, have them fill out, and email back to him.  He then wants to be able to import that data into an Access database without having to retype anything into an Access form.  Eventua

Adobe Solution?

2011-07-13 Thread Scott Spurlock
I apologize in advance since this isn't a CF question, but I'm desperate and hoping this is at least an Adobe question.  A client of mine wants to create a form for users to fill out electronically.  He then wants to take their responses (attached via email) and upload the data to an Access 200

Re: Report Builder

2010-11-04 Thread Scott Spurlock
The users aren't going to be too technically proficient.  Just your average group of users.  I think Report Builder is going to make their heads explode. I was hoping for something user-friendly that would allow them to customize what data appears in a report and where (allow them to change the

Report Builder

2010-11-03 Thread Scott Spurlock
I want to give the users of my CF 8 site the ability to dynamically generate reports.  I've never used Report Builder before.  Will non-technical users be able to use this, or will something else be better suited for them? Thanks, Scott ~~

RE: Creating a custom workflow process

2010-09-20 Thread Scott Spurlock
Yes.  Let's say this is a proposal bidding process.  One company might need the ability to enter three steps in their proposal process.  Another company might have 20 steps.  I want them to have as many or as few steps as they need.  An example process could be: Does the proposal fit our strat

Creating a custom workflow process

2010-09-20 Thread Scott Spurlock
I need to give the admin users of a website I'm developing the ability to create a custom workflow.  They would need to be able to name the first step in the process and then specify if this is true/yes, go here and if no, go here.  Then, when someone is working on something in the workflow, th

RE: IE 8 messing up my tables in a CFWINDOW

2009-08-11 Thread Scott Spurlock
Geez, that was it?!?  Brilliant!  Problem solved!  It's now working in all browsers.  Thank you! Scott ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing list

Re: IE 8 messing up my tables in a CFWINDOW

2009-08-11 Thread Scott Spurlock
1/09, Mike Chabot wrote: Does the problem go away when you switch to MSIE 7 compatibility mode within MSIE 8? -Mike Chabot On Tue, Aug 11, 2009 at 2:41 PM, Scott Spurlock wrote: > > I'm using ColdFusion.Window.create() in a link to open another window.  In > the pop-up window (yes, I

IE 8 messing up my tables in a CFWINDOW

2009-08-11 Thread Scott Spurlock
I'm using ColdFusion.Window.create() in a link to open another window.  In the pop-up window (yes, I know it's technically a div and not a pop-up window), I have a table.  The contents of this pop-up window display just fine in IE 7 and Firefox 3, but not IE 8.  In IE 8, everything before and a

More cfwindow problems

2008-11-19 Thread Scott Spurlock
I'm pretty new to this whole AJAX thing, so please bear with me.  I had tried to implement some cfwindow functionality in the past and didn't find it flexible enough for my needs.  So I've been trying to learn jQuery.  I've got one plugin working and now I'm trying to use the Star Rating widget

Re: passing from form to form

2008-10-29 Thread Scott Spurlock
ing from form to form hmm... is your second form a CFFORM as well or a regular FORM tag? Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Scott Spurlock wrote: > I have a cfdiv with a cfform inside of it. I can submit from the first > cfform to a second cfform no problem. B

passing from form to form

2008-10-29 Thread Scott Spurlock
I have a cfdiv with a cfform inside of it. I can submit from the first cfform to a second cfform no problem. But when I submit from the second cfform to a third cfform, I break out of the cfdiv. Why? ~| Adobe® ColdFu

Passing info from CFWINDOW to CFDIV

2008-10-18 Thread Scott Spurlock
I have a page with a CFDIV.  In the CFDIV is a CFFORM.  In the CFFORM, I have a link that when clicked opens up a CFWINDOW where the user answers a few more questions.  How do I pass the data obtained in the CFWINDOW back to the original page?  I want the form in the CFDIV to continue to display

Scrollbars in CFWINDOW

2008-09-24 Thread Scott Spurlock
Hello there. I'm using the following to create a CFWINDOW: onClick="javascript:ColdFusion.Window.create('productDetails','Product Details','details.cfm?ProductID=#ProductID#', {x:150, y:25, resizable:true, height:600, width:900, draggable:true});" Works great in IE except for the fact that the