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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ColdFusionKing

    help with table tr and td, please help!

    This is more of a html question really. I have this table with <tr> tags, the first <tr> tag displays the column headings and the second <tr> displays the data for the columns. Here it is. <table border=&quot;0&quot; width=&quot;100%&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;>...
  2. ColdFusionKing

    Help needed with button states and keyframes.

    Hello Everybody, I need somebody to help me. I'll try and provide as much detail as possible. I have developed a photo gallery in flash. Its a photo gallery of places and politicians. In my timeline I have a layer called &quot;places&quot;. On the &quot;places&quot; layer I have a button which...
  3. ColdFusionKing

    html formatting question

    Hi all, I have a dynamic textfield in a movie clip. The flash movie loads a text file and displays the contents of a html file in a dynamic text field. In the html file (the file containing the content), I have a number of <br> tags &article_content1=Some sample text <br> Some more sample test&...
  4. ColdFusionKing

    changing the dynamic text field font style to italic

    Hi all, I have a dynamic textfield in a movie clip. The flash movie loads a text file and displays the contents of a html file in a dynamic text field. I want to change the font style to Italic (<i></i>), meaning I want to display the content read into the dynamic text field in the italic style...
  5. ColdFusionKing

    form variables not passed to action page - please help!

    Hi Guys, Am really hoping for someone to help me. I have this problem and can't find a solution. I have a form with two buttons with an onClick event each. Each button calls a javascript function. When the user clicks on the button, I'm assigning all form field values to hidden variables. When I...
  6. ColdFusionKing

    Automatic Text Scroller - Please help

    I am after a basic text scroller that reads the contents from a text file and automatically scrolls, similar to the news scroller. See I don't know that much flash, I've just started to work on flash and my manager wants me to do this scroller by the end of the day. Please can somebody just post...
  7. ColdFusionKing

    cfhttp returns nothing

    Hi Everybody, I am trying to invoke a .asp file using the cfhttp tag. <CFHTTP url=&quot;http://server/readUserCookie.asp&quot; method=&quot;GET&quot;/> Here is my asp code: <%@LANGUAGE=&quot;VBSCRIPT&quot;%> <% Dim userEmail userEmail = session(&quot;user.email&quot;)...
  8. ColdFusionKing

    Hidden variables and passing data from one page to another

    Hello Everybody, I desperately need someone to help me. I am working on a Order Form, users can rent or buy desktops. I have a form with a couple of text fields and drop downs common to users renting and ordering desktops. There are two submit buttons &quot;rent&quot; and &quot;buy&quot;. The...
  9. ColdFusionKing

    Hidden variables and passing data from one page to another

    Hello Everybody, I desperately need someone to help me. I am working on a Order Form, users can rent or buy desktops. I have a form with a couple of text fields and drop downs common to users renting and ordering desktops. There are two submit buttons &quot;rent&quot; and &quot;buy&quot;. The...
  10. ColdFusionKing

    Form and hidden variable question

    Hi Guys, I desparately need somebody to help me. I have a form which has hidden variable, a textarea and a submit button. When the submit button is clicked a OnClick event calls a function subme() method. Here is my code <form name=&quot;frm&quot; method=&quot;post&quot;> <input...
  11. ColdFusionKing

    HTTP Question!

    Hello everybody, I'm trying to call a .asp file from my coldfusion page using cfhttp and I keep getting errors. Both files are on the same server, just different folders under the site webroot. This should explain it: The ColdFusion file is in...
  12. ColdFusionKing

    CFFILE Question

    Hello Everybody, I want to see the contents of a directory on the server. I know there is a function in CF to do this, GetTemplatePath, cfdirectory or something (not sure). The directory path will not change. I want to first get to the directory and then find all log files in the...
  13. ColdFusionKing

    SQL Statement help!

    I was wondering if the SQL gurus out there could help. I have this table that keps a log of the user search activity. For ex, on the site search page of the site, if a user searches for a keyword &quot;test&quot;, it gets stored on the database table along with other details like the username...
  14. ColdFusionKing

    SQL Help

    <cffile action=&quot;read&quot; file=&quot;C:\Inetpub\wwwroot\logReport\dtSearchWeb2003-09.log&quot; variable=&quot;fOutput&quot;> <cfset qTmp = QueryNew(&quot;DateTime,UserName,SearchString,IndexName,ResultsFound,Status&quot;)> <cfloop list=&quot;#fOutput#&quot...
  15. ColdFusionKing

    Looping through a list, setting each listItem to a column

    Hello Everybody, I am trying to read a log file and display the results on a webpage. Here is what the log file looks. DateTime User Webpage Visited Status 2003/09/01 11:52:15, &quot;User\testUser1&quot;, &quot;/wwwroot/code/article_1.shtml&quot;, &quot;OK&quot; 2003/09/01 11:53:35...
  16. ColdFusionKing

    Special Characters - French - Display Issue - CF 5

    I don't know how to escape special characters and display them in HTML Safe Format. This is a french banking application and there are banks with funny names, ex: Crédit France, Zürcher Kantonalbank, è, Ä, acute and the like. The bank Crédit France gets displayed like this on the browser...
  17. ColdFusionKing

    See a blank page on the browser (IE 6.0) when I run a .cfm file

    I have this strange problem. I'm running coldfusion MX on my Win2k server and IIS 5.0. For some reason when I run a .cfm file on my localhost: http://localhost/test.cfm, all I see is a BLANK Page. When I view the source, I see this: <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0...
  18. ColdFusionKing

    Hello everybody. I've recently star

    Hello everybody. I've recently started workign on Flash. I have this flash calendar component and I want to display the user selected date in a text field. Can you show me how to do this pleaseeeeeeee?
  19. ColdFusionKing

    Flash Remoting - works locally but not remotely

    Hi guys, I have this flash file which uses flash remoting to call a coldfusion component method and returns the results back to flash. I'm invoking the swf file in the html <object> tag. When I browse this file locally (http://computer_name/serivce_folder/myfile.html), everything works as...
  20. ColdFusionKing

    Flash Remoting - works locally but not remotely

    Hi guys, I have this flash file which uses flash remoting to call a coldfusion component method and returns the results back to flash. I'm invoking the swf file in the html <object> tag. When I browse this file locally (http://computer_name/serivce_folder/myfile.html), everything works as...

Part and Inventory Search

Back
Top