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 Chriss Miller 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: alexfusion
  • Content: Threads
  • Order by date
  1. alexfusion

    HARD CODING VS DRAG AND DROP?

    Hello Everyone, I would like to know the opinion about this question: Me,just like many of you, spend many hours coding our scripts using our favorite program,a lot of time reading about how stuff works,and that is a very hard, task as you know.As a programmer I like that a lot.But with the...
  2. alexfusion

    FORMATTING NUMBERS WITH 2 DECIMALS

    Hello everyone, Simple problem: I have a variable that is adding charges,but the result has to contain always 2 decimals. Let'say: charges+=0.254444444; I use the following to get 2 decimals: charges=Math.round(charges*100)/100; The problem is when the sum gives a result such as 1 or 1.5...
  3. alexfusion

    GUI Help Needed

    Hello everyone, First I have to thank to gerrygerry for the help in a post about updating a database.Thanks! I have built an Intranet aplication using PHP and MySQL. The user log into the system and a popup window displays the time he/she is using the system and charges according to that...
  4. alexfusion

    HOW TO UPDATE A DATABASE EVERY N MINUTES?

    Hello there, I'm trying my first steps in PHP,so this could be a simple question for the experts. I have a simple HTML form which displays a Javascript clock,and other data in several fields.I have a little MySQL table where I need to insert the form data,but every 5 or 10 minutes.This HTML...
  5. alexfusion

    BUILDING FORMS IN FLASH

    Hi All, I'm not very experienced about Flash forms. :-( I need to build a form similar to an HTML form. 1-How do I build a dropdown menu similar to the 'select' tag 2-Once the form is done:how do I retrieve the forms fiels values,let's say in a PHP page? I do know how to get the values from a...
  6. alexfusion

    HOW TO MINIMIZE A POP UP WINDOW?

    Hello All, This is a very simple question.I have seen this effect in many web sites: How can I open a pop up window and then minimize it? Very simple but I don't know how to get the effect. Any help very much aprecciated. I tried once the pop up window opens using newwindow.resizeTo(1,1),but it...
  7. alexfusion

    COMPATIBLE AGP CARD WITH INTEL 850,PLEASE

    Hello All, I would appreciate if anyone can help me. I bought an Intel 850 MD motherboard.I read the Intel specifications about the compatible AGP cards and they report that the motherboard only accepts AGP 2.0 compliant cards,those that work 1.5 volts. I am just about to buy an ATI Radeon Dual...
  8. alexfusion

    APACHE DOESN'T WORK WITH COLD FUSION?

    Hello everyone, I have this problem: I installed Apache on Windows 98 for personal development. Then I installed CF 5.I followed all the instructions detailed for Apache.I copied ApacheModuleColdFusion.dll to Modules folder in Apache.Later I edited httpd.conf and added the coldfusion module in...
  9. alexfusion

    PROBLEM WITH COLDFUSION AND APACHE

    Hello everyone, I have this problem: I installed Apache on Windows 98 for personal development. Then I installed CF 5.I followed all the instructions detailed for Apache.I copied ApacheModuleColdFusion.dll to Modules folder in Apache.Later I edited httpd.conf and added the coldfusion module in...
  10. alexfusion

    PASSING VARIABLES BETWEEN PAGES

    Hello Everyone: Simple question here: How do I pass CF variables from one page to another.I am not referring to a value entered in form. For instance: <CF SET VARIABLE1=&quot;FIRST NAME&quot;> This is the variable in the first page. How do I pass the value of the variable to a second page to...
  11. alexfusion

    DOCUMENT.WRITE SYNTAX PROBLEM

    Hello Everyone; I use a script to write HTML in a new window,but I have a problem about the correct syntax. For instance: <script language=&quot;javascript&quot;> function showwindow() { properties=&quot;toolbar=no,scroolbars=no,width=200;height=100, top=100,left=100&quot...
  12. alexfusion

    CF INSTALLATION DOESN'T DETECT APACHE ?

    Hey everyone, I installed CF server in a Windows system with PWS already running.The install procedure detected PWS. I tried to install CF server in a Windows systen running Apache.The install process dind't detect Apache. Is something wrong? How can I get that CF server work with Apache? I must...
  13. alexfusion

    HOW TO AVOID EMPTY CELLS

    Hello Everybody, This is my question: I have a result page in CF that retrieve information from a database,displaying the results in a HTML table.(the HTML table has a border). The problem is that sometimes there may be a table field empty,and the table cell that shows the content looks with no...
  14. alexfusion

    WINDOW WITH NO TITLE BAR

    Hi everyone, I must thank you for all the aswers I found in this forum and the kindness of the experts. Now my questions: 1-I would like to open a new window with no title bar.I have seen this before but I don't know how to define the parameter that remove the title bar. How do I do this? 2- I...
  15. alexfusion

    HOW TO PRINT A PAGE

    Hello Everyone: This is a simple question. I would like to print a html page using a javascript link. I define a typical function including the following code: <script language=&quot;javascript&quot;> function printmypage() { window.print() } </script> This works just fine but, the browser open...
  16. alexfusion

    LINK PROBLEM IN FLASH PROJECTOR

    Hello Everyone, I hope that you can solve this question: I have to show a presentation made if Flash and then published as an Windows Projector.I recorded the projector and an autorun file(.inf) to a CD. The presentation links to an HTML document that shows some information.As you can see this...
  17. alexfusion

    SIMPLE QUESTIONS ABOUT WINDOWS

    Hello Everyone, This is the first time I enter to this Javascript Forum.I'm not an expert Javascripter,so these question seem basic to you,the experts: 1-I have a main page.I don't want to open another window,just I would like that the main page appears in the way I like,I mean with no...
  18. alexfusion

    HOW TO GET A PRECISE PRINTING?

    Hello Everyone, I don't know if this is the proper forum to ask this question but I hope that it will be: I have developed an intranet aplication in CF. The employees need to print results from a database. It was built the results page that lists several orders entered by the employees according...
  19. alexfusion

    HOW TO SUM A FIELD VALUE FROM A TABLE

    Hello everyone, This is a simple question: I have a table with a field containing tax values in each row. I have to sum all of this field values to get a total value. That's fine.The problem is when one particular field is empty.Of course I doing an aritmethic operation with an empty field and I...
  20. alexfusion

    FLASH PROJECTOR IN FULL ZIZE

    Hello everyone, I would like to know how to get that when I create a Flash projector,the projector window opens maximized and centered. I am making this question because everytime I create a projector and I run it,the window is not centered and not maximized.That's all. Any help welcome...

Part and Inventory Search

Back
Top