Scenario: I have a table with 300+ records in it. I scroll half way down and do an edit on one record then post it. When post is complete it sends me back to the TOP of the table. Is there any way I can go back to the table from where I left it? Hopefully someone can give me a nudge in the right...
Can anyone give me a shell program parsing XML from UltraCart? I just need to see how a couple of the variables are handled, then I should be good to go from there. What I know about XML wouldn't fill up a thimble. Thanks in advance. A sample of their example:
<?xml version="1.0"...
I suspected that our server didn't update the clock after the last time change. I logged on and found the time to be correct. Then I ran a .cfm displaying #Now()# and found IT to be behind 1 hour. Is there some setting in CF for this?
I'm converting some CF sites to PHP. While being fairly well-versed in Cold Fusion, I am enirely new to PHP.
I've read several tutorials, but have failed to find
equivalents of things I do in CF. For instance, I'm coding a form which has several drop-down lists which are filled
with the results...
yes it is much faster.
One more question please ...
How do I keep the option
<option value="*">-- Pick a State First --</option>
on top of the list? This will force a user to open the box and choose one. As it is if the user didn't choose, he would get the first county in the list assigned...
voila !! Your post gave me the hint I needed.
I changed oZone.state = #state#; to
oZone.state = "#state#"; (with the double quotes around it, it worked). Try it out! Thank you so much for your help.
I owe you a couple cold ones for sure.
In your opinion, would this page load faster if I...
check this out: http://www.e-databasedesign.com/01.cfm
It runs but does not populate the selectCounty select box.
If you view the source, all the arrays appear to be there.
Here's my updated code (I had to change some of the variable names to mesh with my DB)
<cfquery name="getCounties"...
enclosed is the result of me butchering your code.
(obviously I don't have a clue what I'm doing)
I would prefer to do the query within the function so I would be reading in 50 counties rather than 3000.
SELECT * FROM Counties
WHERE state = '#state#'
ORDER BY County
(it's a lot faster... but...
Pleae forgive me if I'm posting to the wrong forum. I know a little ColdFusion but absolutely nothing about JavasScript.
I have a lengthy form, part of which is the standard input..
name, address, city, state, zip + a whole bunch more.
My client now wants a "county" select box. I have an MSSQL...
Now I'm on Windows 2000 Professional and loading CF again. I've loaded CFMX and CF Studio 5 and don't see an Inetpub folder. Do I need one? Do I need PWS?
I have no problem updating my tables. But I do seem to have a problem remembering to put in a 'WHERE' clause. Thus, all my records get updated and then I get very irate phone calls. Is there any way I can get an error msg or a warning msg if my update statement is missing the WHERE clause?
This is a great solution. Is there any way changes can be made and saved as we have people in multiple locations who need to update xls files? (pushing it, huh?)
I'm not even sure this is the correct forum for my question.
My client insists on his site being in frames. He wants 2 of these frames to carry the same background pictures thru all his pages. Thus the backgrounds get re-loaded on each page (slows things down even tho the pix are in the 30k...
I'm not even sure the term "drop-down" is correct.
Well, whatever it's called, my client wants them. A good example of what is wanted can be found at http://www.choicepointinc.com/business/public/public.html
At the top are 4 boxes, the first being "About ChoicePoint".
When you roll the mouse...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.