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

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

    Popup menu, Table within a Layer not working.

    Hi, I've built a very cool database driven popup menu on my website using a combination or PHP, javascript(to position the menus) and layers (<div>, CSS). Everything works fine but I would like to have the text layed out better in the layers. I thought putting a table within the <div> tag would...
  2. cherphas

    Popup menu, Table within a Layer not working.

    Hi, I'm not sure if this is javascript related. I've built a very cool database driven popup menu on my website using a combination or PHP, javascript(to position the menus) and layers (<div>, CSS). Everything works fine but I would like to have the text layed out better in the layers. I...
  3. cherphas

    Get image position while the page is loading.

    Hello, I've got a script to get the XY coordinates of an images. The problem is it's a function, and it will only execute if the user activates the function, right? I want to get the position of the image while the page loads, so I can add a CSS layer(Popup menu) at that position. Is this...
  4. cherphas

    From Coldfusion to PHP (Newbie)

    Hi all, I have coldfusion service with IIS 5 installed on my machine. This morning, I was trying to install PHP to use with IIS 5, so I downloaded PHP. Then I realised I should use PHP with Apache, so I installed that too. My question is do I have to uninstall the Coldfusion service and IIS...
  5. cherphas

    Read info from DB, display it as table or List items, depending...

    Hello I have to create a database driven web site for a company so they can update the info without having to go through HTML code. They give me the content in a Microsoft word document. All I have to do once I create the database is copy the content in the cells and it's done. But(of course...
  6. cherphas

    Create document file form database?

    Hello everyone, Is there a way that I can get data from a database with Coldfusion and display it/ in a .doc or a Microsoft Word file or even in PDF?
  7. cherphas

    passing variables via links

    Is there a way to pass variables via links? Like: <A href=&quot;page1.cfm?number=#queryName.Number#&quot;>Link 1</a> to pass it is no problem, but how do I retreive it in the next page? #queryName.Number# would be a number taken from a database, when the user clicks on the link, the next page...
  8. cherphas

    Read .doc files and write in html files?

    Is there a way to read a .doc file, which has rich text format, and write the content in an html file? I have tried to read a .txt file and wrote the content in html with this code. <CFFILE ACTION=&quot;Read&quot; FILE=&quot;C:\CFusionMX\wwwroot\TaskList\textFile.txt&quot...
  9. cherphas

    Do I need Coldfusion service on servers to use it?

    Hello, I'm building a WEB site for a client of our company. They want a refence manual/help file type site that they can use as a reference when using our software. It will need to be database driven, so I'm using Coldfusion to process info, since that's what my company is giving me. When the...
  10. cherphas

    Check data in database one row at a time

    Hi all, I just did the switched from ASP to Coldfusion and although they are very similar, there are things I don't quite understand. First, in ASP, when you create a RecordSet and want to check or display the info from a database, it gets the data one row at a time with the help of a LOOP and...
  11. cherphas

    Auto inserting/importing images

    I'm working on a database or an Art Bank. Every record contains info of a certain work of art. Every work of art has an &quot;accession number&quot; field. Now I have an image for every work of art, and they are named by its accession number...ex: The picture for the work 1968-12 will be named...
  12. cherphas

    Portal frustration!

    Hi, I'm working on a db for an Art Bank and I want to create a &quot;Loan History&quot; field. This would track every loan an artwork would have. The user could add the name of the client that loaned an artwork and the date it was loaned, then add additional names if it was loaned again and it...
  13. cherphas

    auto serial problems

    Ok, i've search everywhere for this... I've set a up a field as a &quot;Primary key&quot;, with auto-number. When I delete a record, the number in the field doesn't adjust itself. For example: I have records 1,2,3 and 4, the value of primary key in record 4 is &quot;4&quot;. If I delete record...

Part and Inventory Search

Back
Top