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...
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...
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
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...
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>...
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...
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...
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...
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?
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...
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...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.