Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rockyroad

  1. rockyroad

    CF Scheduled Task over HTTPS???

    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...
  2. rockyroad

    Problem Installing CF8 on IIS on XP

    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...
  3. rockyroad

    Loop over CF ValueList in ColdFusion

    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' ) ||...
  4. rockyroad

    DHTML simple script works in Mozilla, not in IE...

    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() {...
  5. rockyroad

    DHTML simple script works in Mozilla, not in IE...

    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...
  6. rockyroad

    Parsing out substrings from a form field

    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...
  7. rockyroad

    CSS Styles for printing tabular data.

    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...
  8. rockyroad

    Find and Replace &quot;TM&quot; junk character... HELP!

    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...
  9. rockyroad

    Code for dynamic e- publishing over multiple web &quot;pages&quot;

    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...
  10. rockyroad

    CSS Fixed Layout Core: Should be a simple fix....

    Thanks, that did it, new it was something simple :-)
  11. rockyroad

    CSS Fixed Layout Core: Should be a simple fix....

    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"...
  12. rockyroad

    rounded corners - on one side?

    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
  13. rockyroad

    Using XSL to select specific page elements for RSS

    OK..... ... I think your post will help. I am kind of an XSL newbie, thus why I was asking in this forum. Thanks.
  14. rockyroad

    Using XSL to select specific page elements for RSS

    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...
  15. rockyroad

    Correct Method of .CSS &lt;ul&gt; adjacent to IMG

    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;}...

Part and Inventory Search

Back
Top