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...
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...
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?
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...
What do I need to change in the below filter to make a dash (-) valid on the left side of the address?
Ex: john-smith@xxx.com
function FormValidator(theForm)
{
if (theForm.email.value == "")
{
alert("Please enter your \"Email Address\".");
theForm.email.focus();
return (false)...
I'm trying to submit a form w/o using a submit button.
But I'm getting "object expected". Code following.
<body onload="SubmitForm()">
<form method="POST"
action="https://payflowlink.verisign.com/payflowlink.cfm">
<!-- The following fields are required...
In my site I pass cfid's and tokens in the URL.
It looks like when a user bookmarks my pages and re-enters later that his/her session variables are not getting set up correctly. If I could identify those entering in this manner, I could clear all session vars and set them up correctly. Any...
Is there a way of using CFTRY/CATCH on full pages to see if a customer is experiencing difficulties? -- then emailing the error to myself? We suspect there might be errors
(ones we can't duplicate) and would like to know what they are. If there is any such thing (especially getting the err msg...
I'm pretty sure all I need is a setting ... but I can't find it. I just switched to a new computer and now from MS Outlook 2000, I can't print embedded (not attached) pics/graphics. All I get is the little box with the "x" in it.
I've forgotten my high school math. Am trying to write a formula in Cold Fusion to accomplish the following:
sales + tax = grand total
The numbers I have are the tax rate and the grand total.
In other words, if the grand total is 100 and the tax rate
is 10%, what was the sales price? (I know...
Currently I write a log identifying site access origin by using the CGI.HTTP_REFERER variable. We have several site
aliases/pointers. Is there any way I can determine, through a variable, which alias (www.address) that a client came from? At present, the CGI.HTTP_REFERER variable contains...
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.