Hi
Can any one suggest how to set up and execute a CF Scheduled Task over HTTPS? It is pretty straightforward over HTTP i have done dozens of times. I am trying to set up a task to HTTPS://foo.cfm but it is failing. What needs to be done to configure this? Do I need to pass in a password/user...
Hello,
I am trying to install CF8 developer on XP with IIS.
I have tried literally a dozen times and always the same result - when I go to
CFIDE/Administrator (http://127.0.0.1/CFIDE/Administrator/index.cfm)... the .cfm is not parsed and the system tries to open the file with a text editor...
Hi,
I have the following javascript:
<script type="text/javascript">
function show() {
if((document.myForm.Category.options[document.myForm.Category.selectedIndex].value == '13') || (document.myForm.Category.options[document.myForm.Category.selectedIndex].value == '14' ) ||...
OK, I see I was approaching this wrong, and that I should be doing the onChange on the <select> and not the <option> values... something like this
<html>
<head>
<title>Select DIV to show</title>
<script type="text/javascript">
function show() {...
Hello,
This simple code works fine in Mozilla FF but not in IE 6.
Any idea why? Is there are different event handler I should be using, or is there some other problem?
Ultimately I'll be applying this principal to a form whereby when specific option(s) are selected, hidden DIVs will become...
Hello,
I have one form field - basically "Find Location by City, State or Zip". There needs to be just one form field.
I will have a DB backend that will do the "lookup"... What I'd like to do is have ColdFusion do a preliminary parsing of the value of the string submitted in the field...
Hi, does anyone know of a goood standard .CSS print stylesheet for data tables? I have a good data table stylesheet I am using for screen, but all attempts I have made at adding style to these same tables for print has failed... most specifically, I cannot get any border attribute values to be...
Hi,
I am building an RSS feed from DB query in CF.I have all my replace statements for junk chars working... except for the "TM" symbol. I can't seem to even get my replace statements to FIND the thing in order to replace it... I have all these...
<cfset description = #replace(description...
Hello
I am looking to build or to integrate code that would allow a user to do the following... the user, through an administration screen, could enter long, long text, an essay that would span multiple pages if printed... store that text in DB, and then query on the DB to present the essay to...
Hi
Goal is simple, fixed layout that spans a fixed, centered width, and full 100% height of browser. The code here works in IE but not Firefox, why? The column container column should be centered. What is the problem? [hairpull]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"...
Hi,
I found this example script ---
http://www.html.it/articoli/nifty/nifty1.html
for making .css rounded corners.
Can anyone make a suggestion on direction to take to alter this script to make just the right side of the box rounded?
Any help would be great. Thanks,
RR
Hello,
I have read somewhere that it is possible to use XSL to grab only specific information to populate the <description> element for an RSS feed.
Consider an example where a query from a database is looking at something like this and then outputting as XML in RSS format:
<p...
Hi,
I am trying to figure out how to set correct margin between a left floated IMG and an adjacent <ul>. But I am getting different results in IE and FF.
Does anyone know the correct way to do this?
<style type="text/css">
#theDiv{width:800px; height:1000px; background-color:#00FFFF;}...
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.