might need to copy the cf_runactivecontent.js file into the CFIDE/SCRIPTS folder. Here's a link on it from the Adobe forums:
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=143&threadid=1169335
Peter
You'll need a SQL query that's much better than you have. If you want to bring it down in one query, you'll need to visit the SQL forums to get the exact sytax. The final result will need to be ordered by Quarter, month, subCategory, and subCategoryCount. You can worry about the group totals in...
Here's the error I get:
Unable to read WSDL from URL: http://www.freewebs.com/jimmy_cheng/CurrencyExchangeService.wsdl.
It's likely that the URL for this webservice is incorrect, or the service is down.
Peter
Try something like this. It allows you to run a bunch of CF, then relocate if necessary, remaining in the same or parent frame. You can also append URL variables if necessary. Make sure not to create an actual function in JS, it will run when the page loads, or if you want you can put...
Your code looks pretty good, it looks like a SQL syntax error. Make sure all of the columns in your table are named the same thing that you are referencing in your UPDATE statement.
The other thing it could be is your date fields, which can always be very tricky on how it's inserted or...
Hello,
I'm a newbie to IIS. It is running very slow, maybe 45 seconds for any page, with ASP included or even just simple HTML.
Any ideas for a solution?
Thanks, [smile][smile][smile]
Peter
no, didn't work.
I forgot to mention that my table width is set to 100%. When the user shrinks the browser, the Name column (set with style sheets to 175 pixels) still shrinks down to well below 175. Is this supposed to happen?
I tried
{table-layout: fixed;}
but now it forces me to set a...
Hello,
I'm trying to set a fixed width for my table cells, but if I specify the width, and the person shrinks the browser width, the cell shrinks down to lower than the specified width, and the contents of the cell wraps.
However, what I'd like the cell to do in this case is remain at this...
Hello,
I have a report that is accessed by a form page. The user fills out the form and clicks on submit to view the report. At this point there are several column headers that are clickable which allows the user to sort the report by that column header. The page reloads and fetches new...
Thanks to both MonkSnake and Trollicious,
I used MonkSnakes final version and it works fine. I'm still not sure what was wrong with the code. I thought that my previous version was identical to Monksnake's version, but I must have been wrong.
The code that works is posted above. Hopefully this...
Hi MonkSnake,
Thanks for the reply.
Still no luck. I made the changes you
recommended, however, now here is the
error I'm getting:
IPTWin is null or not an object.
Thanks,
Peter [smile]
Here is all of the code, including the link that calls it:
<script language="Javascript">
function openWin() {
var iptWin = window.open('somePage.html', 'newWindow', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=375,height=325')...
Hello,
When I run this script:
<script language="Javascript">
function openWin() {
var iptWin = window.open('somePage.html', 'newWindow', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=375,height=325');
setTimeout('focusWin()',250);
}
function...
Could this be a Windows issue?
I noticed that Alt + Tab to redisplay
a program only works sometimes, however,
not always. It's as if the command from
the browser to display the new window
worked fine, but the process of displaying
the new window on my computer does not
work correctly every...
Hi dwarfthrower,
Thanks for the advice. I added the new code,
but the window still only opens in front of the
browser sometimes, and not in others.
I wasn't getting this problem at all in IE6,
that's why I believe this is a browser related
issue.
Here's how my code looks now:
<script...
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.