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 John Tel 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. econnections

    Problem accessing folders below cfdocs from web

    Hello, I have just upgraded our server from Coldfusion MX 6.1 to 7 and I find that all the programmes in myapps that site below cfdocs cannot be accessed using my domain name. They can only be run if I use 127.0.0.1 or localhost. This all worked fine before the upgrade. If I move the programmes...
  2. econnections

    Strange Connection Requests

    Hi, I have McAfee installed on my w2000 and the logs show services.exe has been for months trying to connect to 192.175.48.1 port 53 (prisoner.iana.org, Redwood City, CA) and 87.106.71.163 port 53 (e.dnsvr.co.uk located in Germany). It tries to connect to the first IP address three times and...
  3. econnections

    Multiplicaton Error or Bug

    I noticed an error in one of my reports. I simplified the problem to the lines shown below. I have only tried this with IE6.0 document.getElementById('text1').value = 0.4 * 33; ANSWER 13.200000000000001
  4. econnections

    Automated CF Script Help?

    Can anyone advise how to automate the starting of a cfm programme. The intention is that the programme I have written with tidy up a database and collect cfpop mail for nightly processing. I don't know where to start to look for help with this problem. Some help would be much appreciated...
  5. econnections

    Can you use Javascript to change Style properties

    In the simple example shown below I want to be able hide column3 by calling a function that changes the properties of style1 from .style1 {display:block;} to .style1 {display:none;}. Is this possible? Any help would be appreciated. <style> .style1 {display:block;} </style> <table> <tr>...
  6. econnections

    DIV's and onclick

    I'm having a trouble using onclick with DIV's and hope somebody might be able to resolve my problem. DIV 1 is used to position an image on the page. DIV 2 contains an button image. DIV 2 also contains an onclick. My intention was when an onclick event ocurred on DIV 2 the button image would...
  7. econnections

    Help with creating a DIV using appendChild

    Hello, Is it possible to append a DIV or SPAN to an existing document using the appendChild command? And if so how would I do this? Thanks Graham
  8. econnections

    Displaying Code in Textarea?

    Hello, I'm creating a TechNotes DB where I can store solutions to problems I have had when coding. It allows me to copy code into a Textarea which is submitted to a meno field in an MS Access DB. The problem is then viewing the code when retrieved from the DB without it running in the page. To...
  9. econnections

    Assigning onClick to TD

    Hello, Is it possible to assign onclick to TD using a function? The reason I ask is that my table represents a calander and I only want to cells populated with dates to have onclick assigned. The number of cells vary depending on the month. I know I can assign values to a cell using...
  10. econnections

    Cursor color?

    Im I I have used style='cursor:pointer' to change the cursor when over certain objects. Is it possible to change the color of the pointer (hand), please?
  11. econnections

    document.body.ondrag - Turns off text selection??

    The code below will turn off text selection in IE5+. This is great when you have areas of text in tables that users can double-click get get further info presented on layers becoming visable. The code below stops the text you click on becoming selected (highlighted). Does anyone knoe thr...
  12. econnections

    onmouseover with DIV's within DIV's

    Hello, (using IE6) I put one DIV inside another DIV and both had onmouseover functions associated with them (for test purposes the onmouseover should change the DIV background color). What I've discovered is that only the outer DIV function is called and never the inner DIV function. I found...
  13. econnections

    On Hover Get Message Box?

    Hello, In some web pages when you hover over a button, image etc you get a message box appear usually containing help. I want to use this in my app~. Is there a function for this or do I have to us onmouseover to creat and position a <div> containing a message? Cheers
  14. econnections

    Using srcElement.type ??

    I would like to use the piece of code below not to capture image events but when I click on TD's with a class set. eg class='style1' if (window.event.srcElement.type == "image"){} How do I change the above to capture: 1) TD's 2) class='style1' 3) TD#style1 I would appreciate any help. I'm...
  15. econnections

    Drag and Drop???

    I need help with trying to move an object that I have initiated an onmousedown on. The link below show the simple example I'm trying to get working. The test code is short and simple to follow. When you open the page and initiate an onmousedown away from the image a variable is set which allow...

Part and Inventory Search

Back
Top