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...
With a little help from another forum I found a way to add a new element to a document using a javascript function and then hide the element (DIV) with another function. I share the code as it may be helpful for other users:
<html>
<head>
<script type="text/javascript">
function createDIV()...
Sorry, its actually running the code. After the last line on my page there is a textarea and submit button. So the question is how do I stop the code from running?
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...
Can this me modified to it is only applied to certain TD's within the table. ie using <TD class='style1'>
I'm not sure what to put in the <style> section to limit the behaviour.
Is it:
<style>
TD#style1 {.... }
Thanks Jeff. I've just written that into my test programme along with a variance for onmouseover:
document.getElementById('x').onmouseover= function(){ this.style.cursor='pointer' };
Great! thanks again.
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...
Thanks Dan,
I've got it working in IE6 and found additional reading from your guidance at:
http://www.dynamicdrive.com/dynamicindex11/customcursor.htm
It looks at though NS doesn't support this capability?
Dan, thanks.
I've been playing with the above on my test page.
http://global-office.co.uk/cfdocs/getting_started/my_app/Calander/line-height.htm
Its currently set to turn-off selection in NS7.2 using unselectable. See first table, middle row. You can double-click in any of the three cells...
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...
I wondered what you were on about when you mentioned bubbles in your reply but when I looked up the 'cancelBubble' you included in the update I began to understand what was happening.
Thanks for your help!
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.