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 strongm 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: *

  • Users: Keendev
  • Content: Threads
  • Order by date
  1. Keendev

    how to read a text file and display it to the page

    Hi, I just want to ask if this is possible, I have a text file and I need to read starting from line 15 up to line 32 of the text file. Currently Im using the cffile="read" but it reads all of the contents of the file. Can I know if CF can do this ( specify starting line # and ending...
  2. Keendev

    on ie, how to catch the retry button when refreshing

    Hi, I have a script in a button that when pressed will refresh the page. The only thing is on I.E (or other browsers), is everytime page will perform refresh/reload it will give an alert message first, and informs and asks for users to click Retry or Cancel to continue or not. How can I...
  3. Keendev

    how to catch all errors regarding database in the application

    Hi, What's the best way to catch all database error in your application? Im planning to put the script on my cfapplication, can the cfapplication will handle all errors? pls advice and many thanks.
  4. Keendev

    Install 2 different CF in one machine

    HI, Just want to ask if it is possible to use 2 different Coldfusion in just one machine. I'll be needing different ports on this. REASON : I have to backup the 2 web aplications, one is currently runnng on CFMX6.1 and the other one is CF 5.0 (ggrrrr). The second application wont run...
  5. Keendev

    smtp server help

    Hi, I have application server and Cf MX installed on it. I need to send email through Coldfusion by using cfmail? Can I install smtp mail software on the web application server and use it on my CF application and send mails using the cfmail? thanks in advance. =) Is there free smtp that I...
  6. Keendev

    limit number of visitors on the page ?

    Hi guys, Happy Holidays to all!! Just wondering if this is possible .... 1.On the website, they need to login, 2. after the succesful log-in then a session is created...on one of my page I will limit the number who can access the page ? - Example, on upload pic page (upload.cfm)...
  7. Keendev

    app server and database server

    Hi, Need some help. Would it be possible if I do this? I have this project website, about uploading csv files. The database resides on diff server and application server is another machine. Website is on Coldfusion platform and using Oracle database. From the website, people will upload csv...
  8. Keendev

    sql loader advice? needed

    Hi, Need some help. Would it be possible if I do this? I have this project website, about uploading csv files. The database resides on diff server and application server is another machine. Website is on Coldfusion platform and using Oracle database. From the website, people will upload csv...
  9. Keendev

    Iframe with a form; cannot display the value. Help

    Hi guys, Im using iframe. And I need some help. I just want to get the value of the option that is being selected on the next page. Pls see code below. Like if i select the 500 from the option it will display the value '500' on the frame page. <script type="text/javascript">...
  10. Keendev

    How to get list element number that contains 'csv'

    Hi Guys, Need help on this. I have a list. And inside my list is "one.doc,two,three,four.csv,five.csv " ex : filelist = one.doc,two,three,four.csv,five.csv How do I get element number that contains ".csv"? For this example I should get element 4 and 5. Is there a better CF function...
  11. Keendev

    how can i change the form button value

    Hi, need help on this one... i wanted to change the button value from <INPUT type="button" name="checkall" value="Select all" onClick="check_all( this.form['checkbox[]'], true )" > into this one when clicked <INPUT type="button" name="checkall" value="Deselect all" onClick="check_all(...
  12. Keendev

    select all checkbox and deselect all in just one button

    Hi, I need to have a button that checks all the checkboxes, and unchecks all checkboxes... Similar to Select all and De-select all checkbox. This is the code but doesn't really work. Maybe someone already did this kind functionality. <script type="text/javascript"> function...
  13. Keendev

    HOW? : configure on localhost to run my first sample web app

    Hi Im new on J2EE and just starting to learn. How can I test my sample apps on my local machine? I have apache tomcat downloaded, jboss and eclipse, how can I configure those to run my sample project? Can you guys help me ? Can't find step by step installation guide for beginners...
  14. Keendev

    HOW? : configure j2ee to run my first sample app

    Hi Im new on J2EE and just starting to learn. How can I test my sample apps on my local machine? I have apache tomcat downloaded, jboss and eclipse, how can I configure those to run my sample project? Can you guys help me ? Can't find step by step installation guide for beginners...
  15. Keendev

    i need to have similar on iframes

    hi, I have scrolling portion inside my page and i used iframes. Is there another way similar to iframes that scrolls inside the page. thanks
  16. Keendev

    substitute for iframe

    hi guys, just want to know if there's the other way similar to iframes ? thanks
  17. Keendev

    how do i edit Compiled Clips

    guys, how do i edit Compiled Clip? on the library window, when i checked the property of the clip that i wanted to edit... it is a "Compiled Clip"... and can't edit it. Pls help me on this.. tnx in advance.
  18. Keendev

    button when clicked,, must be remove on the stage

    hello, just want to ask, how do i removed button on the stage? what i did for now..when clicked is I set the _alpha to zero 0..but it still active and it overlaps the other button on the next layer underneath. can you help me how to remove the current button on the stage when press...
  19. Keendev

    Keyword Search for multiple words

    Hi, I just made a keyword search into my dynamic site and is working just fine for a one word Problem is if I search for "rich famous" word..my search result doesn't return any. But if I search for "rich" or "famous" only... my search page return a result. need help on this.. thanks a lot.
  20. Keendev

    increase/decrease the speed of my motion tween on MC

    Hi again, I have a movie clip("mc_logos")on the stage, and inside the "mc_logos" are 35 logos. Then I have 2 buttons that can increase/decrease the speed of my motion tween of my "mc_logos" clip on the stage. How can I make the 2 buttons work? thanks again in advance.

Part and Inventory Search

Back
Top